Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ncolony/ncolony

A colony of interacting processes
https://github.com/ncolony/ncolony

monitoring processes python supervisor twisted

Last synced: 9 days ago
JSON representation

A colony of interacting processes

Awesome Lists containing this project

README

        

.. Copyright (c) Moshe Zadka
See LICENSE for details.

NColony
-------

Infrastructure for running "colonies" of processes.

.. image:: https://travis-ci.org/ncolony/ncolony.svg?branch=master
:target: https://travis-ci.org/ncolony/ncolony

.. image:: https://readthedocs.org/projects/ncolony/badge/?version=latest
:alt: Documentation Status
:scale: 100%
:target: https://readthedocs.org/projects/ncolony/

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 :code:`python -m incremental.update ncolony` to update the version number.
* Create a pull request
* Merge the pull request
* Run :code:`tox`
* Run :code:`twine upload build/tox/py27-wheel/tmp/dist/*`

Contributors
=============

Moshe Zadka
Mark Williams

License
=======

MIT License