running-ng is a collection of scripts that help people run workloads in a methodologically sound settings.
pip3 install running-ng
There are two extras available.
zulip: dependencies for theZuliprunbmsplugin, useful for users.tests: dependencies for running tests, useful for package developers.
virtualenv env
source env/bin/activate
pip install -e .[zulip,tests]
pip install -U pip setuptools build[virtualenv] twine # extra packages for building releases- To make a distribution archives, run
python -m buildwithin the virtual environment. - To install to user
site-packages, runpip install dist/running_ng-<VERSION>-py3-none-any.whloutside the virtual environment. - To update to PyPI, run
twine upload --repository running-ng dist/*<VERSION>*.
Please refer to this site for up-to-date documentations.
This project is licensed under the Apache License, Version 2.0.