/zcfg

Configuration tool based on PyHOCON with JSON-LD extensions.

Primary LanguagePythonApache License 2.0Apache-2.0

Project generated with PyScaffold

cfgld

Configuration tool based on PyHOCON with JSON-LD extensions.

A longer description of your project goes here...

Making Changes & Contributing

This project uses pre-commit, please make sure to install it before making any changes:

pip install pre-commit
cd cfgld
pre-commit install

It is a good idea to update the hooks to the latest version:

pre-commit autoupdate

Don't forget to tell your contributors to also install and use pre-commit.

Note

This project has been set up using PyScaffold 4.3. For details and usage information on PyScaffold see https://pyscaffold.org/.