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.
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 install hologram-python
- Go ahead and
git clone
this repository. - Type
cd hologram-python
- After that, type
python setup.py install
tests
- This contains many of Hologram SDK unit tests.scripts
- This directory contains example Python scripts that utilize the Python SDK.Hologram
- This directory contains all the Hologram class interfaces.
You can also find more documentation here.
Please feel free to reach out to us if you have any questions/concerns.