PassSlot Python SDK
Project description
PassSlot Python SDK (v.0.1)
[PassSlot](http://www.passslot.com) is a Passbook service that makes Passbook usage easy for everybody. It helps you design and distribute mobile passes to all major mobile platforms.
This repository contains the open source Python SDK that allows you to
access PassSlot from your Python app. Except as otherwise noted,
the PassSlot Python SDK is licensed under the Apache Licence, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0.html).
Usage
-----
The [example.py](example.py) is a good place to start. The minimal you'll need to
have is:
```python
import passslot
engine = passslot.PassSlot.start('<YOUR APP KEY>')
pspass = engine.create_pass_from_template(<Template ID>)
print(pspass.url)
```
(Assuming you have already setup a template that does not require any values)
[PassSlot](http://www.passslot.com) is a Passbook service that makes Passbook usage easy for everybody. It helps you design and distribute mobile passes to all major mobile platforms.
This repository contains the open source Python SDK that allows you to
access PassSlot from your Python app. Except as otherwise noted,
the PassSlot Python SDK is licensed under the Apache Licence, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0.html).
Usage
-----
The [example.py](example.py) is a good place to start. The minimal you'll need to
have is:
```python
import passslot
engine = passslot.PassSlot.start('<YOUR APP KEY>')
pspass = engine.create_pass_from_template(<Template ID>)
print(pspass.url)
```
(Assuming you have already setup a template that does not require any values)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
passslot-0.1.tar.gz
(7.9 kB
view details)
File details
Details for the file passslot-0.1.tar.gz
.
File metadata
- Download URL: passslot-0.1.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d302e0b00ca1457460403f36f5fed32bc1df0f2170e268eea11c62e53d2283b3 |
|
MD5 | 2919f1f1948992f553576f35592213fd |
|
BLAKE2b-256 | 7c6f5f87609f12aa043d474d64dfe0497721c9124f7b62ec3efe032d1621d2e8 |