Skip to main content

arcus-python

Build Status PyPI

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

  1. Update version in setup.py
  2. Commit changes to setup.py and push to origin/master
  3. git tag -a <version> -m <release message>
  4. 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.0.6.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

arcus-0.0.6-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file arcus-0.0.6.tar.gz.

File metadata

  • Download URL: arcus-0.0.6.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

Hashes for arcus-0.0.6.tar.gz
Algorithm Hash digest
SHA256 9ce1af6b2cf3107ba2b7bdeb2f748278568a73dca911a221844ca79cee949d23
MD5 7c560d720983e056783c78680cab58ed
BLAKE2b-256 9bc293c9ddb7b1121e4a427f055445098f2d26d8c1d5407df317201c3dce0fe8

See more details on using hashes here.

File details

Details for the file arcus-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: arcus-0.0.6-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

Hashes for arcus-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0d5f9a23311a4a9a29bc0e503a14c7cc4448db9e785077d5763f144d87222f5c
MD5 a07a47a52994ba260212b3a806451b72
BLAKE2b-256 fc689ef760f1ce1658f20740383f13af452d5dbf96d478260257f7c80f410c97

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page