Crates.io | pep440 |
lib.rs | pep440 |
version | 0.2.0 |
source | src |
created_at | 2021-03-17 04:42:03.363645 |
updated_at | 2021-07-10 21:24:41.64331 |
description | Parse and compare Python PEP440 style version numbers |
homepage | |
repository | https://github.com/relrod/pep440-rs |
max_upload_size | |
id | 370049 |
size | 315,640 |
This is a PEP440 version parser library for/in Rust.
The test cases we use come mostly from the pypa/packaging source code, and to keep things simple, this library is licensed the same way that one is: Under the terms of either: Apache-2.0 or 2-clause BSD. See the respective license files for more information.