Metadata-Version: 2.1
Name: dego
Version: 0.0.2
Summary: The Python RPC Wrapper for DeroGoldd and WalletAPI.
Home-page: https://github.com/sohamb03/dego-py
Author: Sayan Bhattacharyya
Author-email: sohamb03@outlook.com
License: MIT
Download-URL: https://github.com/sohamb03/dego-py/archive/v_002.tar.gz
Project-URL: Documentation, https://dego-py.sohamb03.me
Description: # Home
        
        <p>&nbsp;</p>
        <p align="center"><a href="https://travis-ci.org/github/sohamb03/dego-py" rel="nofollow"><img src="https://travis-ci.org/sohamb03/dego-py.svg?branch=master" alt="Build" style="max-width:100%;"></a>
        <a href="https://pypi.org/project/dego/" rel="nofollow"><img src="https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-blue" alt="Versions" style="max-width:100%;"></a>
        <a href="https://discord.gg/JUMUzvh"><img src="https://img.shields.io/discord/524861597907419137" alt="Discord" style="max-width:100%;"></a></p>
        <p>&nbsp;</p>
         
        <p align="center"><i>dego-py is a Python Wrapper for the JSON-RPC API of Dero Gold, which integrates with DeroGoldd and WalletAPI.</i></p>
        
          
        ## Installation
        
        ```sh
        pip3 install dego
        ```
        
        ## Requirements
        
        * Python &gt;= 3.6 
        * [DeroGoldd version 0.4.0hotfix2](https://github.com/derogold/derogold/releases/tag/v0.4.0hotfix2)
        
        ## Donation
        
        If you would like to support  the project, consider making a donation. :-)
        
        ```
        dg51XbaPvkmVSyC1sK1NDfBdiPkMBMcdZY1WjFRdxreDLkDpPfW23aBZTgzDeap9voh2vQTXxCyNJbi3A1TgvXQE1CKrtXdJD
        ```
        
        ## License
        
        [MIT License](https://github.com/sohamb03/dego-py/blob/master/LICENSE)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
