Metadata-Version: 1.2
Name: dexstore
Version: 1.1.2
Summary: Python library for dexstore
Home-page: https://github.com/rolik2001/python-dexstore
Author: Fabian Schuh
Author-email: Fabian@chainsquad.com
Maintainer: Fabian Schuh
Maintainer-email: Fabian@chainsquad.com
License: UNKNOWN
Download-URL: https://github.com/rolik2001/python-dexstore/tarball/1.1.2
Description: # Python Library for DexStore
        
        ![](https://img.shields.io/pypi/v/dexstore.svg?style=for-the-badge)
        ![](https://img.shields.io/github/release/dexstore/python-dexstore.svg?style=for-the-badge)
        ![](https://img.shields.io/github/downloads/dexstore/python-dexstore/total.svg?style=for-the-badge)
        ![](https://img.shields.io/pypi/pyversions/dexstore.svg?style=for-the-badge)
        ![](https://img.shields.io/pypi/l/dexstore.svg?style=for-the-badge)
        ![](https://cla-assistant.io/readme/badge/dexstore/python-dexstore)
        
        **Stable**
        
        [![docs master](https://readthedocs.org/projects/python-dexstore/badge/?version=latest)](http://python-dexstore.readthedocs.io/en/latest/)
        [![Travis master](https://travis-ci.org/dexstore/python-dexstore.png?branch=master)](https://travis-ci.org/dexstore/python-dexstore)
        [![codecov](https://codecov.io/gh/dexstore/python-dexstore/branch/master/graph/badge.svg)](https://codecov.io/gh/dexstore/python-dexstore)
        
        **Develop**
        
        [![docs develop](https://readthedocs.org/projects/python-dexstore/badge/?version=develop)](http://python-dexstore.readthedocs.io/en/develop/)
        [![Travis develop](https://travis-ci.org/dexstore/python-dexstore.png?branch=develop)](https://travis-ci.org/dexstore/python-dexstore)
        [![codecov develop](https://codecov.io/gh/dexstore/python-dexstore/branch/develop/graph/badge.svg)](https://codecov.io/gh/dexstore/python-dexstore)
        
        ---
        
        ## Documentation
        
        Visit the [pydexstore website](http://docs.pydexstore.com/en/latest/) for in depth documentation on this Python library.
        
        ## Installation
        
        ### Install with pip3:
        
            $ sudo apt-get install libffi-dev libssl-dev python-dev python3-dev python3-pip
            $ pip3 install dexstore
        
        ### Manual installation:
        
            $ git clone https://github.com/dexstore/python-dexstore/
            $ cd python-dexstore
            $ python3 setup.py install --user
        
        ### Upgrade
        
            $ pip3 install --user --upgrade dexstore
        
        ## Contributing
        
        python-dexstore welcomes contributions from anyone and everyone. Please
        see our [guidelines for contributing](CONTRIBUTING.md) and the [code of
        conduct](CODE_OF_CONDUCT.md).
        
        ### Discussion and Developers
        
        Discussions around development and use of this library can be found in a
        [dedicated Telegram Channel](https://t.me/pydexstore)
        
        ### License
        
        A copy of the license is available in the repository's
        [LICENSE](LICENSE.txt) file.
        
        ### Bounties
        
        As part of [HackTheDex](https://hackthedex.io), security issues found in this
        library are potentially eligible for a bounty.
        
Keywords: dexstore,library,api,rpc
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Office/Business :: Financial
