The unofficial Python library and SDK for the Zevvle API.
Project description
zevvle_python_sdk
The unofficial Python library and SDK for the Zevvle API.
You can grab a SIM card from them and get hacking with the docs available here.
To get an API key, sign in here
Installation
Now published on PyPI!
Run: pip3 install zevvle_python_sdk
Usage
As an import
from zevvle_python_sdk.zevvle import zevvle
zev = zevvle.zevvle({$SUPER_SECRET_ZEVVLE_API_KEY})
print(zev.list_sim_cards())
Nb. this is for a file in the directory above the main SDK folder. You will need to adjust this depending on how and where you have placed the library.
As a CLI tool
- Create a
.envfile in the repository directory (or set your environment variables another way) with the contents:
ZEVVLE_KEY="{$SUPER_SECRET_ZEVVLE_API_KEY}"
- Run
python3 main.pyto get usage instructions
Contributions
Contributions are always welcome :)
Specific things on my todo list:
- Do argparser for the complicated
call_recordscall - Write unit tests with mocked endpoints
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zevvle_python_sdk-0.0.3.tar.gz.
File metadata
- Download URL: zevvle_python_sdk-0.0.3.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c178dc9ccd73ea8b95085e9bd89dd9b944ed60f6dc5753879f4efc8b5c46c00d
|
|
| MD5 |
da1716caedaf697c50ad779c3d60b0cc
|
|
| BLAKE2b-256 |
a554f8729ec1fe63c48d7472f3efb79005c9fd17971421dab7b2a0628dc1ceb5
|
File details
Details for the file zevvle_python_sdk-0.0.3-py3-none-any.whl.
File metadata
- Download URL: zevvle_python_sdk-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36c5698c13b782c36415b3acdfd4988b744679ee9aa7b255a510a4fe8e1286f8
|
|
| MD5 |
8a88477bb76c91cd9b9a5d8cf4af4850
|
|
| BLAKE2b-256 |
322c168ed0e2612d55d4cc5cf304a192c03374bb3c2e2bf489f523d64824e13a
|