Skip to content
Core utilities for Python packages
Python Other
  1. Python 99.3%
  2. Other 0.7%
Branch: master
Clone or download
Latest commit e664cdd Jan 6, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows Fix GitHub Actions workflow following #247 (#249) Dec 17, 2019
docs Expose various function in `tags` publicly (#231) Nov 25, 2019
packaging Bump for development Jan 6, 2020
tasks Autoformat with black Dec 15, 2018
tests Update manylinux detection to be robust to incompatible ABIs (#221) Jan 2, 2020
.coveragerc Introduce packaging.tags (#156) May 10, 2019
.flake8 Ignore obsolete flake8 warnings/errors Dec 15, 2018
.gitignore Appease mypy being strict about sys attributes (#208) Sep 27, 2019
.pre-commit-config.yaml Don't list abi3 for Python versions older than 3.2 (#248) Dec 19, 2019
.travis.yml Travis CI: Test using Python 3.8 final (#250) Dec 18, 2019
CHANGELOG.rst Bump for development Jan 6, 2020
CONTRIBUTING.rst Point locations towards the proper PyPA locations Aug 26, 2014
LICENSE Relicense under both Apache License, v2.0 and a 2 clause BSD license Oct 20, 2015
LICENSE.APACHE Introduce pre-commit to the dev process (#212) Sep 30, 2019
LICENSE.BSD
MANIFEST.in Update manylinux detection to be robust to incompatible ABIs (#221) Jan 2, 2020
README.rst
setup.cfg Remove custom stubs Sep 19, 2019
setup.py Add support for Python 3.8 (#236) Nov 15, 2019
tox.ini Restrict coverage version to '<5.0.0' (#247) Dec 17, 2019

README.rst

packaging

Core utilities for Python packages.

The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities.

Documentation

The documentation provides information and the API for the following:

  • Version Handling
  • Specifiers
  • Markers
  • Requirements
  • Tags
  • Utilities

Installation

Use pip to install these utilities:

pip install packaging

Discussion

If you run into bugs, you can file them in our issue tracker.

You can also join #pypa on Freenode to ask questions or get involved.

Code of Conduct

Everyone interacting in the packaging project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.

Contributing

The CONTRIBUTING.rst file outlines how to contribute to this project as well as how to report a potential security issue. The documentation for this project also covers information about project development and security.

Project History

Please review the CHANGELOG.rst file or the Changelog documentation for recent changes and project history.

You can’t perform that action at this time.