An open API service indexing awesome lists of open source software.

https://github.com/fracpete/configurable-objects

Python library for making objects easily configurable via dictionaries and JSON.
https://github.com/fracpete/configurable-objects

configuration json python3

Last synced: 5 months ago
JSON representation

Python library for making objects easily configurable via dictionaries and JSON.

Awesome Lists containing this project

README

          

# configurable-objects

The **configurable-objects** library contains classes and methods for registering
handlers to make it easy for managing parameters of objects (not their entire state)
to be easily retrieved/set via dictionaries and therefore also via a JSON representation.