Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

oceanprotocol-archive/osmosis-on-premise-driver

Repository files navigation

banner

osmosis-on-premise-driver

💧 Osmosis On-Premise Driver Implementation oceanprotocol.com

PyPI Build Status GitHub contributors Codacy Badge Codacy coverage


Table of Contents


Setup

You don't have to set any Brizo configuration settings or other configuration settings to use on-premise storage with Brizo. You just need to make sure that Brizo can resolve the file URLs. For more details, see the tutorial about setting up on-premise storage.

Code Style

Information about our Python code style is documented in this 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 2021 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.