Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relrod/pep440-rs
PEP440 version parsing library for Rust, WIP
https://github.com/relrod/pep440-rs
compare numbers parsing pep440 python rust version versions
Last synced: 13 days ago
JSON representation
PEP440 version parsing library for Rust, WIP
- Host: GitHub
- URL: https://github.com/relrod/pep440-rs
- Owner: relrod
- License: other
- Created: 2021-03-10T05:22:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T00:36:52.000Z (about 3 years ago)
- Last Synced: 2024-10-03T15:40:56.077Z (about 1 month ago)
- Topics: compare, numbers, parsing, pep440, python, rust, version, versions
- Language: Rust
- Homepage: https://crates.io/crates/pep440
- Size: 1.93 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pep440
[![tests](https://github.com/relrod/pep440-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/relrod/pep440-rs/actions/workflows/ci.yml)
This is a [PEP440](https://www.python.org/dev/peps/pep-0440/) version parser
library for/in Rust.### Licensing
The test cases we use come mostly from the
[pypa/packaging](https://github.com/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.