Metadata-Version: 2.1
Name: trtl
Version: 0.0.2
Summary: The Python RPC Wrapper for TurtleCoind and WalletAPI.
Home-page: https://github.com/sohamb03/trtl-py
Author: Sayan Bhattacharyya
Author-email: sohamb03@outlook.com
License: MIT
Download-URL: https://github.com/sohamb03/trtl-py/archive/v_002.tar.gz
Project-URL: Documentation, https://trtl-py.sohamb03.me
Description: # Home
        
        <p>&nbsp;</p>
        <p align="center"><a href="https://travis-ci.org/github/sohamb03/trtl-py" rel="nofollow"><img src="https://travis-ci.org/sohamb03/trtl-py.svg?branch=master" alt="Build" style="max-width:100%;"></a>
        <a href="https://pypi.org/project/trtl/" 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://chat.turtlecoin.lol"><img src="https://img.shields.io/discord/388915017187328002" alt="Discord" style="max-width:100%;"></a></p>
        <p>&nbsp;</p>
         
        <p align="center"><i>trtl-py is a Python Wrapper for the JSON-RPC API of TurtleCoin, which integrates with TurtleCoind and WalletAPI.</i></p>
        
          
        ## Installation
        
        ```sh
        pip3 install trtl
        ```
        
        ## Requirements
        
        * Python &gt;= 3.6 
        * TurtleCoin version 0.24.0
        
        ## Donation
        
        If you would like to support  the project, consider making a donation. :-)
        
        ```
        TRTLv1bq3QuXxJxqudVdR82uZBc61H3rgNAwZqU3e78TLiaMn8VRSACX9vamnUcG35BkQy6VfwUy5CsV9YNomioPGGyVhHH4DMc
        ```
        
        ## License
        
        [MIT License](https://github.com/sohamb03/trtl-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
