Skip to main content

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

  1. Create a .env file in the repository directory (or set your environment variables another way) with the contents:
ZEVVLE_KEY="{$SUPER_SECRET_ZEVVLE_API_KEY}"
  1. Run python3 main.py to get usage instructions

Contributions

Contributions are always welcome :)

Specific things on my todo list:

  • Do argparser for the complicated call_records call
  • Write unit tests with mocked endpoints

Project details


Download files

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

Source Distribution

zevvle_python_sdk-0.0.3.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

zevvle_python_sdk-0.0.3-py3-none-any.whl (4.0 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