Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeyeager/compare-versions
Compare versions using various versioning schemes
https://github.com/lukeyeager/compare-versions
Last synced: 8 days ago
JSON representation
Compare versions using various versioning schemes
- Host: GitHub
- URL: https://github.com/lukeyeager/compare-versions
- Owner: lukeyeager
- License: mit
- Created: 2015-12-04T22:57:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T23:57:33.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T18:23:19.592Z (25 days ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
================
compare_versions
================.. image:: https://img.shields.io/pypi/v/compare_versions.svg
:target: https://pypi.python.org/pypi/compare_versions
:alt: PyPI Version.. image:: https://travis-ci.org/lukeyeager/compare-versions.svg?branch=master
:target: https://travis-ci.org/lukeyeager/compare-versions
:alt: Build Status.. image:: https://landscape.io/github/lukeyeager/compare-versions/master/landscape.svg?style=flat
:target: https://landscape.io/github/lukeyeager/compare-versions/master
:alt: Code Health.. image:: https://coveralls.io/repos/lukeyeager/compare-versions/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/lukeyeager/compare-versions?branch=master
:alt: Code CoverageCompare versions using various versioning schemes.
*Example usage:* ::
$ compare_versions 1.0.0 1.0.0-dev --scheme semver
1.0.0 > 1.0.0-dev$ compare_versions 1.0.0 1.0.0-dev --scheme string
1.0.0 < 1.0.0-dev