A library that allows interacting with the SuperTuxKart API
Project description
SuperTuxKart API Wrapper for Python
A library that allows for interacting with teh SuperTuxKart API.
Example:
>>> import supertuxkart
>>> client = supertuxkart.SuperTuxKartClient(userid=513714, token="<token here>")
>>> # You can also use username/password auth, though
>>> # userid/token is prioritized if both specified
>>> client = supertuxkart.SuperTuxKartClient(username="Sayori", password="password")
>>> session = client.account.saved_session()
>>> session.userid
513714
>>> session.username
'Sayori'
License
This project is licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
supertuxkart_py-0.1.4.tar.gz
(7.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file supertuxkart_py-0.1.4.tar.gz.
File metadata
- Download URL: supertuxkart_py-0.1.4.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75bc3510e83bf04771a77d39035a4042c00552e052ac1e1d682930bcb3b21c35
|
|
| MD5 |
43df6af2cf37905deca576df228541bc
|
|
| BLAKE2b-256 |
acdb837a663eb9c7f3027d6aaa4540f9ec1578006fe4ae890e5e514efeb91cbc
|
File details
Details for the file supertuxkart_py-0.1.4-py3-none-any.whl.
File metadata
- Download URL: supertuxkart_py-0.1.4-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdca1d30b53da21e17340163d5307ddf0519a1b2f326a461b9dac9cf9f4edae3
|
|
| MD5 |
6a565f180bcdf64502e1639c14b2b5c3
|
|
| BLAKE2b-256 |
5082d29ac37d2bccc35c9a23ba905dc167ccacb875ea719cdd33de25720a42b2
|