https://github.com/aboutcode-org/pkginfo2
Git mirror of http://bazaar.launchpad.net/~tseaver/pkginfo ... with modifications
https://github.com/aboutcode-org/pkginfo2
Last synced: 9 months ago
JSON representation
Git mirror of http://bazaar.launchpad.net/~tseaver/pkginfo ... with modifications
- Host: GitHub
- URL: https://github.com/aboutcode-org/pkginfo2
- Owner: aboutcode-org
- License: mit
- Created: 2017-06-23T10:04:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T08:09:19.000Z (over 1 year ago)
- Last Synced: 2024-09-29T09:24:06.852Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 646 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
``pkginfo2`` README
=====================
Homepage URL: https://github.com/aboutcode-org/pkginfo2
SPDX-License-Identifier: MIT
This package provides an API for querying the distutils metadata written in
the ``PKG-INFO`` file inside a source distriubtion (an ``sdist``) or a
binary distribution or a wheel (e.g., created by running ``bdist_egg``). 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``), or the ``*.dist-info`` from
an as-installed package.
This is a fork of http://bazaar.launchpad.net/~tseaver/pkginfo removing the
ability to import and eval arbitrary code and work with modules known to the
current interpreter. Use importlib_metadata for this if you need it.
Please see the `pkginfo2 repo at `_
for more documentation.