Skip to content

Add initial provider for Python to scan a codebase #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
erbesharat opened this issue Nov 1, 2024 · 0 comments
Closed

Add initial provider for Python to scan a codebase #28

erbesharat opened this issue Nov 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@erbesharat
Copy link
Member

This issue aims to create a starting point for implementing Python support into our codebase.

The most basic feature we require when implementing a new language support is scanning a code base.

According to the implementation we have for NodeJS codebase scan, we can mimic the same behavior in a new language.

Some languages might have different logics for importing modules or their global context, so make sure to discuss the implementation you have in my prior to its implementation so we can come up with follow-up issues.

@erbesharat erbesharat converted this from a draft issue Nov 1, 2024
@erbesharat erbesharat added this to the Python Language Support milestone Nov 1, 2024
@erbesharat erbesharat added the enhancement New feature or request label Nov 1, 2024
@florianbgt florianbgt moved this from Backlog to In Progress in napi development Dec 1, 2024
@florianbgt florianbgt moved this from In Progress to Done in napi development Dec 1, 2024
@florianbgt florianbgt closed this as completed by moving to Done in napi development Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants