Skip to main content

The WotBlitz API wrapper for Python3

Project description

Onewot

An opinionated, static typed WotBlitz API wrapper for Python3.

Python >=3.8 are currently supported.

Documentation: View Here

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

Updating

pip install --upgrade onewot

Start up client

import onewot

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

Example

import onewot

client = onewot.WOTBClient(application='...', language=onewot.Language.ENGLISH)

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.6.3-py3-none-any.whl (36.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: onewot-0.6.3-py3-none-any.whl
  • Upload date:
  • Size: 36.1 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.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4f4756a048a41224af6268c89eac34be94487eb9be56cfbcdce96c94b454b0ee
MD5 0294570834d84970339b3f7683df0a58
BLAKE2b-256 c9ba5239bb76bbd7543c84eef733366708a89daf2a2be9ad8336cbc7a485f9d9

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