packaging
packaging
.. start-intro
Reusable core utilities for various Python Packaging
_.
This library provides utilities that implement the interoperability
specifications which have clearly one correct behaviour (eg: :pep:
)
or benefit greatly from having a single shared implementation (eg: :pep:
).
.. end-intro
The
project includes the following: version handling, specifiers,
markers, requirements, tags, utilities.
Documentation
The
_ provides information and the API for the following:
- Version Handling
- Specifiers
- Markers
- Requirements
- Tags
- Utilities
Installation
Use
to install these utilities::
pip install packaging
The
library uses calendar-based versioning (
).
Discussion
If you run into bugs, you can file them in our
_.
You can also join
on Freenode to ask questions or get involved.
.. _
: https://packaging.pypa.io/
.. _
: https://github.com/pypa/packaging/issues
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: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
Contributing
The
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
_ and
_.
.. _
: https://packaging.pypa.io/en/latest/development/
.. _
: https://packaging.pypa.io/en/latest/security/
Project History
Please review the
file or the
_ for
recent changes and project history.
.. _
: https://packaging.pypa.io/en/latest/changelog/