Metadata-Version: 2.4
Name: healthpipe
Version: 0.1.0
Summary: Privacy-preserving clinical data pipeline with HIPAA-compliant de-identification, differential privacy, and synthetic data generation.
Project-URL: Homepage, https://github.com/sushaan-k/healthpipe
Project-URL: Repository, https://github.com/sushaan-k/healthpipe
Project-URL: Documentation, https://github.com/sushaan-k/healthpipe#readme
Project-URL: Issues, https://github.com/sushaan-k/healthpipe/issues
Author-email: Sushaan Kandukoori <sushaan@vytus.health>
License-Expression: MIT
License-File: LICENSE
Keywords: clinical-data,de-identification,differential-privacy,fhir,healthcare,hipaa,privacy,synthetic-data
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: click>=8.0
Requires-Dist: httpx>=0.25.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: pydantic<3.0,>=2.0
Provides-Extra: dev
Requires-Dist: mypy>=1.5; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21; extra == 'dev'
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.4.0; extra == 'dev'
Provides-Extra: full
Requires-Dist: duckdb>=0.9.0; extra == 'full'
Requires-Dist: pyarrow>=14.0; extra == 'full'
Requires-Dist: pytesseract>=0.3.10; extra == 'full'
Requires-Dist: spacy>=3.7; extra == 'full'
Description-Content-Type: text/markdown

# healthpipe

Privacy-preserving clinical data pipeline with multi-layer de-identification, differential privacy, and synthetic data generation.

See [documentation](https://github.com/sushaan-k/healthpipe) for full details.
