Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.51 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.51 KB

Yupana Upload Processor II

How it Works

UML

See more details in this Yuptoo Documentation.

What is different in yuptoo compared to legacy yupana

  • No database.
  • No explicit state-machine.
  • No django service for readiness and liveness probes.
  • More robust and decoupled code.

Usage

pipenv install --dev
pipenv run python main.py

Modifiers

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

Testing and Linting

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