Metadata-Version: 2.1
Name: ethfinex-python
Version: 0.1.0
Summary: An unofficial python wrapper for the Ethfinex exchange
Home-page: https://github.com/shanefontaine/ethfinex
Author: Shane Fontaine
Author-email: shane6fontaine@gmail.com
License: UNKNOWN
Description: # ethfinex-python
        
        [![Downloads](https://pepy.tech/badge/ethfinex-python)](https://pepy.tech/project/ethfinex-python)
        [![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/shanefontaine/ethfinex-python/master/LICENSE)
        
        The unofficial Python client for the [Ethfinex](https://www.ethfinex.com/api_docs) and [Ethfinex Trustless](https://ethfinex.docs.apiary.io/#) APIs.
        
        ##### Provided under MIT License by Shane Fontaine.
        > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
        FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
        IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
        CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
        _I am in no way affiliated with or funded by Ethfinex, Ethfinex Trustless, Ethfinex Inc., Bitfinex, iFinex Inc., Tether, Tether Limited, or any subsidiaries or affiliates of any of the previously mentioned entities._
        
        ## Functionality
        - A simple to use Python wrapper for both public and authenticated endpoints.
        - [Easy trading directly against Ethfinex Trustless, Bitfinex and Ethfinex orderbooks](https://blog.ethfinex.com/introducing-ethfinex-trustless-2f7390955fe0/)
        - Simple parsing of data returned from the Ethfinex API
        
        ## Getting Started
        - TODO
        
        ## Examples
        - TODO
        
        ## TODO
        - Error handling
        - Add tests
        - Add CI
        
        ## Testing
        - TODO
        
        ## Changelog
        
        _0.1.0_
        - Fully functional public client.
        
        _0.0.1_
        - Original PyPI release.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
