Metadata-Version: 2.1
Name: mootdx
Version: 0.1.9
Summary: tdx quotes code.
Home-page: https://github.com/bopo/mootdx
Author: bopo.wang
Author-email: ibopo@126.com
License: MIT license
Keywords: mootdx
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 :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pytdx
Requires-Dist: click
Requires-Dist: prettytable
Requires-Dist: coloredlogs
Requires-Dist: pytest

=======
MooTdx 通达信数据转换程序
=======


.. image:: https://img.shields.io/pypi/v/mootdx.svg
        :target: https://pypi.python.org/pypi/mootdx

.. image:: https://img.shields.io/travis/bopo/mootdx.svg
        :target: https://travis-ci.org/bopo/mootdx

.. image:: https://readthedocs.org/projects/mootdx/badge/?version=latest
        :target: https://mootdx.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/bopo/mootdx/shield.svg
     :target: https://pyup.io/repos/github/bopo/mootdx/
     :alt: Updates



* 开源协议: MIT license
* 在线文档: https://mootdx.readthedocs.io.


功能说明
--------

* 修改了 PIP 安装程序问题
* 本程序不在支持 python 2 版本.
* 通达信客户端文件转换
* 通达信在线行情下载

贡献名单
---------

- bopo.wang



=======
更新历史
=======

0.1.8 (2018-05-02)
------------------

* 修改部分接口名称.
* 修改一些功能错误.


0.1.0 (2017-09-22)
------------------

* 第一次发布到 PyPI.


