phildini / csv-upc-omg

Repository from Github https://github.comphildini/csv-upc-omgRepository from Github https://github.comphildini/csv-upc-omg

CSV UPC OMG

A Python application for CSV and UPC processing.

Installation

Install the package using uv:

uv pip install -e .

For development:

uv sync --all-extras

Set up pre-commit hooks (recommended):

uv run pre-commit install

Usage

csv-upc-omg --help

Development

Run tests:

uv run pytest

Format and lint code:

uv run ruff format .
uv run ruff check .

Type checking:

uv run mypy src/

Run all quality checks:

uv run pre-commit run --all-files

License

BSD-3-Clause

About


Languages

Language:Python 100.0%