Metadata-Version: 1.1
Name: pirate_chain_py
Version: 1.01
Summary: Pirate Chain, the most anonymous cryptocurrency in existence now with python wrapped Remote Procedure Calls for easy integration with any python based program. https://pirate.black/
Home-page: https://github.com/Mr1djit/pirate_chain_py
Author: Mr_Idjit
Author-email: mr_idjit@protonmail.com
License: MIT
Download-URL: https://github.com/Mr1djit/pirate_chain_py/archive/refs/tags/v1.01.tar.gz
Description: py Pirate Chain RPC Wallet
        ==========================
        
        *Python wrapped Pirate Chain RPC Wallet*
        ----------------------------------------
        
        |Build Status|
        
        Install using pip
        -----------------
        
        ``pip install pirate-chain-py``
        
        Example
        -------
        
        | Find your full node configuration file - 'PIRATE.conf'.
        | It should contain all the information to instanciate the wallet object.
        
        .. code:: python
        
            from pirate_chain_py.pirate_rpc_wallet import PirateWallet
        
            pw: PirateWallet = PirateWallet(ip='127.0.0.1', port='45453', username='user388885', password='pass388885')
        
            result: dict = pw.z_get_new_address()
        
            your_new_address: str = result['result']
        
            print(your_new_address)
        
        --------------
        
        Learn more
        ----------
        
        -  Pirate Chain Website:
           `https://pirate.black <https://pirate.black/>`__
        -  Komodo Platform:
           `https://komodoplatform.com <https://komodoplatform.com/>`__
        -  Pirate Blockexplorer:
           `https://explorer.pirate.black <https://pirate.black/>`__
        -  Pirate Discord:
           `https://pirate.black/discord <https://pirate.black/discord>`__
        -  Support ping Mr\_Idjit:
           `https://pirate.black/discord <https://pirate.black/discord>`__
        -  API references & Documentation:
           `https://docs.pirate.black <https://docs.pirate.black/>`__
        -  Whitepaper: `Pirate Chain
           Whitepaper <https://pirate.black/whitepaper>`__
        
        License
        -------
        
        MIT
        
        **Free Software, Hell Yeah!**
        
        .. |Build Status| image:: https://travis-ci.org/joemccann/dillinger.svg?branch=master
           :target: https://travis-ci.org/joemccann/dillinger
        
Keywords: Pirate Chain,pirate,chain,crypto,wallet,privacy,integration,finance, 
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
