tools to supplement packaging Python releases
Project description
Tools for packaging.
sphinx
This package provides a Sphinx extension that will inject into the config the following values from the project’s package metadata (as presented by distutils):
project (from name)
author
copyright (same as author)
version
release (same as version)
package_url (from url)
To enable, include ‘jaraco.packaging’ in your requirements and add ‘jaraco.packaging.sphinx’ to your list of extensions in your config file:
extensions=['jaraco.packaging.sphinx']
make-tree
A utility for taking output from pipdeptree --json and producing a tree rooted at a given package.
Usage:
pipdeptree --json | python -m jaraco.packaging.make-tree mypkg
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jaraco.packaging-9.0.0.tar.gz
(7.9 kB
view hashes)
Built Distribution
Close
Hashes for jaraco.packaging-9.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14c2ecb351f5a3c31bae02b5ab2836d74d93cf54a62c39ba9930a13b92fea402 |
|
MD5 | cde02a788756b665ee776e511d6c816e |
|
BLAKE2b-256 | af56859bdbb786711412c9951844e6160dc3be3cc37a25079810c115e2aff650 |