Metadata-Version: 2.1
Name: pyckb
Version: 0.1.2
Summary: Python SDK for CKB
Home-page: https://github.com/mohanson/pyckb
Author: Mohanson
Author-email: mohanson@outlook.com
License: MIT
Description-Content-Type: text/markdown

# Python SDK for CKB

Python CKB is an experimental project that aims to provide human-friendly interfaces for common CKB operations. Note that Python CKB is not a complete SDK, but only implements the CKB functions that I am interested in.

Features:

- No third-party dependencies. All code is visible.
- Incredibly simple.

## Installation

```sh
$ pip install pyckb
```
