ncolony / ncolony

A colony of interacting processes

Home Page:https://ncolony.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NColony

Infrastructure for running "colonies" of processes.

image

Documentation Status

Hacking

$ tox

Should DTRT -- if it passes, it means unit tests are passing, and 100% coverage. Note that Travis-CI will automatically run tests on pull requests.

Please feel free to submit pull requests which are failing. However, they cannot be merged until the they are green in Travis-CI.

Release

  • Checkout a new branch
  • Run python -m incremental.update ncolony to update the version number.
  • Create a pull request
  • Merge the pull request
  • Run tox
  • Run twine upload build/tox/py27-wheel/tmp/dist/*

Contributors

Moshe Zadka <zadka.moshe@gmail.com> Mark Williams <mrw@enotuniq.org>

License

MIT License

About

A colony of interacting processes

https://ncolony.org/

License:MIT License


Languages

Language:Python 100.0%