Metadata-Version: 2.1
Name: binance.py
Version: 0.1.0
Summary: A python3 binance API wrapper powered by modern technologies such as asyncio
Home-page: https://git.io/binance
Author: Th0rgal
Author-email: thomas.marchand@tuta.io
License: UNKNOWN
Description: <h1 align="center">
          <br>
          <img src="https://oraxen.vercel.app/todo/binance.py.svg" alt="Binance.py logo" width="256">
          <br>
        </h1>
        
        <h4 align="center">ðŸ¦¾ A python3 binance API wrapper powered by modern technologies such as asyncio.</h4>
        
        <p align="center">
            <a href="https://app.fossa.com/projects/git%2Bgithub.com%2FTh0rgal%2Fbinance.py?ref=badge_shield" alt="FOSSA Status">
                <img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2FTh0rgal%2Fbinance.py.svg?type=shield"/>
            </a>
            <img src="https://img.shields.io/pypi/dm/binance.py"/>
        </p>
        
        ## Why binance.py?
        The binance api is complex to grasp and using a wrapper saves time but also ensures that the right practices are adopted. Binance.py offers a modern and asynchronous solution.
        
        ## Features
        - Covers general endpoints (test connectivity and get exchange informations)
        - Covers market data endpoints
        - Covers Account endpoints (create and manage orders)
        - Async support
        - Completely free and without limitations
        
        ## What it does not
        - Binance.py does not manage user data stream (used to receive real time updates). This feature will be added and will allow you to register events for withdrawals or order updates.
        
        ## Get started
        
        - [Generate an API Key](https://www.binance.com/en/support/articles/360002502072) and assign relevant permissions.
        - Install binance.py:
        ```
        pip install binance.py
        ```
        - Import binance, and check the [examples](https://github.com/Th0rgal/binance.py/tree/master/examples)
        
        ## License
        [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FTh0rgal%2Fbinance.py.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FTh0rgal%2Fbinance.py?ref=badge_large)
        
        ## Donate
        - ETH (ENS): ``thomas.ethers.xyz``
        - ETH (legacy address): ``0x54c5a92c57A07f33500Ec9977797219D70D506C9``
        - BTC: ``bc1qm9g2k3fznl2a9vghnpnwem87p03txl4y5lahyu``
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
