Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ncolony/ncolony
- Owner: ncolony
- License: mit
- Created: 2013-07-13T15:37:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T04:26:56.000Z (7 months ago)
- Last Synced: 2024-04-29T15:06:35.645Z (6 months ago)
- Topics: monitoring, processes, python, supervisor, twisted
- Language: Python
- Homepage: https://ncolony.org/
- Size: 288 KB
- Stars: 23
- Watchers: 4
- Forks: 4
- Open Issues: 28
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-python-applications - Repo
- awesome-python-applications - Repo
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 WilliamsLicense
=======MIT License