Metadata-Version: 2.1
Name: IBATS-Common
Version: 0.10.4
Summary: IBATS（Integration Backtest Analysis Trade System）的公共模块，所有Feeder, Trader均集成这个模块，并使用其提供的一些公共工具
Home-page: https://github.com/IBATS/IBATS_Common
Author: MG
Author-email: mmmaaaggg@163.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Topic :: Software Development
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=0.23.0)
Requires-Dist: redis (>=2.10.6)
Requires-Dist: SQLAlchemy (>=1.2.8)
Requires-Dist: xlrd (>=1.1.0)
Requires-Dist: ibats-utils (>=1.1.16)
Requires-Dist: ffn (>=0.3.4)
Requires-Dist: python-docx (>=0.8.10)

# IBATSCommon

[![Build Status](https://travis-ci.org/IBATS/IBATSCommon.svg?branch=master)](https://travis-ci.org/IBATS/IBATSCommon)
[![GitHub issues](https://img.shields.io/github/issues/IBATS/IBATSCommon.svg)](https://github.com/IBATS/IBATSCommon/issues)
[![GitHub forks](https://img.shields.io/github/forks/IBATS/IBATSCommon.svg)](https://github.com/IBATS/IBATSCommon/network)
[![GitHub stars](https://img.shields.io/github/stars/IBATS/IBATSCommon.svg)](https://github.com/IBATS/IBATSCommon/stargazers) 
[![GitHub license](https://img.shields.io/github/license/IBATS/IBATSCommon.svg)](https://github.com/IBATS/IBATSCommon/blob/master/LICENSE) 
[![HitCount](http://hits.dwyl.io/IBATS/https://github.com/DataIntegrationAlliance/IBATSCommon.svg)](http://hits.dwyl.io/DataIntegrationAlliance/https://github.com/IBATS/IBATSCommon)
[![Twitter](https://img.shields.io/twitter/url/https/github.com/IBATS/IBATSCommon.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FIBATS%2FIBATSCommon) 

IBATS（Integration Backtest Analysis Trade System）的公共模块，所有Feeder, Trader均集成这个模块，并使用其提供的一些公共工具


