internal/tools/: packaging-legacy-23.0 metadata and description

Simple index

Core utilities for legacy Python packages

author_email Dustin Ingram <di@python.org>
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: Apache Software License
  • License :: OSI Approved :: BSD License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
description_content_type text/markdown
project_urls
  • Source, https://github.com/di/packaging_legacy
requires_dist
  • packaging >=23.0
File Tox results History
packaging_legacy-23.0-py3-none-any.whl
Size
8 KB
Type
Python Wheel
Python
3
packaging_legacy-23.0.tar.gz
Size
8 KB
Type
Source

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