Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Release 2.0.0

Compare
Choose a tag to compare
@iann838 iann838 released this 26 Nov 01:32
· 131 commits to master since this release

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.