jbeetle / emtl

东方财富自动交易接口,eastmoney auto trading library

Home Page:https://riiy.github.io/emtl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

docs Documentation Status
tests GitHub Actions Build Status Coverage Status
package PyPI Package latest release PyPI Wheel Supported versions Supported implementations Commits since latest release

东方财富自动交易接口

  • Free software: MIT license

Installation

pip install emtl

You can also install the in-development version with:

pip install https://github.com/riiy/emtl/archive/master.zip

Documentation

https://emtl.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

Getting help

Join Telegram group. Asking a question here is often the quickest way to get a pointer in the right direction.

About

东方财富自动交易接口,eastmoney auto trading library

https://riiy.github.io/emtl/

License:MIT License


Languages

Language:Python 100.0%