8000 GitHub - RoamingNoMaD/yuptoo: The Yupana Upload Processor II
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RoamingNoMaD/yuptoo

 
 

Repository files navigation

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

About

The Yupana Upload Processor II

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.5%
  • Shell 3.2%
  • Makefile 2.7%
  • Dockerfile 0.6%
0