Skip to main content

WolfTg

Official Python SDK for the WolfTg API.

WolfTg provides a simple and modern interface for interacting with the WolfTg API from Python applications. The library includes both synchronous and asynchronous clients with fully typed request models powered by Pydantic.

Features

  • Official WolfTg API client
  • Synchronous and asynchronous interfaces
  • Type-safe request models
  • Built-in request validation using Pydantic
  • Configurable HTTP sessions
  • Connection pooling
  • Easy integration into existing Python projects

Requirements

  • Python 3.10 or newer

Installation

pip install WolfTg

Quick Start

Synchronous Client

from WolfTg import Client
from WolfTg.methods import GetBalance

with Client(api_key="YOUR_API_KEY") as client:
    result = client(GetBalance())
    print(result)

Asynchronous Client

import asyncio

from WolfTg import AsyncClient
from WolfTg.methods import GetBalance


async def main():
    client = AsyncClient(api_key="YOUR_API_KEY")

    await client.start()

    try:
        result = await client(GetBalance())
        print(result)
    finally:
        await client.stop()


asyncio.run(main())

Configuration

The client can be configured with custom options such as:

  • API key
  • Request timeout
  • HTTP session implementation
  • Custom HTTP settings

Refer to the API documentation for all available options.

Documentation

Support

If you encounter a bug or would like to request a feature, please open an issue on GitHub.

Repository:

https://github.com/eeeob/WolfTg

License

This project is licensed under the MIT License (or the license included with this repository).

Download files

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

Source Distribution

wolftg-0.2.1.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

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

wolftg-0.2.1-py3-none-any.whl (30.7 kB view details)

Uploaded Python 3

File details

Details for the file wolftg-0.2.1.tar.gz.

File metadata

  • Download URL: wolftg-0.2.1.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wolftg-0.2.1.tar.gz
Algorithm Hash digest
SHA256 17607ccb9a185017135852074b3a72e29ea023dac9e2c37a33e1eebe7556c539
MD5 32e3afb917da7fbad8ec42d0a892ce8b
BLAKE2b-256 92cb6164b0f8e21884d28db510bf8b9444f031b42e0e2b2724ff624b2d9ef5c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wolftg-0.2.1.tar.gz:

Publisher: pypi_release.yml on eeeob/WolfTg

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wolftg-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: wolftg-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 30.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wolftg-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c5658574056d1552dafdd538c5b104754036fededf57a3f6bc35e9a6a2ac7eed
MD5 a2cebda58ac25d1d0c04d94e3c4d5f8e
BLAKE2b-256 6be4973d947ef08f07041d6b9347e7c1e23a241a6b12faf0d633dd18842c23f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wolftg-0.2.1-py3-none-any.whl:

Publisher: pypi_release.yml on eeeob/WolfTg

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.2.1 This release

2 files

0.2.0

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page