- **[FEATURE]** The `Football` object now uses either a kwarg or an envvar `PYFOOTBALL_API_KEY` to obtain an API key. - **[FIX]** Fixed models not returning expected data types. Namely, numerical types were being returned as strings. - **[DEV]** Wrote tests that cover most of the library. - **[DEV]** Added Travis CI integration. - **[OTHER]** Removed To-Do List from README file. - **[OTHER]** Added a CONTRIBUTING file including contributing guidelines.
1.0.0
Release 1.0.0. This package is now on PyPI and can be installed through `pip install pyfootball`
1.0.0alpha
The library should be ready for use, but I haven't tested that `setup.py` works properly so I haven't uploaded the package to PyPI. Also, unit tests haven't been written so I'm not too sure if anything is broken.