yoco

Minimalistic YAML-based configuration system


License
MIT
Install
pip install yoco==1.2.0

Documentation

YOCO

PyPI Release PyTest Docs

YOCO is a minimalistic YAML-based configuration system for Python. Visit the YOCO documentation for detailed usage instructions and API reference.

Installation

pip install yoco

Development

  • Use pip install -e . to install the package in editable mode
  • Use pip install -r requirements-dev.txt to install dev tools
  • Use pytest -rf --cov=yoco --cov-report term-missing tests/ to run tests and check code coverage