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.0.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.0.tar.gz.
File metadata
- Download URL: anisettev3-0.1.0.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 |
6efa57e0f8df682b1be6446f16367adf9fa07562bfe3932a6959f3340115fb46
|
|
| MD5 |
89d7ef6af61e5782d442307b5f8ac0d5
|
|
| BLAKE2b-256 |
c68892fdcd596b032fb87b3c78e68b6a609ae2ad9bac6beeec13c64cabbcc14a
|
File details
Details for the file anisettev3-0.1.0-py3-none-any.whl.
File metadata
- Download URL: anisettev3-0.1.0-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 |
041bcfc3aa37ecb75f8612b19e2d2bddded35121c520d7b802d142e277ce29c2
|
|
| MD5 |
02c2b3329db60af81eee6264b87528b1
|
|
| BLAKE2b-256 |
0ff55896bec2959efb5aa777bbd1d5b58bdc99be3d8b5897fa0825e00b7e2461
|