Metadata-Version: 2.3
Name: harbory
Version: 0.0.10
Summary: Framework for machine learning project
Home-page: https://github.com/altescy/harbory
License: MIT
Keywords: python,machine-learning
Author: altescy
Author-email: me@altescy.jp
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: all
Provides-Extra: mlflow
Requires-Dist: colt (>=0.16.1)
Requires-Dist: dill
Requires-Dist: filelock
Requires-Dist: mlflow (>=2.0,<3.0) ; extra == "mlflow" or extra == "all"
Requires-Dist: mpire (>=2.0,<3.0)
Requires-Dist: numpy (>=1.26.4) ; extra == "mlflow" or extra == "all"
Requires-Dist: pyarrow (>=18.0) ; (python_version >= "3.12") and (extra == "mlflow" or extra == "all")
Requires-Dist: pyarrow ; (python_version >= "3.9" and python_version < "3.12") and (extra == "mlflow" or extra == "all")
Requires-Dist: pydantic (>=2.0,<3.0)
Requires-Dist: pyyaml
Requires-Dist: rjsonnet
Requires-Dist: scipy (>=1.13) ; (python_version >= "3.9" and python_version < "3.12") and (extra == "mlflow" or extra == "all")
Requires-Dist: scipy (>=1.14) ; (python_version >= "3.12") and (extra == "mlflow" or extra == "all")
Description-Content-Type: text/markdown

# Harbory

