** BREAKING CHANGES **
All function names are now PEP-8 compliant.
E.g. `getEvents` is now `get_events` etc.
Preparing for a 1.0.0-release.
What's Changed
* Ignore packaging files by elliot-100 in https://github.com/Olen/Spond/pull/16
* Docstrings for most methods by elliot-100 in https://github.com/Olen/Spond/pull/17
* Optional `max_events` parameter for `getEventsBetween` by elliot-100 in https://github.com/Olen/Spond/pull/19
* Remove redundant asyncio import by elliot-100 in https://github.com/Olen/Spond/pull/29
* Make function names PEP-8 compliant by elliot-100 in https://github.com/Olen/Spond/pull/23
**Full Changelog**: https://github.com/Olen/Spond/compare/v0.0.6...0.9.0