Metadata-Version: 2.1
Name: ncolony
Version: 2024.1.11.74140
Summary: A wrapper around Twisted process monitor which allows runtime configuration via file-based communication
Author-email: Moshe Zadka <moshez@zadka.club>
License: Permission is hereby granted, free of charge, to any person obtaining a
        copy of this software and associated documentation files (the "Software"),
        to deal in the Software without restriction, including without limitation the
        rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is furnished
        to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
        INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
        PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
        HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
        CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
        OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Project-URL: Homepage, https://github.com/ncolony/ncolony
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: twisted
Requires-Dist: gather
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Provides-Extra: lint
Requires-Dist: flake8 ; extra == 'lint'
Requires-Dist: black ; extra == 'lint'
Requires-Dist: pylint ; extra == 'lint'
Provides-Extra: mypy
Requires-Dist: mypy ; extra == 'mypy'
Provides-Extra: tests
Requires-Dist: coverage[toml] ; extra == 'tests'

.. 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 <zadka.moshe@gmail.com>
Mark Williams <mrw@enotuniq.org>

License
=======

MIT License
