Connect to Balystic API in your Django project
Project description
Connect to Balystic API in your Django project
Quickstart
Install Django Balystic:
pip install django-balystic
Then use it in a project:
import balystic
Features
This client makes it easy to use the balystic API. Just add a couple settings:
BALYSTIC_API_TOKEN = 'mysecrettoken' BALYSTIC_API-PATH = 'mycommunity.7dhub.com/api/'
Then create a client instance:
from balystic.client import Client client = Client()
And use the client to perform the requests:
user_list = client.get_users() user_detail = client.get_user_detail()
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install -r requirements_test.txt (myenv) $ python runtests.py
Credits
Tools used in rendering this package:
History
0.1.0 (2016-07-28)
First release on PyPI.
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
django-balystic-0.1.2.tar.gz
(6.0 kB
view details)
File details
Details for the file django-balystic-0.1.2.tar.gz
.
File metadata
- Download URL: django-balystic-0.1.2.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4adf66a897711d04c0e4fffd5ed2f992778b576a6e612ff85b300d0eee509eba |
|
MD5 | 882606d3a12a56bc44e694dcc7336714 |
|
BLAKE2b-256 | 39b5b0dba15401cdd82b112f5030dd12f613d1b605ed824f24f9af1e111fa286 |