** 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 #16
- Docstrings for most methods by @elliot-100 in #17
- Optional
max_events
parameter forgetEventsBetween
by @elliot-100 in #19 - Remove redundant asyncio import by @elliot-100 in #29
- Make function names PEP-8 compliant by @elliot-100 in #23
Full Changelog: v0.0.6...0.9.0