Metadata-Version: 2.4
Name: asm2dmodel
Version: 0.1.1
Summary: ASM2d compiled extension modules for Windows, including primary and secondary clarifier blocks
Author: Dr Taher Abunama
Author-email: tabunama@gmail.com
License: SEE LICENSE
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: ==3.12.*
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: Cython
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

# asm2dmodel

Python package for ASM2d compiled extension modules.

## Installation

Install from PyPI:

```bash
pip install asm2dmodel
```

## Import

```python
from asm2dmodel import asm2d, combiner, carboncombiner, metalcombiner, hyddelay, settler1d, primclar
```

## Current modules

- `asm2d`
- `combiner`
- `carboncombiner`
- `metalcombiner`
- `hyddelay`
- `settler1d`
- `primclar`


## License and attribution

See:

- `LICENSE`
- `THIRD_PARTY_NOTICES.md`
