pep440 0.2.0

Parse and compare Python PEP440 style version numbers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.