Metadata-Version: 2.4
Name: lockfiles
Version: 0.0.1
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Classifier: Typing :: Typed
Summary: Multi-ecosystem lockfile parser that normalizes resolved dependencies, keyed by PURL.
Keywords: lockfile,lockfile-parser,dependencies,purl,sbom
Home-Page: https://github.com/ggueret/lockfiles
Author-email: Geoffrey Guéret <geoffrey@gueret.dev>
License-Expression: MIT OR Apache-2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/ggueret/lockfiles
Project-URL: Repository, https://github.com/ggueret/lockfiles

# lockfiles (Python)

Python bindings for [`lockfiles`](https://github.com/ggueret/lockfiles), a multi-ecosystem
lockfile parser written in Rust.

> **WIP: name reserved, implementation to come.** This `0.0.1` release only exposes
> `lockfiles.version()` and reserves the PyPI name. No parsing yet.

See the [main repository](https://github.com/ggueret/lockfiles) for details.

## License

Dual-licensed under MIT or Apache-2.0, at your option.

