Skip to content

ForeverWintr/datarecipes

Repository files navigation

GithubActions Badge Code style: black codecov

Datarecipes is FrameFactory 2.

Declarative Data Composition

Getting Started (uv)

This repository uses uv for environment and dependency management.

Prerequisites

  • Python 3.11+
  • uv installed (for example: brew install uv or pipx install uv)

Setup

uv sync --group dev # Use --extra instead of --group in older uv versions

This creates/updates .venv and installs runtime + development dependencies.

Common Commands

uv run pytest
uv run pytest --cov=datarecipes --cov-report=xml
uv run ruff check .
uv run ruff format .
uv run mypy datarecipes
uv run pre-commit install

About

Declarative data composition

Resources

Stars

Watchers

Forks

Contributors

Languages