Metadata-Version: 2.1
Name: ckb
Version: 0.4.0
Summary: Nervos CKB SDK
Home-page: https://github.com/doitian/ckb-sdk-python
Author: ian
Author-email: ian@nervos.org
License: MIT
Description: # CKB SDK Python
        
        Install
        
        ```
        pip install -U ckb
        ```
        
        Example
        
        ```
        from ckb.rpc import rpc
        rpc.get_tip_block_number()
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Description-Content-Type: text/markdown
