rust-pip
rust-pip copied to clipboard
[`#25`] Added PyVer Crate
trafficstars
Add PyVer crate to project
Based on:
Example Usage
use pyver::PackageVersion;
let one = PackageVersion::new("v1.0");
let two = PackageVersion::new("2.0");
assert_eq!(true, two > one)
Commits
- Moved changes from #20 to 25-add-python-version-parsing-pep-440 branch
So how are we looking on merging this?
So how are we looking on merging this?
I want us to finish the project/CI setup first. So just leave it for now, its not gonna run away :) And focus on other CI/Project related issues
@Allstreamer looks like your package is doing well. Can you change this code to simply use pyver?
Will do gimme 30-40 min
Should be good to go! @John15321