Asynchroniczny wrapper dla api ivall'a.
Project description
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
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
ivwrapper-1.4.1.tar.gz
(2.0 kB
view details)
Built Distribution
File details
Details for the file ivwrapper-1.4.1.tar.gz
.
File metadata
- Download URL: ivwrapper-1.4.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73c09096d39730a83e395214d13ecf3b819bdfd23bfeeb7a2a0f722b1180147a |
|
MD5 | c8b3c79527fe6beae798346006702429 |
|
BLAKE2b-256 | 88f936421f72745b1aea9ea97bb8e98c6ba58d1ade58e67435b951fde2a78945 |
File details
Details for the file ivwrapper-1.4.1-py3-none-any.whl
.
File metadata
- Download URL: ivwrapper-1.4.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52f34e89ff1f3b6abdb7984d7689f465cc8eb585a83c0cfbc85c0c6c6b523c8b |
|
MD5 | 0258e97052dbfe2b582f986d7d9875f2 |
|
BLAKE2b-256 | 54632049fd3447bbe42398e64120061e77a2d2c90b13abe577befe4c40920712 |