Metadata-Version: 2.1
Name: driptorch
Version: 0.6.1
Summary: Ignition pattern simulator for prescribed firing techniques
Home-page: https://github.com/teamholtz/driptorch
Author: Holtz TDS
Author-email: lucas@holtztds.com
License: MIT
Keywords: ignition pattern,fire,firing techniques,prescribed burn
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
License-File: LICENSE

![driptorch-logo](https://storage.googleapis.com/holtz-driptorch/gh-repo/img/logo.png)

Ignition pattern simulator for prescribed firing technqiues

## Installation

If you use [Conda](https://anaconda.org/Holtz/driptorch), create a new Python 3.10 enviornment and install DripTorch
```
conda create -n myenv python=3.10
conda activate myenv
conda install -c holtz -c conda-forge driptorch
```

You can also install from [PyPI](https://pypi.org/project/driptorch/), however you might need to manually setup [pyproj](https://pyproj4.github.io/pyproj/stable/installation.html).

```
pip install driptorch
```

## Documentation

[Documentation and API Reference](https://teamholtz.github.io/DripTorch/)
