Metadata-Version: 2.1
Name: pyethswarm
Version: 0.0.1
Summary: A simple sdk for ethswarm
Home-page: https://github.com/x2x4com/pyethswarm-sdk
Author: x2x4
Author-email: x2x4com@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/x2x4com/pyethswarm-sdk/issues
Description: # ETH Swarm Python SDK
        
        **!! This project is still under development !!**
        
        ## Usage
        
        ```python
        from ethswarm-sdk import debug_api, api
        
        # debug api finish
        debug_client = debug_api.Client()
        # api todo
        api_client = api.Client()
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
