Skip to main content

The BAM Data Store utility tools and masterdata models wrapped in a Python package.

Project description

BAM Masterdata

CI Status Coverage PyPI versions Python supported versions

The BAM Masterdata repository contains the masterdata schemas defined at BAM and provides utility functions for working with them.

If you want to install it, do:

pip install bam-masterdata

Development

If you want to develop locally this package, clone the project and enter in the workspace folder:

git clone https://github.com/BAMresearch/bam-masterdata.git
cd bam-masterdata

Create a virtual environment (you can use Python>3.9) in your workspace:

python3 -m venv .venv
source .venv/bin/activate

Run the following script depending on your OS:

  • Linux/MacOS:
    ./tools/scripts/install_python_dependencies.sh
    
  • Windows:
    tools/scripts/install_python_dependencies.bat
    

Note: This script installs the required dependencies for development, testing, and documentation, using uv and pip.

Run the tests

You can locally run the tests by doing:

python -m pytest -sv tests

where the -s and -v options toggle the output verbosity.

You can also generate a local coverage report:

python -m pytest --cov=src tests

Run auto-formatting and linting

We use Ruff for formatting and linting the code following the rules specified in the pyproject.toml. You can run locally:

ruff check .

This will produce an output with the specific issues found. In order to auto-fix them, run:

ruff format .

If some issues are not possible to fix automatically, you will need to visit the file and fix them by hand.

Pre-commit hooks (recommended)

We use pre-commit to run fast checks automatically on every commit (formatting, linting, secrets scanning, and a repository-specific policy check).

Install once:

pip install pre-commit
pre-commit install

(Optional) Run on the whole repo:

pre-commit run --all-files

Secrets baseline: the repository uses .secrets.baseline. If you add new secrets intentionally (rare), update the baseline:

detect-secrets scan > .secrets.baseline

Documentation on Github pages

To view the documentation locally, make sure to have installed the extra packages (this is part of the tools/scripts/install_python_dependencies.*, so if you ran this script before, you don't need to do it again now):

uv pip install -e '[dev]'

Note: This command installs the zensical dependency.

The first time, build the server:

zensical build

Run the documentation server:

zensical serve

The output looks like:

Serving .../site on http://localhost:8000
Build started
No issues found

Simply click on http://localhost:8000. The changes in the md files of the documentation are immediately reflected when the files are saved (the local web will automatically refresh).

Main contributors

The main code developers are:

Name E-mail
Carlos Madariaga carlos.madariaga@bam.de
Lucas Zimmermann lucas.zimmermann@bam.de
Dr. Jose M. Pizarro jose.pizarro-blanco@bam.de

Project details


Download files

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

Source Distribution

bam_masterdata-0.10.0.tar.gz (2.3 MB view details)

Uploaded Source

Built Distribution

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

bam_masterdata-0.10.0-py3-none-any.whl (498.1 kB view details)

Uploaded Python 3

File details

Details for the file bam_masterdata-0.10.0.tar.gz.

File metadata

  • Download URL: bam_masterdata-0.10.0.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bam_masterdata-0.10.0.tar.gz
Algorithm Hash digest
SHA256 c3e5b8dbace8c16f0cc2cce4f2aa44ab91356d7fc7aeb223f06146c100ba151b
MD5 48048822e673b43d1e986811968f647f
BLAKE2b-256 5164d4de39f4d209001609224d2aa1fe3436f33727a3f4a76995041e6a4db678

See more details on using hashes here.

File details

Details for the file bam_masterdata-0.10.0-py3-none-any.whl.

File metadata

  • Download URL: bam_masterdata-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 498.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bam_masterdata-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5da347d1b7c46f94d721d2ebb92393b2cd09a23e12ae1d1672b1e9e41d0e83e1
MD5 a9166a9bcf25aa3b90a85b6463836882
BLAKE2b-256 656792b39b3e173e18ea566a50d90470178d55783d19a5e85ca3349861349617

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