https://github.com/svartalf/python-wargaming
Pure-pythonic client library for Wargaming API
https://github.com/svartalf/python-wargaming
api-client python wargaming
Last synced: 2 months ago
JSON representation
Pure-pythonic client library for Wargaming API
- Host: GitHub
- URL: https://github.com/svartalf/python-wargaming
- Owner: svartalf
- License: mit
- Created: 2014-11-11T14:52:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T07:38:47.000Z (over 3 years ago)
- Last Synced: 2025-03-17T17:56:22.611Z (2 months ago)
- Topics: api-client, python, wargaming
- Language: Python
- Homepage: https://wargaming.net/developers/
- Size: 259 KB
- Stars: 27
- Watchers: 6
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Python library for Wargaming.net API
====================================Pure pythonic library for accessing Wargaming.net API (https://wargaming.net/developers/).
Compatible with a Python>=2.7 and Python >=3.4 versions. PyPy also!
.. image:: https://travis-ci.org/svartalf/python-wargaming.svg?branch=master
.. image:: https://readthedocs.org/projects/python-wargaming/badge/?version=latest
.. image:: https://badge.fury.io/py/wargaming.svgInstallation
------------As simple as usual:
$ pip install wargaming
Documentation
-------------Wargaming.NET API documentation: https://na.wargaming.net/developers/api_reference/
Library documentation: http://python-wargaming.rtfd.org
Supported WGAPI
---------------* World of Tanks
* World of Warplanes
* World of Warships
* World of Tanks Blitz
* Wargaming.NET common APIContribution
------------Just fork, update and send pull request. Do not forget to run tests:
$ tox
Also check for a PEP-0008 compliance:
$ pep8 --max-line-length=120 wargaming
Contributors
------------* monester
* LanceMaverick