Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

ramodels

Package Overview
Dependencies
Maintainers
3
Versions
848
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ramodels

Pydantic data models for OS2mo

pipPyPI
Version
50.6.0
Maintainers
3

MoLoRa Data Models

RAModels - MoLoRa data validation models powered by pydantic.

Versioning

This project uses Semantic Versioning with the following strategy:

  • MAJOR: Incompatible changes to existing data models
  • MINOR: Backwards compatible updates to existing data models OR new models added
  • PATCH: Backwards compatible bug fixes

Authors

Magenta ApS https://magenta.dk

License

  • This project: MPL-2.0
  • Dependencies:
    • pydantic: MIT

This project uses REUSE for licensing. All licenses can be found in the LICENSES folder of the project.

Development

Prerequisites

Getting Started

  • Clone the repository: git clone git@git.magenta.dk:rammearkitektur/ra-data-models.git

  • Install all dependencies: poetry install

  • Set up pre-commit: pre-commit install

Running the tests

You use poetry and pytest to run the tests:

poetry run pytest

You can also run specific files

poetry run pytest tests/<test_folder>/<test_file.py>

and even use filtering with -k

poetry run pytest -k "Manager"

You can use the flags -vx where v prints the test & x makes the test stop if any tests fails (Verbose, X-fail)

Pre-commit usage

Pre-commit must either be used via your virtual environment or globally. If you want to pre-commit globally, the following extra dependencies are needed: pip install mypy pydantic

Models

LoRa

LoRa implements the OIO standard version 1.1. The standard with specification

Keywords

os2mo

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts