Metadata-Version: 2.1
Name: persistable
Version: 1.2.3
Summary: Reproducible parameter based pipelines and persisting
Home-page: https://github.com/aloosley/persistable
Download-URL: https://github.com/aloosley/persistable/archive/1.2.3.tar.gz
Author: Alex Loosley, Stephan Sahm
Author-email: aloosley@alumni.brown.edu, Stephan.Sahm@gmx.de
Keywords: persisting,models,pipeline
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: numpy>=1.21.0
Provides-Extra: dev
Requires-Dist: pre-commit>=2.19.0; extra == "dev"
Requires-Dist: pytest>=7.1.2; extra == "dev"

Persistable is a lightweight framework that helps developers clearly define parametrized programmatic pipelines, and reproducibly generate, persist, and load artifacts using parameter based persisting and loading.
