Metadata-Version: 2.0
Name: crypto-exchange-apis
Version: 0.3.11
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
Requires-Dist: bintrees
Requires-Dist: websocket
Requires-Dist: websocket-client

Crypto Exchange APIs
####################

Inspired by `BitEx`_ written by `nlsdfnbch`_ (Python 3)

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

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

Usage
-----

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

Testing
-------

Run unit tests in `test.py`_


.. _BitEx: https://github.com/nlsdfnbch/bitex
.. _nlsdfnbch: https://github.com/nlsdfnbch
.. _test_manual.py: https://github.com/init-industries/crypto-exchange-apis/blob/master/crypto_exchange_apis/test_manual.py
.. _README.md: https://github.com/init-industries/crypto-exchange-apis/blob/master/README.md
.. _test.py: https://github.com/init-industries/crypto-exchange-apis/blob/master/crypto_exchange_apis/test.py


