File: index.rst

package info (click to toggle)
python-packaging 25.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,716 kB
  • sloc: python: 8,071; makefile: 130; sh: 35
file content (42 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Welcome to packaging
====================

.. include:: ../README.rst
   :start-after: start-intro
   :end-before: end-intro


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

You can install packaging with ``pip``:

.. code-block:: console

    $ pip install packaging

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


.. toctree::
    :maxdepth: 1
    :caption: API Documentation
    :hidden:

    version
    specifiers
    markers
    licenses
    requirements
    metadata
    tags
    utils

.. toctree::
    :maxdepth: 2
    :caption: Project
    :hidden:

    development/index
    security
    changelog