Metadata-Version: 2.0
Name: crypto-exchange-apis
Version: 0.3.2
Summary: Cryptocurrenty exchange API wrappers
Home-page: https://github.com/init-industries/crypto-exchange-apis
Author: sneurlax
Author-email: sneurlax@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: cryptocurrency exchange bitcoin trading
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7

Crypto Exchange APIs
====================

Inspired by BitEx_ written by nlsdfnbch_ (Python 3)

.. _BitEx: https://github.com/nlsdfnbch/bitex
.. _nlsdfnbch: https://github.com/nlsdfnbch

Installation
------------

Install with `pip` using `pip install crypto-exchange-apis`

Usage
-----

See `test_manual.py`_ and `README.md`_ for usage examples.

.. _test_manual.py: https://github.com/init-industries/crypto-exchange-apis/blob/master/crypto_exchange_apis/test_manual.py
.. _test_manual.py: https://github.com/init-industries/crypto-exchange-apis/blob/master/README.md

Testing
-------

Run unit tests in test.py_

.. test.py: https://github.com/init-industries/crypto-exchange-apis/blob/master/crypto_exchange_apis/test.py


