Metadata-Version: 2.1
Name: modelstore
Version: 0.0.78
Summary: modelstore is a library for versioning, exporting, storing, and loading machine learning models
Home-page: https://github.com/operatorai/modelstore
Author: Neal Lathia
License: Please refer to the readme
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dataclasses-json (>=0.5.7)
Requires-Dist: gitpython (>=3.1.11)
Requires-Dist: joblib (>=1.0.0)
Requires-Dist: requests (>=2.23.0)
Requires-Dist: tqdm (>=4.54.1)
Requires-Dist: click (>=7.0)
Requires-Dist: numpy
Requires-Dist: dataclasses (==0.8) ; python_version < "3.7"

Please refer to: https://modelstore.readthedocs.io/en/latest/
