Metadata-Version: 2.1
Name: ezx-pyapi
Version: 0.2
Summary: UNKNOWN
Home-page: https://github.com/gmyrianthous/example-publish-pypi
Author: EZX Inc.
Author-email: support@ezxinc.com
License: MIT
Keywords: EZX iServer API trading
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

EZX API
===============
EZX Api Network Client, messages and library functions for sending and receiving orders to the EZX iServer.

Installing
============

.. code-block:: bash

    pip install ezx-pyapi

Usage
=====

.. code-block:: bash

    >>> from src.example import custom_sklearn
    >>> custom_sklearn.get_sklearn_version()
    '0.24.2'

