GitXplorerGitXplorer
d

packaging_legacy

public
4 stars
2 forks
1 issues

Commits

List of commits on branch main.
Verified
18f6eb6bb24bd1b3b3725aa2cb78b4af9e9264bf

Merge pull request #5 from miketheman/add-py-typed

ddi committed 5 months ago
Verified
05057d7b9b31f9bf6975346e03ecad3b457b2149

Merge branch 'main' into add-py-typed

ddi committed 5 months ago
Verified
cf5932986bbedcf695ba64c0f2825a59f407a311

Merge pull request #6 from di/drop-3.7-tests

ddi committed 5 months ago
Verified
1ce553484b634956a21da5b921825d63aec65170

Don't test against 3.7

ddi committed 5 months ago
Unverified
8f72b15800be911090fc2f9273adae3aa6dede73

actually include marker and remove incorrect config

mmiketheman committed 5 months ago
Unverified
70cf7a9964861aacea9764e7e43577f6931adba6

Add py.typed marker file and update classifiers

mmiketheman committed 5 months ago

README

The README file for this repository.

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