Skip to main content

An example plugin showing how NOMAD can be used outside of material science for curating food recipes.

Project description

nomad-tajine-plugin

An example plugin showing how NOMAD can be used outside of material science for curating food recipes.

This nomad plugin was generated with Cookiecutter along with @nomad's cookiecutter-nomad-plugin template.

Development

If you want to develop locally this plugin, clone the project and in the plugin folder, create a virtual environment (you can use Python 3.10, 3.11 or 3.12):

git clone https://github.com/FAIRmat-NFDI/nomad-tajine-plugin.git
cd nomad-tajine-plugin
python3.11 -m venv .pyenv
. .pyenv/bin/activate

Make sure to have pip upgraded:

pip install --upgrade pip

We recommend installing uv for fast pip installation of the packages:

pip install uv

Install the nomad-lab package:

uv pip install -e '.[dev]'

Run the tests

You can run locally the tests:

python -m pytest -sv tests

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

Our CI/CD pipeline produces a more comprehensive test report using the pytest-cov package. You can generate a local coverage report:

uv pip install pytest-cov
python -m pytest --cov=src tests

Run linting and auto-formatting

We use Ruff for linting and formatting the code. Ruff auto-formatting is also a part of the GitHub workflow actions. You can run locally:

ruff check .
ruff format . --check

Debugging

For interactive debugging of the tests, use pytest with the --pdb flag. We recommend using an IDE for debugging, e.g., VSCode. If that is the case, add the following snippet to your .vscode/launch.json:

{
  "configurations": [
      {
        "name": "<descriptive tag>",
        "type": "debugpy",
        "request": "launch",
        "cwd": "${workspaceFolder}",
        "program": "${workspaceFolder}/.pyenv/bin/pytest",
        "justMyCode": true,
        "env": {
            "_PYTEST_RAISE": "1"
        },
        "args": [
            "-sv",
            "--pdb",
            "<path-to-plugin-tests>",
        ]
    }
  ]
}

where <path-to-plugin-tests> must be changed to the local path to the test module to be debugged.

The settings configuration file .vscode/settings.json automatically applies the linting and formatting upon saving the modified file.

Documentation on Github pages

To view the documentation locally, install the related packages using:

uv pip install -r requirements_docs.txt

Run the documentation server:

mkdocs serve

Adding this plugin to NOMAD

Currently, NOMAD has two distinct flavors that are relevant depending on your role as an user:

  1. A NOMAD Oasis: any user with a NOMAD Oasis instance.
  2. Local NOMAD installation and the source code of NOMAD: internal developers.

Adding this plugin in your NOMAD Oasis

Read the NOMAD plugin documentation for all details on how to deploy the plugin on your NOMAD instance.

Adding this plugin in your local NOMAD installation and the source code of NOMAD

We now recommend using the dedicated nomad-distro-dev repository to simplify the process. Please refer to that repository for detailed instructions.

Template update

We use cruft to update the project based on template changes. To run the check for updates locally, run cruft update in the root of the project. More details see the instructions on cruft website.

Main contributors

Name E-mail
Hampus Näsström hampus.naesstroem@physik.hu-berlin.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

nomad_tajine_plugin-1.0.0.tar.gz (108.6 kB view details)

Uploaded Source

Built Distribution

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

nomad_tajine_plugin-1.0.0-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file nomad_tajine_plugin-1.0.0.tar.gz.

File metadata

  • Download URL: nomad_tajine_plugin-1.0.0.tar.gz
  • Upload date:
  • Size: 108.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for nomad_tajine_plugin-1.0.0.tar.gz
Algorithm Hash digest
SHA256 04c1a3494c6e651e57d236366b498d72a5447cce4babb836fcfde98adfa8a75b
MD5 2f745dc4519c1ca64a56945c5ab3ab8f
BLAKE2b-256 e89af6ba1084a165ca3ee6559f7f8eae29f953e3559a62f003928986541f0f11

See more details on using hashes here.

Provenance

The following attestation bundles were made for nomad_tajine_plugin-1.0.0.tar.gz:

Publisher: python-publish.yml on FAIRmat-NFDI/nomad-tajine-plugin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nomad_tajine_plugin-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for nomad_tajine_plugin-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 38ad831849f6bf03afa82f94702bc8841d90c9b6b6ed0f15fabe9a3ce48e7eae
MD5 8cbc0ef4567d2c0e5af9e409f2c32dd0
BLAKE2b-256 8ebe82ca472214d758593571d3abd0de0d43ad311aabfad0a2d2a8d05c9c512a

See more details on using hashes here.

Provenance

The following attestation bundles were made for nomad_tajine_plugin-1.0.0-py3-none-any.whl:

Publisher: python-publish.yml on FAIRmat-NFDI/nomad-tajine-plugin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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