arcus-python
Arcus python3.6 + 3.7 client library for API version 3.1 of Arcus.
Install
$ pip install arcus
Testing
$ make test
Simple demo
Current version support direct endpoint calls.
from arcus.client import Client
# Create an Arcus client instance
client = Client('your-api-key', 'your-secret-key', sandbox=True)
# Get account info
account_info = client.get('/account')
# create bill
account_info = dict(biller_id=40, account_number='501000000007')
bill = client.post('/bills', account_info)
Release to PyPi
- Update version in
setup.py - Commit changes to
setup.pyand push toorigin/master git tag -a <version> -m <release message>git push origin --tags
TravisCI will release the updated version to PyPi after verifying the tests pass.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
arcus-0.1.0.tar.gz
(3.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
arcus-0.1.0-py3-none-any.whl
(5.9 kB
view details)
File details
Details for the file arcus-0.1.0.tar.gz.
File metadata
- Download URL: arcus-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0a4+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f6d64185f193f16e9060802b226a3d90319b757be84f56545f2a1ea16c3e9bc
|
|
| MD5 |
6385c908784fa59cb0ccbdb25a8dde02
|
|
| BLAKE2b-256 |
3513e620cd7fbc836fa81edc6af8c5d0c2a6d1d67b87b6564b1159dd9bde2b12
|
File details
Details for the file arcus-0.1.0-py3-none-any.whl.
File metadata
- Download URL: arcus-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0a4+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6db45788e37c352c72da15e6aea1212fb1c8f160bde1d35218e2b1b7cf3678f8
|
|
| MD5 |
f82a8a12b5367d7080abb0d186b3499a
|
|
| BLAKE2b-256 |
87ec217139344dbe2f7fe72c7c580a900162f22ad866c564698d7e041d388889
|