All Projects → ncolony → ncolony

ncolony / ncolony

Licence: MIT license
A colony of interacting processes

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ncolony

prometheus-async
Async helpers for prometheus_client.
Stars: ✭ 136 (+491.3%)
Mutual labels:  twisted
RunProcess
Replacement for System.Diagnostics.Process
Stars: ✭ 15 (-34.78%)
Mutual labels:  processes
SnitchDNS
Database Driven DNS Server with a Web UI
Stars: ✭ 169 (+634.78%)
Mutual labels:  twisted
tahoe-lafs-public-clouds
tahoe-lafs backend drivers for no-cost cloud providers
Stars: ✭ 25 (+8.7%)
Mutual labels:  twisted
effpi
Verified message-passing programs in Dotty
Stars: ✭ 42 (+82.61%)
Mutual labels:  processes
NeuralFish
Neuroevolution in F#
Stars: ✭ 28 (+21.74%)
Mutual labels:  processes
admin-training
Galaxy Admin Training
Stars: ✭ 55 (+139.13%)
Mutual labels:  supervisor
delayed otp
Delay death of supervisor children or gen_server : for instance Erlang supervisor with exponential backoff restart strategy
Stars: ✭ 22 (-4.35%)
Mutual labels:  supervisor
libproc-rs
A rust library for getting information about running processes for Mac and Linux
Stars: ✭ 33 (+43.48%)
Mutual labels:  processes
24-game
24 point game implemented in Python, just for fun!
Stars: ✭ 16 (-30.43%)
Mutual labels:  twisted
Cardinal
A Python IRC bot, designed to make adding functionality quick and simple.
Stars: ✭ 92 (+300%)
Mutual labels:  twisted
docker-alpine
Minimal Alpine with working init process
Stars: ✭ 21 (-8.7%)
Mutual labels:  supervisor
tubes
A series of tubes.
Stars: ✭ 55 (+139.13%)
Mutual labels:  twisted
Melkweg
Project Melkweg is only a tool testing the network latency between two computers.
Stars: ✭ 18 (-21.74%)
Mutual labels:  twisted
ROSE
ROSE project car race game
Stars: ✭ 24 (+4.35%)
Mutual labels:  twisted
aioScrapy
基于asyncio与aiohttp的异步协程爬虫框架 欢迎Star
Stars: ✭ 34 (+47.83%)
Mutual labels:  twisted
supervisor
[Mirror] Supervisor trees for Go applications.
Stars: ✭ 35 (+52.17%)
Mutual labels:  supervisor
supervisorring
otp/supervisor-like interface to supervise distributed processes
Stars: ✭ 15 (-34.78%)
Mutual labels:  supervisor
ModernOperatingSystems AndrewTanenbaum
My notes after reading 'Modern Operating Systems' book by Andrew Tanenbaum and Herbert Bos.
Stars: ✭ 71 (+208.7%)
Mutual labels:  processes
lnmp-docker
Docker for LNMP ( Alpine Linux + PHP7 + Nginx+ Supervisor + Crontab ) 开发环境镜像
Stars: ✭ 23 (+0%)
Mutual labels:  supervisor

NColony

Infrastructure for running "colonies" of processes.

https://travis-ci.org/ncolony/ncolony.svg?branch=master 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 <[email protected]> Mark Williams <[email protected]>

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].