Metadata-Version: 2.1
Name: extensible
Version: 0.1.0
Summary: Context managed hooks
Home-page: https://github.com/zepedaj/extensible
Author: Joaquin Zepeda
Description-Content-Type: text/markdown
Requires-Dist: jztools
Requires-Dist: ploteries
Requires-Dist: soleil


Extensible is a context manager-based hook system to support better organization of machine learning code such as model training scripts.

* Install extensible using

```
pip install extensible
```


* See [Extensible's full documentation](https://extensible.readthedocs.io/en/latest/) for more information


* Contribute at [Extensible's github page](https://github.com/zepedaj/extensible)


