Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 881 Bytes

index.rst

File metadata and controls

34 lines (25 loc) · 881 Bytes

Welcome to distlib's documentation!

.. rst-class:: release-info

   .. list-table::
      :widths: auto
      :stub-columns: 1

      * - Release:
        - |release|

Welcome to the documentation for distlib, a library of packaging functionality which is intended to be used as the basis for third-party packaging tools. Using a common layer will improve interoperability and consistency of user experience across those tools which use the library.

Please note: this documentation is a work in progress.

.. toctree::
   :maxdepth: 4

   overview
   tutorial
   internals
   reference
   migration