💧 Osmosis IPFS Driver Implementation
Project description
osmosis-ipfs-driver
💧 Osmosis IPFS Driver Implementation oceanprotocol.com
Table of Contents
Setup
Install the osmosis ipfs driver and set ipfs gateway envvar
pip install osmosis-ipfs-driver
export IPFS_GATEWAY=https://gateway.ipfs.io
Instantiate an Osmosis instance and resolve an ipfs url
from osmosis_driver_interface.osmosis import Osmosis
url = "ipfs://ZnOfotxMMnLTXCCW0GPVYT8gtEugghgD8Hgz"
osm = Osmosis(url) # the proper osmosis driver is loaded automatically to match the url
# Resolve the url
download_url = osm.data_plugin.generate_url(url)
Code Style
Information about our Python code style is documented in the python-developer-guide and the python-style-guide.
Testing
Automatic tests are setup via Travis, executing tox
.
Our tests use the pytest framework.
New Version
The bumpversion.sh
script helps to bump the project version. You can execute the script using as first argument {major|minor|patch} to bump accordingly the version.
License
Copyright 2019 Ocean Protocol Foundation Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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 Distributions
Built Distributions
File details
Details for the file osmosis_ipfs_driver-0.1.0-py3.6.egg
.
File metadata
- Download URL: osmosis_ipfs_driver-0.1.0-py3.6.egg
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7225fb92f6edb1d96f0b67f5e635f380c295d4323825ba52dade4fe38d39afa4 |
|
MD5 | 73c7f978776cc76556233778beba7984 |
|
BLAKE2b-256 | 22b9d45177b5e279fa1a5f0e37b377b54a83877a053caf1d3f5351752c2739c3 |
File details
Details for the file osmosis_ipfs_driver-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: osmosis_ipfs_driver-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2e5946601acf037581d278b5075467a30c8fbaf2f1f222da6b92204f1380ec8 |
|
MD5 | 24590be191d6dda021a67da5ebdced2e |
|
BLAKE2b-256 | 05e48067ba4fa1ee82154dcf624533307585e45a71ea30ef575bbe2345132a6b |