Interact with Kuna exchange API
Project description
Kuna exchange API wrapper
=========================
.. image:: https://img.shields.io/pypi/v/kuna.svg
:target: https://pypi-hypernode.com/pypi/kuna
.. image:: https://travis-ci.org/DmytroLitvinov/kuna.svg?branch=master
:target: https://travis-ci.org/DmytroLitvinov/kuna
.. image:: https://readthedocs.org/projects/kuna/badge/?version=stable
:target: https://kuna.readthedocs.io/en/latest/?badge=stable
:alt: Documentation Status
.. image:: https://pyup.io/repos/github/DmytroLitvinov/kuna/shield.svg
:target: https://pyup.io/repos/github/DmytroLitvinov/kuna/
:alt: Updates
.. image:: https://pyup.io/repos/github/DmytroLitvinov/kuna/python-3-shield.svg
:target: https://pyup.io/repos/github/DmytroLitvinov/kuna/
:alt: Python 3
``kuna`` is a Python package providing access to the `Kuna exchange <https://kuna.io/>`_ server API.
Original documentation of Kuna exchange API here: https://kuna.io/documents/api
Installation
============
Requirements
------------
kuna depends on:
* `python-requests <http://docs.python-requests.org/en/latest/>`_
Install with pip
----------------
.. code-block:: console
pip install kuna
Documentation
=============
The full documentation is available on `readthedocs <https://kuna.readthedocs.io>`_.
Meta
====
Dmytro Litvinov – `@Dmytro_Litvinov <https://twitter.com/Dmytro_Litvinov>`_ – litvinov.do.it@gmail.com
Distributed under the MIT license. See `LICENSE <https://github.com/DmytroLitvinov/kuna/blob/master/LICENSE>`_ for more information.
https://github.com/DmytroLitvinov/kuna
Deploy
======
https://cookiecutter-pypackage.readthedocs.io/en/latest/pypi_release_checklist.html
History
=======
0.2.10 (2018-03-17)
------------------
* Add new pairs XLM/UAH, TUSD/UAH
0.2.9 (2018-03-11)
------------------
* Add new pair HKN/BTC 'hknbtc
0.2.8 (2018-02-13)
------------------
* Add new pairs EOS/BTC 'eosbtc', FOOD/BTC 'foodbtc', OTX/BTC 'otxbtc'
0.2.7 (2018-02-09)
------------------
* Add new pair XRP/UAH 'xrpuah'
0.2.6 (2018-01-06)
------------------
* Add new pair BCH/UAH 'bchuah'
0.2.5 (2017-12-31)
------------------
* Fix market pair 'golosgbg' to 'golgbg' and also add new pairs 'rbtc', 'arnbtc', 'evrbtc', 'b2bbtc'
0.2.4 (2017-11-07)
------------------
* Fix bug for User method: for correct generate signature it needs to pass assorted params.
0.2.3 (2017-10-31)
------------------
* Add new pair
0.2.2 (2017-10-31)
------------------
* Speed up code by change string concatenation
* Improve docs structure
* Minor change at code logic for getting signature
0.2.1 (2017-10-29)
------------------
* Add User methods
0.2.0 (2017-10-29)
------------------
* Add public methods without unittests.
0.1.0 (2017-10-28)
------------------
* First release on PyPI.
=========================
.. image:: https://img.shields.io/pypi/v/kuna.svg
:target: https://pypi-hypernode.com/pypi/kuna
.. image:: https://travis-ci.org/DmytroLitvinov/kuna.svg?branch=master
:target: https://travis-ci.org/DmytroLitvinov/kuna
.. image:: https://readthedocs.org/projects/kuna/badge/?version=stable
:target: https://kuna.readthedocs.io/en/latest/?badge=stable
:alt: Documentation Status
.. image:: https://pyup.io/repos/github/DmytroLitvinov/kuna/shield.svg
:target: https://pyup.io/repos/github/DmytroLitvinov/kuna/
:alt: Updates
.. image:: https://pyup.io/repos/github/DmytroLitvinov/kuna/python-3-shield.svg
:target: https://pyup.io/repos/github/DmytroLitvinov/kuna/
:alt: Python 3
``kuna`` is a Python package providing access to the `Kuna exchange <https://kuna.io/>`_ server API.
Original documentation of Kuna exchange API here: https://kuna.io/documents/api
Installation
============
Requirements
------------
kuna depends on:
* `python-requests <http://docs.python-requests.org/en/latest/>`_
Install with pip
----------------
.. code-block:: console
pip install kuna
Documentation
=============
The full documentation is available on `readthedocs <https://kuna.readthedocs.io>`_.
Meta
====
Dmytro Litvinov – `@Dmytro_Litvinov <https://twitter.com/Dmytro_Litvinov>`_ – litvinov.do.it@gmail.com
Distributed under the MIT license. See `LICENSE <https://github.com/DmytroLitvinov/kuna/blob/master/LICENSE>`_ for more information.
https://github.com/DmytroLitvinov/kuna
Deploy
======
https://cookiecutter-pypackage.readthedocs.io/en/latest/pypi_release_checklist.html
History
=======
0.2.10 (2018-03-17)
------------------
* Add new pairs XLM/UAH, TUSD/UAH
0.2.9 (2018-03-11)
------------------
* Add new pair HKN/BTC 'hknbtc
0.2.8 (2018-02-13)
------------------
* Add new pairs EOS/BTC 'eosbtc', FOOD/BTC 'foodbtc', OTX/BTC 'otxbtc'
0.2.7 (2018-02-09)
------------------
* Add new pair XRP/UAH 'xrpuah'
0.2.6 (2018-01-06)
------------------
* Add new pair BCH/UAH 'bchuah'
0.2.5 (2017-12-31)
------------------
* Fix market pair 'golosgbg' to 'golgbg' and also add new pairs 'rbtc', 'arnbtc', 'evrbtc', 'b2bbtc'
0.2.4 (2017-11-07)
------------------
* Fix bug for User method: for correct generate signature it needs to pass assorted params.
0.2.3 (2017-10-31)
------------------
* Add new pair
0.2.2 (2017-10-31)
------------------
* Speed up code by change string concatenation
* Improve docs structure
* Minor change at code logic for getting signature
0.2.1 (2017-10-29)
------------------
* Add User methods
0.2.0 (2017-10-29)
------------------
* Add public methods without unittests.
0.1.0 (2017-10-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
kuna-0.2.10.tar.gz
(14.1 kB
view details)
Built Distribution
File details
Details for the file kuna-0.2.10.tar.gz
.
File metadata
- Download URL: kuna-0.2.10.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 386863231ea8b9e06550dba74fae1770ac35c660166f44a2777cd999471cf2ad |
|
MD5 | b20a6f246fdc85669b14ff8022f1847f |
|
BLAKE2b-256 | 946725d01691b0a2ff3013453aa094d8f8f54c8ad65f60dc89ae9b2cc8df755d |
File details
Details for the file kuna-0.2.10-py2.py3-none-any.whl
.
File metadata
- Download URL: kuna-0.2.10-py2.py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a75b2e293241075932e1ce402d083fcc63467a7e16ed123399ce25443006cbe3 |
|
MD5 | 9326e4017623e59885386693cfe05db3 |
|
BLAKE2b-256 | 632b4d7968909df39818a4445a69d4022f923601ef3dc3ebfa9979c758eb5106 |