SkillAgentSearch skills...

Pep440

No description available

Install / Use

/learn @Carreau/Pep440
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PEP 440

A simple package with utils to check whether versions number match Pep 440

Example:

>>> from pep440 import is_canonical
>>> is_canonical('4.1.0')
True

>>> is_canonical('4.2.1.beta2')  # 4.2.1b2 is correct
False

For a bigger dependencies with more utilities see PyPA Packaging (version submodule)

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1y ago
Forks4

Languages

Python

Security Score

65/100

Audited on Dec 13, 2024

No findings