Skip to main content

Ivoox client

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ivoox_client-0.0.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page