Metadata-Version: 2.4
Name: engin-materials
Version: 0.0.1.dev0
Summary: Name reservation for engin-materials - the real package lives in the engin-suite repository.
Author: EnginBio
License-Expression: Apache-2.0
Project-URL: Homepage, https://docs.engin.bio
Project-URL: Repository, https://github.com/enginbio/engin-suite
Project-URL: Issues, https://github.com/enginbio/engin-suite/issues
Keywords: bioprocess,fermentation,uncertainty,techno-economic
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# engin-materials

**This is a name reservation, not a usable release.**

`engin-materials` is part of [engin-suite](https://github.com/enginbio/engin-suite), an Apache-2.0 toolkit for bioprocess
forecasting under calibrated uncertainty, coupled to cost. The code for this package is
real and public — it is in the repository — but no usable version has been published to
PyPI yet.

This `0.0.1.dev0` marker exists so the name is held by the project rather than by whoever
takes it first. It contains no modules and does nothing if installed. Being a `.dev`
release, `pip install engin-materials` will not select it without `--pre`.

## What to do instead

Install from the repository:

```bash
pip install "engin-materials @ git+https://github.com/enginbio/engin-suite#subdirectory=packages/engin-materials"
```

## When this gets replaced

By a real release, once the project has published real-data calibration coverage, its
out-of-distribution failure mode, and one non-synthetic worked example. Those gates are
tracked in the repository. Until then, treat anything on PyPI under this name as a
placeholder.
