Skip to main content

PMS Integration Utils

Project description

Introduction

The foundational utilities for PMS integration projects.

Build

  1. Create virtual environment (with python > 3.12)

  2. make build output directory mkdir target

  3. Install project locally (for development) python3 -m pip install -e .[test,dev]

  4. Run code linting (static code analysis) python3 -m flake8 --format=html --htmldir=reports/flake8

  5. Run unit test python3 -m pytest

  6. Or run unit test with coverage python3 -m pytest --cov

  7. Package Source and Wheel distributions:

    python3 -c "import shutil, os;shutil.rmtree('target/dist', True);os.makedirs('target', exist_ok=True)"

    python3 -m build -n --wheel -o target/dist "-C--build-option=--build-number=1"

  8. [Optional] Source Distribution

    python3 -m build -n --sdist -o target/dist "-C=--build-option="

  9. Upload artifacts python3 -m twine upload target/dist/*.whl --verbose

CI/CD

We need to publish the html/json report of static code analysis, unit test cases and coverage reports.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pms_integration_utils-25.8-1-py3-none-any.whl (22.8 kB view details)

Uploaded Python 3

File details

Details for the file pms_integration_utils-25.8-1-py3-none-any.whl.

File metadata

File hashes

Hashes for pms_integration_utils-25.8-1-py3-none-any.whl
Algorithm Hash digest
SHA256 73c82456891065fe5c68635888ef60c6e73de154f66bc4f9ce1a8446c9ed6436
MD5 af93bdfa139afbf4652c1469c1617db2
BLAKE2b-256 8ff626e4d892d15bf6aa9433a46a8e66f5de9e2008859b4205ab33ecdd6055c7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page