Skip to content

Hologram Python SDK - Send messages to the cloud in just 3 lines of code!

License

Notifications You must be signed in to change notification settings

ttapers/hologram-python

 
 

Repository files navigation

hologram-python

Build Status

Introduction

This is a Python SDK that allows you to send messages to either your or our cloud.

You can also send SMSes via our cloud services to a given destination number of your choice!

We understand that you may run this library in smaller, more power constraint devices. In the spirit of bringing connectivity to your devices, we also provided you with many popular networking interfaces such as WiFi and Cellular services, which you can choose within this SDK.

Installation

Requirements:

You will need ppp installed on your system for the SDK to work. On Debian based systems, this can be done by running:

sudo apt-get install ppp

Pip Installation:

pip install hologram-python

Manual Installation:

  1. Go ahead and git clone this repository.
  2. Type cd hologram-python
  3. After that, type python setup.py install

Directory Structure

  1. tests - This contains many of Hologram SDK unit tests.
  2. scripts - This directory contains example Python scripts that utilize the Python SDK.
  3. Hologram - This directory contains all the Hologram class interfaces.

You can also find more documentation here.

Support

Please feel free to reach out to us if you have any questions/concerns.

About

Hologram Python SDK - Send messages to the cloud in just 3 lines of code!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Shell 1.4%
  • Makefile 0.1%