Metadata-Version: 2.4
Name: pyrefiqda
Version: 0.1.0
Summary: A modern, Pydantic-based parser for REFI-QDA (.qdpx) qualitative research files.
Project-URL: Homepage, https://github.com/cbrincoveanu/pyrefiqda
Author-email: Constantin Brîncoveanu <brincoveanu@wiwi.uni-frankfurt.de>
License: MIT
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: lxml>=5.0
Requires-Dist: pydantic>=2.0
Requires-Dist: xsdata-pydantic>=24.0
Requires-Dist: xsdata>=24.0
Description-Content-Type: text/markdown

# pyrefiqda
A modern Python parser mapping REFI-QDA qualitative research files (.qdpx) to strict Pydantic models for seamless integration.

## Development

```
python -m venv venv
source venv/bin/activate  # On Windows use: venv\Scripts\activate

# Install the necessary build tools and the xsdata pydantic plugin
pip install build twine xsdata[cli,lxml] xsdata-pydantic
```

Populate `pyrefiqda/models/`:

```
xsdata generate schemas/ --output pydantic --package pyrefiqda.models
```
