Python package for generating statistics about the band Phish from Vermont.
These instructions will get you set up for development and testing.
Clone this repository and change to project root directory
git clone https://github.com/abcmer/phish-stats.git
cd phish-stats
Create Python3.6 virtual env and activate
python3 -m venv venv
source venv/bin/activate
Install Python3.6 dependencies
pip install -r requirements.txt
Run the unit tests
export PHISHNET_API_KEY=<API_KEY>
python -m pytest
This project is licensed under the MIT License - see the LICENSE.md file for details