About
The Airship uareach (Wallet) library is a Python library for using the Airship Wallet REST API.
Version 0.1.0 is a beta release. Please visit Airship Support with feature requests, questions, bug reports, or comments.
Requirements
As of version 0.1.0, Python 2.7 is required.
For tests, uareach also needs Mock.
Running Tests
To run tests, run:
$ nosetests
Usage
To get started, simply import the library and set up a client:
import uareach as ua
client = ua.Reach('email', 'wallet_key')
# Example: getting a pass
my_pass = ua.get_pass(client, pass_id=12345)
For more details on using this library, please see the full documentation, as well as the Airship Wallet API Documentation.
Release files for uareach 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| uareach-0.1.1.tar.gz | 29.4 kB | Details |
Release files / uareach-0.1.1.tar.gz
| Download URL | uareach-0.1.1.tar.gz |
|---|---|
| Size | 29.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f4656c0f3d4e6581a554faea687d184150be96b8d0787fed739fd586d62e8daa
|
|
BLAKE2b-256 checksum How to use checksums |
540b952b95df58c80afda363695f9bd5fc5dca6e1357540d6b4812972a321c4d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|