FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

sonetel-python/sonetel at main · Sonetel/sonetel-python · GitHub

Latest commit

 

History

History

README.md


Sonetel API Python Wrapper

A Python package to use Sonetel's REST APIs.

Sonetel Developer Home . API Documentation . Get Free Account

Build from source

  • Follow these instructions to get the latest build tools.
  • git clone https://github.com/Sonetel/sonetel-python.git
  • cd sonetel-python.
  • py -m build

Install

To install the module built locally:

  • Copy the sonetel-<VERSION>.tar.gz file from the dist/ folder into your project folder.
  • Run the command pip install sonetel-<VERSION>.tar.gz
  • To import in your script, use import sonetel as sntl.
    • Alternatively, to use specific resources such as Auth use from sonetel import Auth

Back | FazBrowse Home | New Git URL