Skip to main content

readonly implementation of fsspec for IPFS

Project description

ipfsspec

A readonly implementation of fsspec for IPFS.

Installation

You can install ipfsspec directly from git with the following command:

pip install ipfsspec

Usage

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 ipfs:// resources via fsspec. A simple hello worlds would look like:

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 uses IPIP-280 to determine which gateway to use. If you have a current installation of an IPFS node (e.g. kubo, IPFS Desktop etc...), you should be fine. In case you want to use a different gateway, you can use any of the methods specified in IPIP-280, e.g.:

  • create the file ~/.ipfs/gateway with the gateway address as first line
  • define the environment variable IPFS_GATEWAY to the gateway address
  • create the file /etc/ipfs/gateway with the gateway address as first line

No matter which option you use, the gateway has to be specified as an HTTP(S) url, e.g.: http://127.0.0.1:8080.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipfsspec-0.6.0.tar.gz (15.3 kB view details)

Uploaded Source

Built Distribution

ipfsspec-0.6.0-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file ipfsspec-0.6.0.tar.gz.

File metadata

  • Download URL: ipfsspec-0.6.0.tar.gz
  • Upload date:
  • Size: 15.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for ipfsspec-0.6.0.tar.gz
Algorithm Hash digest
SHA256 1c6c2e569560a038eaa9b8a9263d78eb00d0a7d97edbbfdeb872273d687545c0
MD5 e2d15216b1e572b0ea41e53d6b115b3b
BLAKE2b-256 14302eacb1802e525832634843cc36fe43b0d0b6799132f58d3186bcf94c7d27

See more details on using hashes here.

File details

Details for the file ipfsspec-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: ipfsspec-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for ipfsspec-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f13b4ce6d822d3f591adfb4b0cb7182da5f87d7c4afe4d6b48e4219dd1dfc3e5
MD5 f016b26e728d3f2ebabb3c698f829d11
BLAKE2b-256 b6c356b266a5bca72d6a7104d5b6da67bec7a87381f6f4e52677fb469442474c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page