internal/tools/: packaging-legacy-23.0 metadata and description
Core utilities for legacy Python packages
author_email | Dustin Ingram <di@python.org> |
classifiers |
|
description_content_type | text/markdown |
project_urls |
|
requires_dist |
|
File | Tox results | History |
---|---|---|
packaging_legacy-23.0-py3-none-any.whl
|
|
|
packaging_legacy-23.0.tar.gz
|
|
Legacy Packaging
This library provides support for "legacy" Python Packaging functionality removed from https://github.com/pypa/packaging.
Supported APIs
This library includes support for the following deprecated/removed APIs:
LegacyVersion
Removed in https://github.com/pypa/packaging/pull/407, this includes a
packaging_legacy.version.parse
function that handles legacy versions.
- from packaging.version import parse, LegacyVersion
+ from packaging_legacy.version import parse, LegacyVersion