Metadata-Version: 2.3
Name: formed
Version: 0.0.2
Summary: ⚙️ Flexible framework for organizing data/experiments/workflows
License: MIT
Keywords: python,workflow
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: flax
Provides-Extra: mlflow
Provides-Extra: sentence-transformers
Provides-Extra: transformers
Requires-Dist: cloudpickle ; extra == "flax" or extra == "all"
Requires-Dist: colt (>=0.16.3)
Requires-Dist: datasets (>=2.0,<4.0) ; extra == "transformers" or extra == "sentence-transformers" or extra == "all"
Requires-Dist: dill
Requires-Dist: filelock
Requires-Dist: flax (<0.9) ; (python_version >= "3.9" and python_version < "3.10") and (extra == "flax" or extra == "all")
Requires-Dist: flax (>=0.9) ; (python_version >= "3.10") and (extra == "flax" or extra == "all")
Requires-Dist: minato (>=0.12)
Requires-Dist: mlflow (>=2.0,<3.0) ; extra == "mlflow" or extra == "all"
Requires-Dist: numpy (>=1.26.4) ; extra == "mlflow" or extra == "all"
Requires-Dist: protobuf (>=5.0,<6.0) ; extra == "transformers" 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: rich (>=12.3)
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")
Requires-Dist: sentence-transformers (>=3.0,<3.1) ; (python_version >= "3.9" and python_version < "3.10") and (extra == "sentence-transformers" or extra == "all")
Requires-Dist: sentence-transformers (>=3.0,<4.0) ; (python_version >= "3.10") and (extra == "sentence-transformers" or extra == "all")
Requires-Dist: transformers[torch] (>=4.0,<5.0) ; extra == "transformers" or extra == "sentence-transformers" or extra == "all"
Project-URL: Homepage, https://altescy.jp/formed
Description-Content-Type: text/markdown

# ⚙️  Formed

[![CI](https://github.com/altescy/formed/actions/workflows/ci.yml/badge.svg)](https://github.com/altescy/formed/actions/workflows/ci.yml)
[![Python version](https://img.shields.io/pypi/pyversions/formed)](https://github.com/altescy/formed)
[![License](https://img.shields.io/github/license/altescy/formed)](https://github.com/altescy/formed/blob/master/LICENSE)
[![PyPI version](https://img.shields.io/pypi/v/formed)](https://pypi.org/project/formed/)

⚙️ Flexible framework for organizing data/experiments/workflows

