Metadata-Version: 2.1
Name: pdr-utils
Version: 0.0.14
Summary: Predictoor utils lib.
Home-page: https://github.com/oceanprotocol/pdr-utils
Author: oceanprotocol
Author-email: devops@oceanprotocol.com
License: Apache Software License 2.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: enforce-typing
Requires-Dist: pylint
Requires-Dist: bumpversion
Requires-Dist: requests
Requires-Dist: web3
Requires-Dist: coverage
Requires-Dist: eth-account
Requires-Dist: pathlib
Requires-Dist: eth-keys
Requires-Dist: ocean-contracts (==2.0.0a2)

# pdr-utils

<div align="center">
  <a href="https://pypi.org/project/pdr-utils/">
    <img src="https://img.shields.io/pypi/v/pdr-utils.svg" alt="PyPI">
  </a>
  <img src="https://github.com/oceanprotocol/pdr-utils/actions/workflows/pytest.yml/badge.svg" alt="Test Status">
  <br>
</div>



Welcome to pdr-utils! This repository contains a collection of common utilities designed for pdr repositories.

## Developers

If you are a developer interested in contributing to this project, please refer to the [Developer's Guide](./developers.md) for detailed information on how to get started.

## Release Process

To understand how new versions of pdr-utils are released and managed, check out the [Release Process](./release-process.md) documentation.

