See more details in this Yuptoo Documentation.
- No database.
- No explicit state-machine.
- No django service for readiness and liveness probes.
- More robust and decoupled code.
pipenv install --dev
pipenv run python main.py
Yuptoo has the concept of modifiers which are used for manipulating host data before sending it to host inventory.
Read more about modifiers - yuptoo/modifiers
To run pytest hit the below command in yuptoo root directory
pipenv run python -m pytest
For linting run the below command.
pipenv run flake8