Metadata-Version: 2.1
Name: pyflor
Version: 0.0.1a0
Summary: A context-centric logger and automatic version controller
Home-page: https://github.com/ucbrise/flor
Author: Rolando Garcia
Author-email: rogarcia@berkeley.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

Flor: the context manager that feels like a logger
=====

Flor is made for data scientists who write ML code to train models, it helps you understand what alternatives you’ve tried, and with what results. It alleviates the burden of tracking the data, code, and parameters used to train a model, and associating such metadata with the model’s metrics, for each execution. Flor automatically tracks this context on every execution so your changes are **reversible** and **redo-able** – you can focus on exploration and composition.

[Learn more](https://flor.readthedocs.io)

## License
Flor is licensed under the [Apache v2 License](https://www.apache.org/licenses/LICENSE-2.0).


