Metadata-Version: 2.1
Name: rein
Version: 0.1.0
Summary: lightweight trading platform
Home-page: https://github.com/chrischen3121/rein
Author: Chris Chen
Author-email: chrischen3121@gmail.com
License: Apache Software License 2.0
Keywords: rein
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5.3
Requires-Dist: click (>=6.7)
Requires-Dist: python-dateutil (>=2.7.3)
Requires-Dist: autobahn (>=18.6.1)
Requires-Dist: Twisted (>=18.7.0)
Requires-Dist: blinker (>=1.4)
Requires-Dist: pyOpenSSL (>=18.0.0)
Requires-Dist: bidict (>=0.17.2)
Requires-Dist: namedlist (>=1.7)
Requires-Dist: aiohttp (>=2.3.10)
Requires-Dist: requests (>=2.19.1)
Requires-Dist: SQLAlchemy (>=1.2.10)
Requires-Dist: mysql-connector (>=2.1.6)

====
rein
====


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

.. image:: https://img.shields.io/travis/chrischen3121/rein.svg
        :target: https://travis-ci.org/chrischen3121/rein

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



lightweight trading platform


* Free software: Apache Software License 2.0
* Documentation: https://rein.readthedocs.io.


Features
--------

* TODO

  - OKEX trade control flow
  - simple client
  - unit test
  - use asyncio

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 (2018-08-29)
------------------

* First release on PyPI.


