A python wrapper for the IDevision api
Project description
idevision.py
Installation
Installation is simple!
# Stable version
pip install -U idevision.py
# Development version
pip install -U git+https://github.com/isaa-ctaylor/idevision.py
Examples
# Sync
from idevision import sync_client
TOKEN = "" # Optional token
client = sync_client(TOKEN)
print(client.sphinxrtfm("https://docs.aiohttp.org/en/stable/", "ClientSession"))
# Async
from idevision import async_client
TOKEN = "" # Optional token
client = async_client(TOKEN)
print(await client.sphinxrtfm("https://docs.aiohttp.org/en/stable/", "ClientSession"))
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
idevision.py-1.0.10.tar.gz
(6.2 kB
view details)
Built Distribution
File details
Details for the file idevision.py-1.0.10.tar.gz
.
File metadata
- Download URL: idevision.py-1.0.10.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2466d569054a1ca012d3f99866d71827fb7c24deccb3de3985a0ddd9d533e34 |
|
MD5 | e1263f578a2ba8e33058eee44369bde3 |
|
BLAKE2b-256 | 7b0947ecac6d6bfdeca06592570e5de833e9642c121bf630c91f57a1a026e70b |
File details
Details for the file idevision.py-1.0.10-py3-none-any.whl
.
File metadata
- Download URL: idevision.py-1.0.10-py3-none-any.whl
- Upload date:
- Size: 21.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 196a111691905729800f3067bcc62d41e213b2e79428e82170709261a1d7c6b6 |
|
MD5 | d7e6b2c7470c5845e3884026175f44bb |
|
BLAKE2b-256 | 0172f9741e4ec308ae18ef5e432dd3026cd695a36f6bb15c4dbbe0c546a97fc3 |