Welcome to packaging
====================

Core utilities for Python packages


Installation
------------

You can install packaging with ``pip``:

.. code-block:: console

    $ pip install packaging


API
---

.. toctree::
    :maxdepth: 1

    version
    specifiers
    markers
    requirements
    tags
    utils


Project
-------

.. toctree::
    :maxdepth: 2

    development/index
    security
    changelog
