https://github.com/hologram-io/hologram-python
Hologram device-side Python SDK - Send messages to the cloud in just 3 lines of code!
https://github.com/hologram-io/hologram-python
cellular cloud iot modem ppp python python-sdk sdk serial sms
Last synced: about 1 month ago
JSON representation
Hologram device-side Python SDK - Send messages to the cloud in just 3 lines of code!
- Host: GitHub
- URL: https://github.com/hologram-io/hologram-python
- Owner: hologram-io
- License: mit
- Created: 2017-01-25T23:13:01.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2025-10-07T22:58:54.000Z (7 months ago)
- Last Synced: 2025-12-15T09:12:43.921Z (5 months ago)
- Topics: cellular, cloud, iot, modem, ppp, python, python-sdk, sdk, serial, sms
- Language: Python
- Homepage: https://hologram.io/
- Size: 561 KB
- Stars: 89
- Watchers: 27
- Forks: 48
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# hologram-python
[](https://badge.fury.io/py/hologram-python)
[](https://github.com/hologram-io/hologram-python/actions)
[](https://coveralls.io/github/hologram-io/hologram-python?branch=master)
## Introduction
The Hologram Python Device SDK provides a simple way for devices to connect
and communicate with the Hologram or other IoT platforms. You can activate, provision,
send messages, receive inbound access connections, send/receive SMS, and
setup secure tunnels.
The SDK also supports networking interfaces for WiFi in addition to Cellular
in the spirit of bringing connectivity to your devices.
## Installation
### Requirements:
You will need `ppp` and Python 3.9 installed on your system for the SDK to work.
We wrote scripts to ease the installation process.
Please run this command to download the script that installs the Python SDK:
`curl -L hologram.io/python-install | bash`
Please run this command to download the script that updates the Python SDK:
`curl -L hologram.io/python-update | bash`
If everything goes well, you’re done and ready to use the SDK.
## 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.
4. `Exceptions` - This directory stores our custom `Exception` used in the SDK.
You can also find more documentation [here](https://hologram.io/docs/reference/cloud/python-sdk).
## Support
Please feel free to [reach out to us](mailto:support@hologram.io) if you have any questions/concerns.