PMS Integration Utils
Project description
Introduction
The foundational utilities for PMS integration projects.
Build
-
Create virtual environment (with python > 3.12)
-
make build output directory
mkdir target -
Install project locally (for development)
python3 -m pip install -e .[test,dev] -
Run code linting (static code analysis)
python3 -m flake8 --format=html --htmldir=reports/flake8 -
Run unit test
python3 -m pytest -
Or run unit test with coverage
python3 -m pytest --cov -
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" -
[Optional] Source Distribution
python3 -m build -n --sdist -o target/dist "-C=--build-option=" -
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pms_integration_utils-25.8-1-py3-none-any.whl.
File metadata
- Download URL: pms_integration_utils-25.8-1-py3-none-any.whl
- Upload date:
- Size: 22.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73c82456891065fe5c68635888ef60c6e73de154f66bc4f9ce1a8446c9ed6436
|
|
| MD5 |
af93bdfa139afbf4652c1469c1617db2
|
|
| BLAKE2b-256 |
8ff626e4d892d15bf6aa9433a46a8e66f5de9e2008859b4205ab33ecdd6055c7
|