A python library by Algovera to interact with IPFS and IPFS ecosystem such as the common pinning services
Project description
Welcome to IPFSPy by Algovera
A python library by Algovera to interact with IPFS and IPFS ecosystem such as the common pinning services
What is IPFSPy?
IPFSPy is a python library by Algovera to interact with IPFS and IPFS ecosystem such as the common pinning services. It is designed by data scientists for data scientists to interact with the IPFS ecosystem without leaving the comfort of python and jupyter notebook.
You can learn more about IPFS here.
IPFS is built using the go-lang or javascript. With IPFSPy, you can interact with IPFS using the exposed HTTP RPC API.
With IPFSPy, you can either use local, infura or public nodes. In order to use local node, you will need a IPFS deamon running in the form of IPFS Desktop, IPFS Campanion on IPFS CLI. As an alternative, you can connect via the Infura's dedicated IPFS gateway.
Installing
to do: instructions on how to install library goes here
How to use
To adda file to IPFS, simply
from ipfspy.ipfshttpapi import IPFSApi
api = IPFSApi()
response, json = api.add_items(url, "path/to/file")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ipfspy-0.0.13.tar.gz.
File metadata
- Download URL: ipfspy-0.0.13.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96043b80daa7b5379b622efb033e31b03819d75bac53b81fb756201122cf5237
|
|
| MD5 |
50e38a754b8d95e1a544062e7498c4e2
|
|
| BLAKE2b-256 |
e6cb8f58b65c0d49288a680bef085da7b864e837c04f03d4901c11be204b24f8
|
File details
Details for the file ipfspy-0.0.13-py3-none-any.whl.
File metadata
- Download URL: ipfspy-0.0.13-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c52f76846e447ed577d83ff846e08e434a1a37cd4d750f39ad8d26588659a1fb
|
|
| MD5 |
a03eb281583c06b8683279cae05b80d3
|
|
| BLAKE2b-256 |
7880a20c6f7e985e39c3c6a4aafb754e37b4487187a4287404f99c62c99650b0
|