Skip to content

xinyu-zheng/running-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

running-ng

running-ng is a collection of scripts that help people run workloads in a methodologically sound settings.

Installation

pip3 install running-ng

There are two extras available.

  • zulip: dependencies for the Zulip runbms plugin, useful for users.
  • tests: dependencies for running tests, useful for package developers.

Development setup

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 build within the virtual environment.
  • To install to user site-packages, run pip install dist/running_ng-<VERSION>-py3-none-any.whl outside the virtual environment.
  • To update to PyPI, run twine upload --repository running-ng dist/*<VERSION>*.

Documentation

Please refer to this site for up-to-date documentations.

License

This project is licensed under the Apache License, Version 2.0.

About

Running next generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%