Skip to main content

The WotBlitz API wrapper for Python3

Project description

Onewot

An opinionated, static typed WotBlitz API wrapper for Python3.

Python >=3.6 are currently supported.

Installation

Install Onewot from PyPi with the following command:

python -m pip install -U onewot
# Windows users may need to use this instead...
py -3 -m pip install -U onewot

Start up client

import onewot

client = onewot.WOTBClient(application="...")

Example

import onewot

client = onewot.WOTBClient(application="...")

print(client.fetch_user(152870490))

Python optimization flags

CPython provides two optimisation flags that remove internal safety checks that are useful for development, and change other internal settings in the interpreter.

  • python main.py - no optimisation - this is the default.
  • python -O main.py - first level optimisation - features such as internal assertions will be disabled.
  • python -OO main.py - second level optimisation - more features (including all docstrings) will be removed from the loaded code at runtime.

A minimum of first level of optimizations is recommended when running applications in a production environment.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

onewot-0.1-py3-none-any.whl (31.7 kB view details)

Uploaded Python 3

File details

Details for the file onewot-0.1-py3-none-any.whl.

File metadata

  • Download URL: onewot-0.1-py3-none-any.whl
  • Upload date:
  • Size: 31.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.2

File hashes

Hashes for onewot-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 56dcbdca5474fcf79dde462a972e1455b6cb263aa079bd0446df776d79d35a21
MD5 ad80bfd93a14f27c5b168d12442fd22b
BLAKE2b-256 1b63be3cb994bc3934b3570223b6f0c43cd36a9e5a4182f64fb2ec5a90d9d297

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page