在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:fsspec/ipfsspec开源软件地址:https://github.com/fsspec/ipfsspec开源编程语言:Python 100.0%开源软件介绍:ipfsspecA readonly implementation of fsspec for IPFS. This project is currently very rudimentaty. It is not yet optimized for efficiency and is not yet feature complete. However it should be enough to list directory contents and to retrieve files from import fsspec
with fsspec.open("ipfs://QmZ4tDuvesekSs4qM5ZBKpXiZGun7S2CYtEZRB3DYXkjGx", "r") as f:
print(f.read()) The current implementation uses a HTTP gateway to access the data. It tries to use a local one (which is expected to be found at You can modify the list of gateways using the space separated environment variable |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论