Menu

Tree [57d5ce] debian/bookworm-backports debian/25.0-1_bpo12+1 /
 History

HTTPS access


File Date Author Commit
 debian 2025-05-19 Santiago Ruano Rincón Santiago Ruano Rincón [57d5ce] Fix typo
 docs 2025-04-26 Stefano Rivera Stefano Rivera [2a602d] New upstream version 25.0
 src 2025-04-26 Stefano Rivera Stefano Rivera [2a602d] New upstream version 25.0
 tests 2025-04-26 Stefano Rivera Stefano Rivera [2a602d] New upstream version 25.0
 CHANGELOG.rst 2025-04-26 Stefano Rivera Stefano Rivera [2a602d] New upstream version 25.0
 LICENSE 2025-04-11 Dmitry Shachnev Dmitry Shachnev [b756e8] Import Upstream version 16.2
 LICENSE.APACHE 2025-04-11 Dmitry Shachnev Dmitry Shachnev [998b85] Import Upstream version 20.0
 LICENSE.BSD 2025-04-11 Dmitry Shachnev Dmitry Shachnev [b756e8] Import Upstream version 16.2
 PKG-INFO 2025-04-26 Stefano Rivera Stefano Rivera [2a602d] New upstream version 25.0
 README.rst 2025-04-11 Dmitry Shachnev Dmitry Shachnev [2b904a] Import Upstream version 23.2
 pyproject.toml 2025-04-26 Stefano Rivera Stefano Rivera [2a602d] New upstream version 25.0

Read Me

packaging

Reusable core utilities for various Python Packaging interoperability specifications.

This library provides utilities that implement the interoperability specifications which have clearly one correct behaviour (eg: PEP 440) or benefit greatly from having a single shared implementation (eg: PEP 425).

The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities.

Documentation

The documentation provides information and the API for the following:

  • Version Handling
  • Specifiers
  • Markers
  • Requirements
  • Tags
  • Utilities

Installation

Use pip to install these utilities:

pip install packaging

The packaging library uses calendar-based versioning (YY.N).

Discussion

If you run into bugs, you can file them in our issue tracker.

You can also join #pypa on Freenode to ask questions or get involved.

Code of Conduct

Everyone interacting in the packaging project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PSF Code of Conduct.

Contributing

The CONTRIBUTING.rst file outlines how to contribute to this project as well as how to report a potential security issue. The documentation for this project also covers information about project development and security.

Project History

Please review the CHANGELOG.rst file or the Changelog documentation for recent changes and project history.