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 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.1.tar.gz
(16.6 kB
view details)
Built Distribution
File details
Details for the file valr-python-0.1.1.tar.gz
.
File metadata
- Download URL: valr-python-0.1.1.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 | 381d8387eb2660a8f0ae051195387439a437dfff5e873537a2d1492a39732461 |
|
MD5 | 2c361678b4a694eeee2284508dc9a2a2 |
|
BLAKE2b-256 | a2f3bc1b5b90edaff8ae32904ebf558119ebc59a6040b83f2ad125cdd5d03f18 |
File details
Details for the file valr_python-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: valr_python-0.1.1-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 | 418d77123b4c4b945be3548b62a1af62858712f9cb6c1e888baafcefed23d817 |
|
MD5 | cc7c325dae672da00f3a05aaf0573107 |
|
BLAKE2b-256 | 136b189286dec3d304278c426d66874cf8675de6cb86e46bba94fe3bfd6a64a3 |