Metadata-Version: 2.1
Name: eaaccess-crypto
Version: 0.5.0
Summary: A cryptocurrency trading platform
Home-page: UNKNOWN
Author: Jinn Lin
Author-email: linhj0313@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Example Package

This is a platform package for cryptocurrency trading. 

EAAccess-crypto provide a programming platform to do the Live trading, Paper trading and Backtesting
based on CCXT libraries. CCXT is A JavaScript / Python / PHP cryptocurrency trading API with support 
for more than 120 bitcoin/altcoin exchanges (https://github.com/ccxt/ccxt), CCXT is a perferct unified
API for hundred of exchanges, but not support WebSockect yet until 2019/12/31. EAAccess-crypto use
binance's raw websocket API to support Ticker and Candlesticks real-time data refresh. So, EAAccess-cyrpto
version 00.05.00 beta only support binance. When CCXT support unified websocket API, EAAccess-crypto 
will support the same exchanges with CCXT.

