PyCapitalist
Python client library for Capitalist API.
Installation
PyCapitalist can be obtained with pip:
$ pip install py-capitalist
Usage example
>>> from capitalist import CapitalistClient
>>> capitalist = CapitalistClient(username='user', password='pass')
>>> capitalist.currency_rates()
{'code': 0,
'data': {'rates': {'buy': [{'amount': 1.15,
'amountCur': 'USD',
'target': 'EUR'},
{'amount': 3874.15, 'amountCur': 'USD', 'target': 'BTC'},
{'amount': 3262.95, 'amountCur': 'EUR', 'target': 'BTC'},
{'amount': 228094.87, 'amountCur': 'RUR', 'target': 'BTC'},
{'amount': 57.32, 'amountCur': 'RUR', 'target': 'USD'},
{'amount': 67.52, 'amountCur': 'RUR', 'target': 'EUR'}],
'sell': [{'amount': 1.26, 'amountCur': 'USD', 'target': 'EUR'},
{'amount': 4070.33, 'amountCur': 'USD', 'target': 'BTC'},
{'amount': 3428.17, 'amountCur': 'EUR', 'target': 'BTC'},
{'amount': 239808.15, 'amountCur': 'RUR', 'target': 'BTC'},
{'amount': 59.11, 'amountCur': 'RUR', 'target': 'USD'},
{'amount': 70.94, 'amountCur': 'RUR', 'target': 'EUR'}]}},
'message': ''}
Documentation
You can view the documentation online at:
Or you can look at the docs/ directory in the repository.
Python support
PyCapitalist supports Python 2.7, 3.3, 3.4, 3.5, 3.6.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py-capitalist-0.1.tar.gz
(3.2 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
File details
Details for the file py-capitalist-0.1.tar.gz.
File metadata
- Download URL: py-capitalist-0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4403d35fbe6954f7ebed9348c289b3746a25f462fd52471f702f78856fc3c593
|
|
| MD5 |
85cd877cb6b38164d6de5c7665d45ab3
|
|
| BLAKE2b-256 |
b7107cd322903f4913dcbe040fd4ad7532d3812f4793673928fe925da1300cae
|
File details
Details for the file py_capitalist-0.1-py2.py3-none-any.whl.
File metadata
- Download URL: py_capitalist-0.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18fc863f246d63641bb4ebf5abd0b69f43acd248ae79aa7e9dae7fd7275c0255
|
|
| MD5 |
089177f3c26e5f7bf06890373c1e4e02
|
|
| BLAKE2b-256 |
c46bd014991ff50dd9136f75205f62374439b4679f44a90cffcf304d7d9e5ad3
|