packaging-legacy 23.0.post0


pip install packaging-legacy

  Latest version

Released: Nov 28, 2023

Project Links

Meta
Author: Dustin Ingram

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License
  • OSI Approved :: BSD License

Programming Language
  • Python
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

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
Extras: None
Dependencies:
packaging (>=23.0)