Provides both sync and async anisette-v3-server clients written in Python.
Project description
anisettev3
Python client implementations for anisette-v3-server.
Example Usage
from anisettev3 import AnisetteV3SyncClient, MAIN_ANI
a = AnisetteV3SyncClient(MAIN_ANI)
print(a.get_headers())
# Should provision and print generated headers
...
from anisettev3 import AnisetteV3AsyncClient, MAIN_ANI
a = AnisetteV3AsyncClient(MAIN_ANI)
print(await a.get_headers())
# does the same as above, just async
License
MIT, see LICENSE for details.
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
anisettev3-0.1.1.tar.gz
(3.7 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 anisettev3-0.1.1.tar.gz.
File metadata
- Download URL: anisettev3-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1f4afce2bf3c605763702471bde595ce455337add808807151b754a4f25aa14
|
|
| MD5 |
db2cc5d64a52b0ba839add0b35908be6
|
|
| BLAKE2b-256 |
2ed23fa489d0e3a50ee5808ae9ebf685ae40ddd635cbc9afe4f2be58961466a9
|
File details
Details for the file anisettev3-0.1.1-py3-none-any.whl.
File metadata
- Download URL: anisettev3-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5790403fc77f44d6abea6d3abe102d7cc97381314891b5f21731674a0abb4166
|
|
| MD5 |
86c6309a04ee637dfc6f937b2299a0ec
|
|
| BLAKE2b-256 |
16d51d0c455baf0cfb9144719a5b0455418e9d8266f0cdc93095dd12862cf3a3
|