e6py-aio
e6py-aio is an asyncio API wrapper for e621/e926
Requirements
- Python >= 3.10
- aiohttp >= 3.8.5
- attrs >= 22.2.0
Usage
from e6py_aio import E621Client
client = E621Client(login="username", api_key="API Key")
posts = await client.get_posts()
for post in posts:
print(f"Got post {post.id}")
print(f" Rating: {post.rating}")
print(f" Score: {post.score}")
print(f" URL: {post.file.url}")
Release files for e6py-aio 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| e6py_aio-0.1.3.tar.gz | 12.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| e6py_aio-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 32.7 kB
Release files / e6py_aio-0.1.3.tar.gz
| Download URL | e6py_aio-0.1.3.tar.gz |
|---|---|
| Size | 12.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7660f2071bcbd4789dd85cd3e24d537f734f0d0f19724f8fb77d83af0292e9e6
|
|
BLAKE2b-256 checksum How to use checksums |
6b6f8bf51266f2920e4a459ed7da513ebb7435b553325856d0d493e62dd7a4cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.2 CPython/3.11.4 Windows/10
|
Release files / e6py_aio-0.1.3-py3-none-any.whl
| Download URL | e6py_aio-0.1.3-py3-none-any.whl |
|---|---|
| Size | 20.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e0902390cfdd5a3f3c403ecf462433c21e75158b62011149c0fecc9e759c4803
|
|
BLAKE2b-256 checksum How to use checksums |
66f7f8b93f7eb59133b178ea5fd3867f8a0a4bb3473898746418e911cee0930b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.2 CPython/3.11.4 Windows/10
|