Metadata-Version: 2.1
Name: aqtlib
Version: 0.1.0
Summary: Asynchronous Quantitative Trading Library
Home-page: https://github.com/kelvingao/aqtlib
Author: Kelvin Gao
Author-email: 89156201@qq.com
License: MIT
Keywords: aqtlib algo trading interactive brokers tws asyncio
Platform: any
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Requires-Dist: ib-insync (>=0.9.56)

AQTLib, Asynchronous Quantitative Trading Library
=================================================

Requirements
------------

-  `Python`_ >=3.6
-  `IB-insync`_ (sync/async framework for Interactive Brokers API,
   tested to work with >=0.9.56)
-  A running `TWS`_ or `IB Gateway`_ application (version 972 or higher)

.. _Python: https://www.python.org
.. _IB-insync: https://github.com/erdewit/ib_insync
.. _TWS: https://www.interactivebrokers.com/en/index.php?f=15875
.. _IB Gateway: https://www.interactivebrokers.com/en/index.php?f=16457

