Installation
Requirements
Basic Install
pip install pykomodo==0.3.0
Or from source:
git clone https://github.com/duriantaco/pykomodo.git
cd pykomodo
pip install -e .
Optional Tools
mypy for type checking
pydantic if you want typed configurations (
pykomodo_config.pystyle)pytest for running tests