Metadata-Version: 2.3
Name: particula
Version: 0.1.1
Summary: a simple, fast, and powerful particle simulator
Keywords: atmospheric,particles,climate,aerosol,particulate
Author-email: Particula developers <uncscode@users.noreply.github.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pylint ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: autopep8 ; extra == "dev"
Requires-Dist: jupyterlab ; extra == "dev"
Requires-Dist: typing ; extra == "dev"
Requires-Dist: build ; extra == "dev"
Requires-Dist: flake8 ; extra == "dev"
Requires-Dist: jupyter-book ; extra == "dev"
Requires-Dist: ghp-import ; extra == "dev"
Requires-Dist: mkdocs-material ; extra == "dev"
Requires-Dist: handsdown ; extra == "dev"
Requires-Dist: mkdocs-jupyter ; extra == "dev"
Requires-Dist: matplotlib ; extra == "extra"
Requires-Dist: pandas ; extra == "extra"
Requires-Dist: tqdm ; extra == "extra"
Project-URL: homepage, https://github.com/uncscode/particula
Project-URL: repository, https://github.com/uncscode/particula
Provides-Extra: dev
Provides-Extra: extra


# Overview

Particula is a Python-based aerosol particle simulator. Its goal is to provide a robust aerosol simulation (including both gas and particle phases) that can be used to answer scientific questions arising from experiments and research endeavors.

The Particula website [https://uncscode.github.io/particula](https://uncscode.github.io/particula) contains the API reference, how-to guides, and tutorials.

## PyPI Installation

If your Python environment is already set up, you can install [`particula` via pip](https://pypi.org/project/particula/) using the following command:

``` bash
pip install particula
```

