Metadata-Version: 1.1
Name: ib-wrapper
Version: 0.1.0
Summary: Dynamic runtime TWS IB API for python
Home-page: https://github.com/asteriogonzalez/ib_wrapper
Author: Asterio
Author-email: asterio.gonzalez@gmail.com
License: MIT license
Description: ==========
        IB Wrapper
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/ib_wrapper.svg
                :target: https://pypi.python.org/pypi/ib_wrapper
        
        .. image:: https://img.shields.io/travis/asteriogonzalez/ib_wrapper.svg
                :target: https://travis-ci.org/asteriogonzalez/ib_wrapper
        
        .. image:: https://readthedocs.org/projects/ib-wrapper/badge/?version=latest
                :target: https://ib-wrapper.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Dynamic runtime TWS IB API for python
        
        Inspired in https://github.com/erdewit/ib_insync but much simplier.
        
        As the TWS-API wrapping is made dynamically, is always up-to-date with the underlying API installed version.
        Is not necessary to make code maintenance tasks every time IB release a new version.
        
        * Free software: MIT license
        * Documentation: https://ib-wrapper.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        - make a command line version to testing basic usages.
        - make test that check a trading session using a demo account.
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2019-01-18)
        ------------------
        
        * First release on PyPI.
        
Keywords: ib_wrapper
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
