Metadata-Version: 2.1
Name: configurable-objects
Version: 0.0.1
Summary: Library for making it easy to manage parameters of objects via dictionaries or JSON.
Home-page: https://github.com/fracpete/configurable-objects
Author: Peter "fracpete" Reutemann
Author-email: configurable-objects@fracpete.org
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 3
License-File: LICENSE

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.

Changelog
=========

0.0.1 (2023-01-10)
-------------------

- initial release, migrated from python-weka-wrapper3
