Skip to content

Process Firefox versions numbers. Tell whether they are valid or not, whether they are nightlies or regular releases, whether this version precedes that other

License

Notifications You must be signed in to change notification settings

JohanLorenzo/mozilla-version

 
 

Repository files navigation

mozilla-version

Build Status Coverage Status

Process Firefox versions numbers. Tell whether they are valid or not, whether they are nightlies or regular releases, whether this version precedes that other.

Get the code

Just install it from pip:

pip install mozilla-version

Hack on the code

virtualenv venv         # create the virtualenv in ./venv
. venv1/bin/activate    # activate it
git clone https://github.com/mozilla-releng/mozilla-version
cd mozilla-version
pip install mozilla-version

About

Process Firefox versions numbers. Tell whether they are valid or not, whether they are nightlies or regular releases, whether this version precedes that other

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%