Metadata-Version: 2.1
Name: inverse-canopy
Version: 0.0.2
Home-page: https://git@git.space.openpra.org/openpra/inverse-canopy.git
Author: Arjun Earthperson
Author-email: arjun@openpra.org
License: AGPL3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: tensorflow==2.15.0
Requires-Dist: tensorflow-probability==0.23.0
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib

# openpra/inverse-canopy



## Getting Started

Download links:

SSH clone URL: ssh://git@git.space.openpra.org:2222/openpra/inverse-canopy.git

HTTPS clone URL: https://git.space.openpra.org/openpra/inverse-canopy.git



These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

## Prerequisites

What things you need to install the software and how to install them.

```
Examples
```

## Upload to PyPI

- `python setup.py sdist bdist_wheel`
- `pip install twine`
- `twine upload dist/*`
