svartalf / python-wargaming

Pure-pythonic client library for Wargaming API
https://wargaming.net/developers/
MIT License
27 stars 14 forks source link

Refactored version #6

Closed monester closed 8 years ago

monester commented 8 years ago

Hi! I rewrite your library from scratch and now all objects are defined in json. Also function now return promises, not the answer and if someone tests for type of answer (dict or list) it would break code.

However all public interfaces are left the same, so it won't break anything.

The only thing left to do is documentation, because existing autodoc wasn't able to find objects generated by metaclass.

svartalf commented 8 years ago

It looks amazing, yet I need time to review all the changes :)

monester commented 8 years ago

If you have any questions - ask, I can explain why I've made it such way.

svartalf commented 8 years ago

@monester is there any chance to contact you personally?

monester commented 8 years ago

You can contact me via acharykov@mirantis.com