Metadata-Version: 2.1
Name: iqtools
Version: 0.2.2
Summary: 
Author: Logan
Author-email: logan@sige.dev
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: matplotlib (>=3.8.3,<4.0.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pandas (>=2.2.1,<3.0.0)
Requires-Dist: scipy (>=1.12.0,<2.0.0)
Description-Content-Type: text/markdown

# IQ Tools

v0.2.2

# Build Instructions

1. Clone the repo: `git clone git@github.com:loganrf/IQtools.git`
2. Install dependencies: `poetry install`
3. Build: `poetry build`

# Example Run Instructions
1. Follow steps 1/2 from **Build Instructions** above
2. Run `poetry run python main.py`

