Metadata-Version: 2.1
Name: machinable
Version: 4.10.5
Summary: A modular configuration system for research projects
Home-page: https://machinable.org
License: MIT
Keywords: machine-learning,research
Author: Frithjof Gressmann
Author-email: hello@machinable.org
Maintainer: Frithjof Gressmann
Maintainer-email: hello@machinable.org
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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
Requires-Dist: arrow (>=1.3,<2.0)
Requires-Dist: dill (>=0.3.9,<0.4.0)
Requires-Dist: flatten-dict (>=0.4,<0.5)
Requires-Dist: importlib-metadata (>=6.7,<7.0) ; python_version < "3.8"
Requires-Dist: jsonlines (>=3.1,<5.0)
Requires-Dist: omegaconf (==2.4.0.dev3)
Requires-Dist: pydantic (>=1,<3)
Requires-Dist: typing-extensions (>=4.7.0,<5.0.0) ; python_version < "3.11"
Requires-Dist: uuid7 (>=0.1.0,<0.2.0)
Project-URL: Documentation, https://machinable.org
Project-URL: Repository, https://github.com/machinable-org/machinable
Description-Content-Type: text/markdown

# machinable

<div align="center">
  <img style="width:15%;" src="https://raw.githubusercontent.com/machinable-org/machinable/main/docs/logo/logo.png">
</div>

<div align="center">

[![Build status](https://github.com/machinable-org/machinable/workflows/build/badge.svg)](https://github.com/machinable-org/machinable/actions?query=workflow%3Abuild)
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/machinable-org/machinable/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License](https://img.shields.io/github/license/machinable-org/machinable)](https://github.com/machinable-org/machinable/blob/main/LICENSE)

</div>

<br />

**machinable** provides a system to manage research code effectively. Using a unified and modular representation, machinable can help structure your projects in a principled way so you can move quickly while enabling reuse and collaboration.

Visit the [documentation](https://machinable.org/) to get started.

