trio-binance


Nametrio-binance JSON
Version 0.4.4 PyPI version JSON
download
home_pagehttps://github.com/halfelf/trio-binance
Summarytrio based asynchronous binance SDK
upload_time2024-07-24 02:41:55
maintainerNone
docs_urlNone
authorShu Wang
requires_python<4.0,>=3.11
licenseMIT
keywords binance python-trio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            =================================
Welcome to trio-binance
=================================

This is an unofficial Python wrapper for the `Binance exchange REST API v3 <https://binance-docs.github.io/apidocs/spot/en>`_. I am in no way affiliated with Binance, use at your own risk.

And this repository is forked from `python-binance <https://github.com/sammchardy/python-binance>`_, but has only async client, and works **only** with `trio <https://trio.readthedocs.io/en/stable/index.html>`_ or `trio-compatible <https://trio.readthedocs.io/en/stable/awesome-trio-libraries.html#trio-asyncio-interoperability>`_ asynchronous frameworks.

Source code
  https://github.com/halfelf/trio-binance

Quick Start
-----------

`Register an account with Binance <https://accounts.binance.com/en/register?ref=10099792>`_.

`Generate an API Key <https://www.binance.com/en/my/settings/api-management>`_ and assign relevant permissions.

.. code:: bash

    pip install trio-binance


Example
-------------

Check pytest file under ``tests``.

Donate
------

If this library helps, feel free to donate.

- ETH: 0xf560e5F7F234307A20670ed8A5778F350a8366d1

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/halfelf/trio-binance",
    "name": "trio-binance",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "binance, python-trio",
    "author": "Shu Wang",
    "author_email": "halfelf.ronin@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9e/87/4c48e3ad2521bb035486fd1db4097f65f6c02868e2b69d65091e19b9fd95/trio_binance-0.4.4.tar.gz",
    "platform": null,
    "description": "=================================\nWelcome to trio-binance\n=================================\n\nThis is an unofficial Python wrapper for the `Binance exchange REST API v3 <https://binance-docs.github.io/apidocs/spot/en>`_. I am in no way affiliated with Binance, use at your own risk.\n\nAnd this repository is forked from `python-binance <https://github.com/sammchardy/python-binance>`_, but has only async client, and works **only** with `trio <https://trio.readthedocs.io/en/stable/index.html>`_ or `trio-compatible <https://trio.readthedocs.io/en/stable/awesome-trio-libraries.html#trio-asyncio-interoperability>`_ asynchronous frameworks.\n\nSource code\n  https://github.com/halfelf/trio-binance\n\nQuick Start\n-----------\n\n`Register an account with Binance <https://accounts.binance.com/en/register?ref=10099792>`_.\n\n`Generate an API Key <https://www.binance.com/en/my/settings/api-management>`_ and assign relevant permissions.\n\n.. code:: bash\n\n    pip install trio-binance\n\n\nExample\n-------------\n\nCheck pytest file under ``tests``.\n\nDonate\n------\n\nIf this library helps, feel free to donate.\n\n- ETH: 0xf560e5F7F234307A20670ed8A5778F350a8366d1\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "trio based asynchronous binance SDK",
    "version": "0.4.4",
    "project_urls": {
        "Homepage": "https://github.com/halfelf/trio-binance",
        "Repository": "https://github.com/halfelf/trio-binance"
    },
    "split_keywords": [
        "binance",
        " python-trio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "971a11420971eabcc9322973dac7d60f4fcfa26bcb4cd0bfa26a1cac2acc0bad",
                "md5": "ff8bcfcde78a721255bb6265b2abb585",
                "sha256": "3ffe8ae45abb1a3977cd92d2bd5eb8551e5db797ca0c63b67b8157476cf42bf5"
            },
            "downloads": -1,
            "filename": "trio_binance-0.4.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ff8bcfcde78a721255bb6265b2abb585",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 18022,
            "upload_time": "2024-07-24T02:41:53",
            "upload_time_iso_8601": "2024-07-24T02:41:53.476852Z",
            "url": "https://files.pythonhosted.org/packages/97/1a/11420971eabcc9322973dac7d60f4fcfa26bcb4cd0bfa26a1cac2acc0bad/trio_binance-0.4.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e874c48e3ad2521bb035486fd1db4097f65f6c02868e2b69d65091e19b9fd95",
                "md5": "2745942687b6cd503b93bafd9ce9edd4",
                "sha256": "107fb24bd5f1cc37938dfe1e8e17af2e701b77e7eee4a9a39ca93988bb076df6"
            },
            "downloads": -1,
            "filename": "trio_binance-0.4.4.tar.gz",
            "has_sig": false,
            "md5_digest": "2745942687b6cd503b93bafd9ce9edd4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 16989,
            "upload_time": "2024-07-24T02:41:55",
            "upload_time_iso_8601": "2024-07-24T02:41:55.056122Z",
            "url": "https://files.pythonhosted.org/packages/9e/87/4c48e3ad2521bb035486fd1db4097f65f6c02868e2b69d65091e19b9fd95/trio_binance-0.4.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-24 02:41:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "halfelf",
    "github_project": "trio-binance",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "trio-binance"
}
        
Elapsed time: 0.30429s