💧 Osmosis Azure Driver Implementation oceanprotocol.com
To use Azure Storage with Ocean Provider, you must set up some Azure Storage and then tell Provider about your Azure Storage account by setting some Provider configuration settings (either in a Provider config file or in some environment variables). For details, see:
- the README.md file in the Provider repository and
- the tutorial about how to set up Azure Storage for use with Ocean
Information about our Python code style is documented in the python-developer-guide and the python-style-guide.
Automatic tests are set up via Travis, executing tox
.
Our tests use the pytest framework.
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.
Copyright 2022 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.
Note: Installing this package (osmosis-azure-driver) installs the azure package which has an MIT license. Installing the azure package installs the certifi package which has an MPL-2.0 license. The certifi source code can be found at https://github.com/certifi/python-certifi . Installing the azure package also installs the chardet package which might have licensing that is incompatible with the MIT license (and the Apache-2.0 license). We have opened an issue on the azure-sdk-for-python repository to let them know about the potential licensing conflict and to resolve it if necessary.