Welcome to packaging#

Reusable core utilities for various Python Packaging interoperability specifications.

This library provides utilities that implement the interoperability specifications which have clearly one correct behaviour (eg: PEP 440) or benefit greatly from having a single shared implementation (eg: PEP 425).

Installation#

You can install packaging with pip:

$ pip install packaging

The packaging library uses calendar-based versioning (YY.N).