CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Mon, 13 Oct 2025 22:37:22 GMT
content-type: text/html; charset=utf-8
vary: Cookie
x-frame-options: SAMEORIGIN
set-cookie: csrftoken=LPL3ShDOwXOuDtpXLRM3ZPB20hEtOemN; expires=Mon, 12-Oct-2026 22:37:22 GMT; Max-Age=31449600; Path=/; secure
strict-transport-security: max-age=31536000
Simperium Python - Getting Started
Simperium Python
Introduction
The Simperium Python library helps you build backend services and command-line apps. By using a special admin key, you can tap all the changes being made by all your users on every device.
You might use Simperium Python for a variety of purposes:
- Host your own database that mirrors all your user accounts and data
- React to changes as they occur, for example to send emails to your users
- Integrate with other backend services like Urban Airship and Twilio
- Build admin tools to help you manage your app
- Sync authoritative, curated content to your users
- Perform custom analytics by querying your data or by monitoring changes
Using Simperium Python
This is currently a wrapper for our HTTP API rather than a full-fledged library with diffing. Clone the Simperium Python repository to get started.
git clone https://github.com/Simperium/simperium-python.git
Want complete control over your app's data and users? You can use Simperium Python to receive all your app's data across all your users, and then keep it updated in your own database.
Try the Simpletodo Service tutorial to learn how it works, or see the Python API reference for more details.