Metadata-Version: 2.4
Name: bioreactor_model
Version: 0.0.6
Summary: Bioreactor-model is a Python package for bioreactor and biomass growth calculations
Project-URL: Homepage, https://asbldex.github.io
Project-URL: Documentation, https://matrixdex.github.io/bioreactor-model/
Project-URL: Issues, https://github.com/matrixdex/bioreactor-model/issues
Project-URL: Repository, https://github.com/matrixdex/bioreactor-model
Author-email: Noorul Ali <manonthemoon13131@gmail.com>
License-Expression: CC0-1.0
License-File: LICENSE
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.13
Requires-Dist: numpy
Description-Content-Type: text/markdown

# Bioreactor-model Python package

## Installation

```bash
pip install bioreactor-model
```

## Functions

`calc.CellComposition()` calculates biomass formula and biomass formula weight

`calc.BiomassComposition()` solves biomass equation

## Documentation
[Documentation here](https://matrixdex.github.io/bioreactor-model/)

## Examples

See tutorials in [documentation here](https://matrixdex.github.io/bioreactor-model/tutorials.html) for biomass composition calculation from dry weight values, respiratory quotient calculation with gas inlet-outlet values and yeast growth under glucose and hexane substrates.

## Future development

Scale up parameters, fed-batch yield estimation, yield coefficient calculation, gas transfer estimation, oxygen transport and uptake rates will be added soon.