Metadata-Version: 2.3
Name: aPrioriDNS
Version: 1.1.7
Summary: A python package to process Direct Numerical Simulations
Project-URL: Homepage, https://github.com/LorenzoPiu/aPrioriDNS
Project-URL: Issues, https://github.com/LorenzoPiu/aPrioriDNS/issues
Project-URL: Documentation, https://apriori.gitbook.io
Author-email: Lorenzo Piu <lorenzo.piu@ulb.be>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: cantera>=3.0.0
Requires-Dist: matplotlib>=3.2.0
Requires-Dist: numpy>=1.18.0
Requires-Dist: requests>=2.32.0
Requires-Dist: scipy>=1.12.0
Requires-Dist: tabulate>=0.9.0
Description-Content-Type: text/markdown

<p align="center">
  <img src="https://github.com/LorenzoPiu/Images/blob/main/Logo-0.0.8.png" width="35%">
</p>

#

A Python package to process combustion DNS.

## Installation

Run the following command to install:

```python
pip install aPrioriDNS
```

This will automatically install or update the following dependencies if necessary:

- numpy>=1.18.0,
- scipy>=1.12.0,
- matplotlib>=3.2.0,
- cantera>=3.0.0,
- tabulate>=0.9.0,
- requests>=2.32.0.

## Documentation

The complete software documentation is available at: 

https://apriori.gitbook.io/apriori-documentation-1
