Skip to content

Conversation

@andrew
Copy link
Contributor

@andrew andrew commented Jan 25, 2026

Adds support for parsing conda-lock.yml files, which are generated by conda-lock for reproducible environments.

The parser extracts:

  • Package name and version
  • Scope (main/dev based on category field)
  • Integrity hash (sha256 or md5)
  • Registry URL from the package URL

Pip packages embedded in conda-lock files are intentionally excluded as they belong to the pypi ecosystem.

Adds support for parsing conda-lock.yml files, which are generated by
conda-lock for reproducible environments. The parser extracts package
name, version, scope (main/dev), integrity hash (sha256/md5), and
registry URL from the lockfile.

Pip packages are intentionally excluded as they belong to the pypi
ecosystem.
@andrew andrew merged commit 9c8241c into main Jan 26, 2026
2 checks passed
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.

2 participants