OPUS DEVELOPER TOOLS

PYTHON PACKAGE REGISTRY

Hosting opus-objects, opus-sdk libraries

bash ~ opus-dev-tools

Installation

Connect to the Opus private package registry using secure authentication:

# Using pip
pip install --index-url https://package.opus.com/simple/ opus-objects

# Using poetry 1
poetry source add --priority=supplemental opus https://:@package.opus.com/simple/
poetry add opus opus-objects
# Using poetry 2
poetry source add --priority=supplemental opus https://package.opus.com/simple/
poetry config http-basic.opus <USERNAME> <PASSWORD>
poetry add opus opus-objects

Authentication credentials are required for access to the opus-objects registry.