Skip to content

xmoezzz/rs_versions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs_versions

Python (PyO3) wrapper of Rust's versions crate.

API

rs_versions.parse_version(str) -> RsVersion

Parses a given version string if possible, returns None if it could not be parsed.

RsVersion

All comparison and equality operations are implemented.

Build

python3 -m venv .venv
. .venv/bin/activate
pip install maturin
maturin build --release
# or
maturin develop

About

semver python binding🦀🐍

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages