Skip to content
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

143 Parse and Scan Dependencies from pyproject.toml #238

Merged

Conversation

schuylermartin45
Copy link
Collaborator

Introduces the initial version of the PyProjectDependencyScanner class. Dependencies found in the pyproject.toml are labeled as RUN dependencies, while optionals are RUN_CONSTRAINED. As far as I currently understand it, this is the best mapping between the pyproject.toml standard and our conda recipe file format.

Also includes:

  • New unit tests
  • A minor refactor that removes some duplicated data structures and types found in the parser module

@schuylermartin45 schuylermartin45 linked an issue Nov 12, 2024 that may be closed by this pull request
@schuylermartin45 schuylermartin45 marked this pull request as ready for review November 12, 2024 14:27
@schuylermartin45 schuylermartin45 requested a review from a team as a code owner November 12, 2024 14:27
@schuylermartin45 schuylermartin45 changed the title 143 Parse and Scan Dependencies from pyprojecttoml 143 Parse and Scan Dependencies from pyproject.toml Nov 12, 2024
@schuylermartin45 schuylermartin45 merged commit 52558c9 into main Nov 12, 2024
13 checks passed
@schuylermartin45 schuylermartin45 deleted the 143-parse-and-scan-dependencies-from-pyprojecttoml branch November 12, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parse and scan dependencies from pyproject.toml
3 participants