File: index.rst

package info (click to toggle)
python-pkginfo 1.12.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 980 kB
  • sloc: python: 2,142; makefile: 84; sh: 14
file content (18 lines) | stat: -rw-r--r-- 551 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
:mod:`pkginfo` documentation
============================

This package provides an API for querying the distutils metadata written in
the ``PKG-INFO`` file inside a source distribution (an ``sdist``) or a
binary distribution (e.g., created by running ``bdist_egg`` or
``bdist_wheel``).  It can also query the ``EGG-INFO`` directory of an
installed distribution, and the ``*.egg-info`` stored in a "development
checkout" (e.g, created by running ``setup.py develop``).

Contents:

.. toctree::
   :maxdepth: 2

   distributions
   metadata
   indexes