Rpmrepo-metadata

Latest version: v0.5.3

Safety actively analyzes 945810 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.5.0

Added

- A visitor API is now provided to allow parsing without allocations, useful for e.g. loading a dependency resolver which uses its own string internment.

Changed

- `Package` now stores file lists in a `FileList` struct which performs interning of base paths, dramatically reducing memory requirements for large repos. The internal string pool is shared when parsing an entire repository or consecutive packages of the same name. File name itself is now stored in a `compact_str` to prevent extreme numbers of small String allocations.
- Various other optimizations.
- Fields on `Requirement` are now private and use getters/setters.

Fixed

- Lots of compatibility nitpicks found by parsing in-the-wild repos.

Links

Releases

Has known vulnerabilities

© 2026 Safety CLI Cybersecurity Inc. All Rights Reserved.