Metadata-Version: 2.1
Name: emtl
Version: 0.2.1.dev3
Summary: 东方财富自动交易接口
Home-page: https://github.com/riiy/emtl
Author: Riiy
Author-email: riiyzhou@gmail.com
License: MIT
Project-URL: Documentation, https://emtl.readthedocs.io/
Project-URL: Changelog, https://emtl.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/riiy/emtl/issues
Keywords: autotrade,trade,东方财富,股票,交易,交易机器人
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Python: >=3.10
License-File: LICENSE
License-File: AUTHORS.rst

========
Overview
========



东方财富自动交易接口

* 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:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Getting help
============


Join `Telegram group <https://t.me/em_trade_lib>`_. Asking a question here is often the quickest way to get a pointer in the right direction.


Changelog
=========


0.1.0 (2024-04-14)
------------------

* First release on PyPI.

0.1.1 (2024-04-16)
------------------

* Delete python3.8 python3.9 pypy.

0.1.2 (2024-04-18)
------------------

* add login && add asset position

0.1.3 (2024-04-19)
------------------

* update docs theme

0.1.5 (2024-04-24)
------------------

* update login refrence

0.1.7 (2024-04-27)
------------------

* add insert order api


0.1.8 (2024-04-30)
------------------

* delete macos actions


0.2.0 (2024-05-21)
------------------

* complete all method


