Skip to content

implement scandeps module to detect dependencies of a project#3

Draft
amol- wants to merge 1 commit intomainfrom
scandeps
Draft

implement scandeps module to detect dependencies of a project#3
amol- wants to merge 1 commit intomainfrom
scandeps

Conversation

@amol-
Copy link
Copy Markdown
Collaborator

@amol- amol- commented Dec 19, 2025

This introduces a self contained scandeps.py module that is designed to detect dependencies of Python projects.
Combined with picopip.py it provides a full set of utilities to find dependencies of a project based on its environment or based on the project code itself.

This can be used like

>>> scandeps.scan_project("./project")
["pandas", "requests"]

It has support for

  • Python code (.py)
  • Jupyter Notebooks (.ipynb)
  • Quarto documents (.qmd)

@amol- amol- self-assigned this Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant