Skip to main content

Module pep

Module pep 

Source
Expand description

PEP standards implementations

Re-exports§

pub use pep440::PreRelease;
pub use pep440::Version;
pub use pep508::Requirement;
pub use pep621::License;
pub use pep621::ProjectMetadata;
pub use pep621::PyProject;
pub use pep621::Readme;
pub use specifier::Operator;
pub use specifier::VersionSpecifier;
pub use specifier::VersionSpecifiers;

Modules§

pep440
PEP 440 - Version Identification and Dependency Specification
pep508
PEP 508 - Dependency specification for Python packages
pep621
PEP 621 - Storing project metadata in pyproject.toml
specifier
Version specifier parsing and range conversion