Metadata-Version: 2.1
Name: ctpwrapper
Version: 6.3.19.1
Summary: CTP client v6.3.19
Home-page: https://github.com/nooperpudd/ctpwrapper
Author: Winton Wang
Author-email: 365504029@qq.com
License: LGPLv3
Description: # CTP期货 API Python Wrapper 
        
        [![Build Status](https://travis-ci.org/nooperpudd/ctpwrapper.svg?branch=master)](https://travis-ci.org/nooperpudd/ctpwrapper)
        [![Build status](https://ci.appveyor.com/api/projects/status/gvvtcqsjo9nsw0ct/branch/master?svg=true)](https://ci.appveyor.com/project/nooperpudd/ctpwrapper)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/9ed5d0e55ed84dfeba30a7630ab5c160)](https://www.codacy.com/app/nooperpudd/ctpwrapper?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=nooperpudd/ctpwrapper&amp;utm_campaign=Badge_Grade)
        [![pypi](https://img.shields.io/pypi/v/ctpwrapper.svg)](https://pypi.python.org/pypi/ctpwrapper)
        [![status](https://img.shields.io/pypi/status/ctpwrapper.svg)](https://pypi.python.org/pypi/ctpwrapper)
        [![pyversion](https://img.shields.io/pypi/pyversions/ctpwrapper.svg)](https://pypi.python.org/pypi/ctpwrapper)
        [![implementation](https://img.shields.io/pypi/implementation/ctpwrapper.svg)](https://pypi.python.org/pypi/ctpwrapper)
        [![Downloads](https://pepy.tech/badge/ctpwrapper)](https://pepy.tech/project/ctpwrapper)
        
        [CTP Website](http://www.sfit.com.cn/5_2_DocumentDown_1.htm)
        
        Version: v6.3.19 P1(v6.3.19_P1_20200106)
        
        Platform: Linux 64bit, Windows 64bit
        
        Python Requirement: x86-64
        
        **Especially Support PyPy3-3.6 Linux 64bit**
        
        Inspire By lovelylain 
        
        # Install
        
        Before you install ctpwrapper package, you need to make sure you have 
        already install cython package.
        
            >>>pip install cython --upgrade
            >>>pip install ctpwrapper --upgrade
        
        
        # Donate [捐助]
        
          <img src="images/alipay.png" width="250" height="250"><img src="images/wechat.jpg" width="250" height="250">
        
        ## ⚠️⚠️ notice ⚠️⚠️
         sometimes quote the market futures data, but there is no trading data from the API stream,
         better just add `time.sleep(2)` func call after `Init()` method invoked, this could help to solve no data response issue.
         
        ## Demo
        sample code  [samples](samples/)
        
        
        # Documentation
          CTP documentation can be found in the [docs](doc/ctp/)
        
        # Contact
        
        If you have any question about the ctpwrapper API, contact 365504029@qq.com
        
        
        
         
        
Keywords: CTP,Future,SHFE,Shanghai Future Exchange
Platform: win32
Platform: linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.5
Description-Content-Type: text/markdown
