Metadata-Version: 1.1
Name: kuna
Version: 0.3.2
Summary: Interact with Kuna exchange API
Home-page: https://github.com/DmytroLitvinov/kuna
Author: Dmytro Litvinov
Author-email: litvinov.do.it@gmail.com
License: MIT license
Description: Kuna exchange API wrapper
        =========================
        
        
        .. image:: https://img.shields.io/pypi/v/kuna.svg
                :target: https://pypi.python.org/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.3.1 (2018-05-11)
        ------------------
        
        * Make 'tonce' more granular
        
        
        0.3.0 (2018-04-29)
        ------------------
        
        * Remove a strict binding to market pairs
        
        
        0.2.12 (2018-04-06)
        -------------------
        
        * Remove OTX/BTC
        
        
        0.2.11 (2018-03-20)
        -------------------
        
        * Change on EOS pair; small refactor
        
        
        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.
        
Keywords: kuna
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
