Skip to main content

PMS Integration Core Framework

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

  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_core-25.8-1-py3-none-any.whl (56.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for pms_integration_core-25.8-1-py3-none-any.whl
Algorithm Hash digest
SHA256 d165765fdfab888cdd685b00ae1862ff21cf10b446b2692b1369d8d0fa2a87bb
MD5 c49c3d26e119b63c2de2c73dfd296a8a
BLAKE2b-256 95eea2021742f39d212bff842eea6b3b3dbb664187bfafd214d675b7b5a607d5

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