python3-ipfs-api’s documentation

2018/01/21 14:48
阅读数 236

Welcome to python3-ipfs-api’s documentation!

python3-ipfs-api is a complete rewrite of python-ipfs-api. It defines a whole new interface and tries to do more than just wrapping the HTTP API. python3-ipfs-api will only support Python 3 (hence the name).

python3-ipfs-api uses requests to issue API calls. Also it uses a minimal implementation of a protobuf2 reader/writer (called pb2nano) for using protobuf encoding where possible. This makes it possible to e.g. put/get objects with binary content without a problem.

In ipfs.api you’ll find the lowlevel API implementation. The high-level API is still work in progess and only consists of the ipfs.merkledag and ipfs.unixfs modules at the moment.

If you want to get started take a look at our examples/ or read the documentation.

Indices and tables

展开阅读全文
加载中

作者的其它热门文章

打赏
0
0 收藏
分享
打赏
0 评论
0 收藏
0
分享
返回顶部
顶部