New
- Added a console script for the framework, the command `pyot startproject` will build you an initial project structure with minimal working example for you to work on.
- Stablished a solid and modular syntax of building the project, similar to what Django has.
Changes
- Added `ptr_cache` to intercept in on `get()` methods to make code cleaner.
- Rate limiters has added 1 second extra wait time to all tokens due to severe spaghetti on riot side (everything is rate limiting with 1 or 2 second delay on riot end).
- Improved time consumption, now should be 1.5x faster.
Bugfixes
- MerakiItems missing fields has been added.
- Tournament objects wrong operator.
- Post and Put methods in pipeline raising `NotImplementedError` when it should not.