inmanta / inmanta-core

Inmanta is an automation and orchestration tool
https://inmanta.com
Apache License 2.0
27 stars 7 forks source link

Inmanta

pypi version

Inmanta is an automation and orchestration tool to efficiently deploy and manage your software services, including all (inter)dependencies to other services and the underpinning infrastructure. It eliminates the complexity of managing large-scale, heterogeneous infrastructures and highly distributed systems.

The key characteristics of Inmanta are:

Currently, the Inmanta project is mainly developed and maintained by Inmanta NV.

Links

Install

Running the tests using tox

$ python3 -m venv env
$ source env/bin/activate
$ pip install -U pip tox
$ tox

Additional pytest arguments can be passed to tox via the INMANTA_EXTRA_PYTEST_ARGS environment variable. In order to run the test suite in fast mode, set INMANTA_EXTRA_PYTEST_ARGS='--fast'.