Metadata-Version: 2.4
Name: mindlogger-data-export
Version: 0.1.10
Summary: Add your description here
Author-email: Gabriel Schubiner <gabriel.schubiner@childmind.org>
Requires-Python: >=3.11
Requires-Dist: lark>=1.2.2
Requires-Dist: packaging>=24.2
Requires-Dist: polars>=1.31.0
Requires-Dist: tyro>=0.9.5
Requires-Dist: xlsxwriter>=3.2.5
Description-Content-Type: text/markdown

# Mindlogger Data Export Tool

## Development Instructions

1. Install [uv](https://docs.astral.sh/uv/)
2. Clone repository && `cd mindlogger-data-export`
3. `uvx pre-commit install` to install git pre-commit that runs formatting/style checks on commit.
4. `uv sync` to install dependencies

To run command line tool: `uv run mindlogger-data-export`

### Just command runner

The project uses Just to provide shortcuts for common development commands, e.g. just test just run just build-docker

Run just -l to view commands.
