Skip to content
This repository was archived by the owner on Aug 2, 2026. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 450 Bytes

File metadata and controls

26 lines (17 loc) · 450 Bytes

Data Coordination Platform Shared Library

Build Status

The dcplib package contains modules shared across multiple DCP components.

Installation

pip install dcplib

Testing

Run:

make

Releasing

make release_major
# or
make release_minor
# or
make release_patch