Skip to main content

achallonge

async Challonge for Python 3.5+

Build Status Documentation Status Coverage Status

Modern library that is more than just a wrapper for the Challonge web API

Requirements

  • aiohttp

Optional:

  • cchardet faster replacement for chardet, as mentionned on the aiohttp page
  • aiodns for speeding up DNS resolving, highly recommended by aiohttp

Python version support

  • 3.5
  • 3.6
  • 3.7

Installation

pip install achallonge

If you want to have the optional dependencies for aiohttp, you can:

pip install achallonge[speed]

Usage

import challonge

async def foo():
    # Log in into Challonge with your CHALLONGE! API credentials (https://challonge.com/settings/developer).
    user = await challonge.get_user('your_challonge_username', 'your_api_key')

    # Retrieve your tournaments
    tournaments = await user.get_tournaments()

    # Tournaments, matches, and participants are all represented as Python classes
    for t in tournaments:
        print(t.id)  # 3272
        print(t.name)  # 'My Awesome Tournament'
        print(t.status)  # 'open'

    # Retrieve the participants for a given tournament.
    participants = await tournaments[0].get_participants()
    print(len(participants)) # 13

Documentation

The full documentation can be found on Read the docs

Author / License

Distributed under MIT license. See LICENSE for details

Fabien Poupineau (fp12) - 2017-2019

Twitter: @fp12gaming

Join the Discord Server and discuss about this lib!

Release files for achallonge-compat-fork 1.9.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for achallonge-compat-fork 1.9.0
File Size Uploaded
achallonge-compat-fork-1.9.0.tar.gz 15.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for achallonge-compat-fork 1.9.0
File Interpreter ABI Platform
achallonge_compat_fork-1.9.0-py3-none-any.whl Python 3 none any Details

Total release size: 35.1 kB

Release files / achallonge-compat-fork-1.9.0.tar.gz

Download URL achallonge-compat-fork-1.9.0.tar.gz
Size 15.8 kB
Tags Source
SHA-256 checksum
How to use checksums
44982cd421bdab410977acdd0de090b53ade6b1f956fcf79bc62de41f5bc2413
BLAKE2b-256 checksum
How to use checksums
d87dfda90ad898b9038994c15e809ed039afe2a0309b6c1ad78ec6b7a5cd9490
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / achallonge_compat_fork-1.9.0-py3-none-any.whl

Download URL achallonge_compat_fork-1.9.0-py3-none-any.whl
Size 19.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
ec21593bb7f851d630b6310c705a50dfcaadad35fbb17675bfaad071d1aa2107
BLAKE2b-256 checksum
How to use checksums
a499376dfb259878f242c0c37ac79d8d24627cd7dda3d4ef54abd6827208bf81
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release history Release notifications | RSS feed

This release

1.9.0 This release

2 release 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