ivwrapper 1.4.1
Asynchroniczny wrapper dla api ivall'a.
Instalacja
Możesz zainstalować bibliotekę prosto z pypi
Instalacja: pip install ivwrapper
Przykładowe użycie
import asyncio
import ivwrapper
iv = ivwrapper.Api()
async def main():
joke = await iv.get_joke()
print(joke)
if __name__ == "__main__":
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
Endpoint'y
# endpoint'y
await get_joke() # Losuje randomowy żart
await get_meme() # Losuje randomowy mem
Release files for ivwrapper 1.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ivwrapper-1.4.1.tar.gz | 2.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ivwrapper-1.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.3 kB
Release files / ivwrapper-1.4.1.tar.gz
| Download URL | ivwrapper-1.4.1.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
73c09096d39730a83e395214d13ecf3b819bdfd23bfeeb7a2a0f722b1180147a
|
|
BLAKE2b-256 checksum How to use checksums |
88f936421f72745b1aea9ea97bb8e98c6ba58d1ade58e67435b951fde2a78945
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.9
|
Release files / ivwrapper-1.4.1-py3-none-any.whl
| Download URL | ivwrapper-1.4.1-py3-none-any.whl |
|---|---|
| Size | 2.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
52f34e89ff1f3b6abdb7984d7689f465cc8eb585a83c0cfbc85c0c6c6b523c8b
|
|
BLAKE2b-256 checksum How to use checksums |
54632049fd3447bbe42398e64120061e77a2d2c90b13abe577befe4c40920712
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.9
|