Metadata-Version: 2.1
Name: radstats
Version: 0.0.3
Summary: radstats -- radiation effects system modeling tool
Author-email: Stephen Lawrence <rdt249@mocs.utc.edu>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: lxml
Requires-Dist: schemdraw
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: Pillow

# radstats

## Installation

### Source code
``` 
git clone https://github.com/rdt249/radstats
```

### TestPyPi project
```
pip install --index-url https://test.pypi.org/simple/ radstats
```
