Metadata-Version: 2.4
Name: parse-trial-labs
Version: 0.4.1
Summary: Parse laboratory result PDFs from Muhimbili National Hospital, Dar Es Salaam, Tanzania
Keywords: django,clinicedc,parse,laboratory results,Muhimbili
Author: Erik van Widenfelt
Author-email: Erik van Widenfelt <ew2789@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: pandas>=3.0.3
Requires-Dist: pdfplumber>=0.11.9
Requires-Dist: tqdm>=4.66
Requires-Python: >=3.12
Description-Content-Type: text/x-rst

|pypi| |actions| |uv| |ruff| |codecov| |downloads| |clinicedc|

parse-trial-labs
================

Parsers
-------

* ``parse_mnh``: Parse Muhimbili National Hospital lab result PDFs

Running tests
-------------

    uv sync --dev
    uv run --dev pytest

.. |pypi| image:: https://img.shields.io/pypi/v/parse-trial-labs.svg
    :target: https://pypi.python.org/pypi/parse-trial-labs

.. |actions| image:: https://github.com/erikvw/parse-trial-labs/actions/workflows/build.yml/badge.svg
  :target: https://github.com/erikvw/parse-trial-labs/actions/workflows/build.yml

.. |codecov| image:: https://codecov.io/gh/erikvw/parse-trial-labs/branch/develop/graph/badge.svg
  :target: https://codecov.io/gh/erikvw/parse-trial-labs

.. |downloads| image:: https://pepy.tech/badge/parse-trial-labs
   :target: https://pepy.tech/project/parse-trial-labs

.. |clinicedc| image:: https://img.shields.io/badge/framework-Clinic_EDC-green
   :alt:Made with clinicedc
   :target: https://github.com/clinicedc

.. |uv| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json
  :target: https://github.com/astral-sh/uv

.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
    :target: https://github.com/astral-sh/ruff
    :alt: Ruff
