Metadata-Version: 2.1
Name: forge-python-sdk
Version: 0.3.4
Summary: A small example package
Home-page: https://github.com/ArcBlock/forge-python-sdk
Author: Riley Shu
Author-email: riley@arcblock.io
License: UNKNOWN
Description: ##Forge-python-sdk
        Forge-python-sdk is a sdk for [Forge](https://github.com/ArcBlock/forge).
        
        ##Installation
        ```sh
        pip install forge-python-sdk
        ```
        
        ##Usage
        First get your Forge running on local with [Forge Cli](https://github.com/ArcBlock/forge-js/tree/master/packages/forge-cli)
        
        Then init your ForgeSdk with default config.
        ```python
        from forge import ForgeSdk
        sdk = ForgeSdk()
        rpc = sdk.rpc
        ```
        Now you can start with simple rpc calls!
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
