Python SDK for the VALR REST API
Project description
Python SDK for the VALR REST API
Free software: MIT license
Installation
pip install valr-python
You can also install the in-development version with:
pip install https://github.com/jonathanelscpt/valr-python/archive/master.zip
Documentation
To use the project:
from valr_python.client import Client
c = Client(api_key='api_key', api_secret='api_secret')
try:
res = c.get_market_summary()
print(res)
except Exception as e:
print(e)
Development
To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows |
set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other |
PYTEST_ADDOPTS=--cov-append tox |
Changelog
0.0.0 (2019-12-27)
Alpha-only. Not released 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
valr-python-0.1.2.tar.gz
(16.6 kB
view details)
Built Distribution
File details
Details for the file valr-python-0.1.2.tar.gz
.
File metadata
- Download URL: valr-python-0.1.2.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f3e06262216c4ac22f4d10545f046f648a97e636ecfa805db23afe8b435bc33 |
|
MD5 | 7dd65d55733d6e0e74bc8c16b589b5b4 |
|
BLAKE2b-256 | fbfd444e794f250a4a5a2608407445cee8dea4a514a557969f1b711b3b4fb057 |
File details
Details for the file valr_python-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: valr_python-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d81784adf1ca84fac9390223437c7a87be8e27b80c7645e478066cc54d4598b0 |
|
MD5 | fdf41f2bf74a518e26705bc5b4bd2ff1 |
|
BLAKE2b-256 | 39b941771e53ad9983804cad3ac1fde3c8056a556bf01165cd398643f9c550c5 |