Go to file
su-fang af4bf913a8 changed debian/source/format to native 2022-11-09 11:05:12 +08:00
debian changed debian/source/format to native 2022-11-09 11:05:12 +08:00
docs Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
packaging Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
packaging.egg-info Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
tests Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
.coveragerc Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
.flake8 Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
.pre-commit-config.yaml Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
CHANGELOG.rst Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
CONTRIBUTING.rst Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
LICENSE Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
LICENSE.APACHE Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
LICENSE.BSD Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
MANIFEST.in Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
PKG-INFO Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
README.rst Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
mypy.ini Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
pyproject.toml Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
setup.cfg Import Upstream version 21.3 2022-11-09 11:05:11 +08:00
setup.py Import Upstream version 21.3 2022-11-09 11:05:11 +08:00

README.rst

packaging
=========

.. start-intro

Reusable core utilities for various Python Packaging
`interoperability specifications <https://packaging.python.org/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`).

.. end-intro

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

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.


.. _`documentation`: https://packaging.pypa.io/
.. _`issue tracker`: 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`_.

.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md

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 development`: https://packaging.pypa.io/en/latest/development/
.. _`security`: https://packaging.pypa.io/en/latest/security/

Project History
---------------

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

.. _`Changelog documentation`: https://packaging.pypa.io/en/latest/changelog/