Ivoox client
Quickstart
ivoox-client is available on PyPI and can be installed with pip.
$ pip install ivoox_client
After installing ivoox-client you can use it like any other Python module.
Here is a simple example:
import asyncio
from ivoox_client import client
if __name__ == "__main__":
loop = asyncio.get_event_loop()
response = loop.run_until_complete(client.get_audios())
Change Log
Version History
- 0.0.1
Add initial version project.
Release files for ivoox-client 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ivoox_client-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / ivoox_client-0.0.1-py3-none-any.whl
| Download URL | ivoox_client-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
59a382e17645001ae28281c953a12bb06b6d3137dfa36086fb40825b00311485
|
|
BLAKE2b-256 checksum How to use checksums |
d829ec84a1181e93e560767045ef34ad733bdb6db619cd6424dcb5ebdfe721b2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.3
|