Metadata-Version: 2.1
Name: strike_api
Version: 0.1.0
Summary: Strike API client
Project-URL: Homepage, https://github.com/chmoder/strike-api
Project-URL: Bug Tracker, https://github.com/chmoder/strike-api/issues
Author-email: Thomas Cross <tom.bz2@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# strike-python
A python library for the https://strike.me API

### Developer Documentation
python3 -m venv env

pip install --upgrade pip

pip install -r requirements.txt

pip install -r requirements-dev.txt

source env/bin/activate
