Metadata-Version: 2.4
Name: asm2dn2o
Version: 0.1.2
Summary: ASM2d-N2O compiled extension modules for Windows CPython 3.12
Author: Dr Taher Abunama
Author-email: tabunama@gmail.com
License: SEE LICENSE
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: ==3.12.*
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# asm2dn2o

Python package for ASM2d-N₂O dynamic process modelling.

## Installation

This package is currently distributed as a compiled wheel for:

- Windows x64
- CPython 3.12

Install from PyPI:

```bash
pip install asm2dn2o
```

## Import

Import the package in Python with:

```python
from asm2dn2o import asm2d_n2o, clarifiers, combiner, delay
```

## Current modules

The package currently provides:

- `asm2d_n2o` : main ASM2d-N₂O biochemical reactor kernel
- `clarifiers` : primary and secondary clarifier separation blocks
- `combiner` : flow-weighted two-stream mixer
- `delay` : hydraulic delay block


## License and attribution

See:

- `LICENSE`
- `THIRD_PARTY_NOTICES.md`
