Metadata-Version: 2.4
Name: usdm4_pj
Version: 0.3.0
Summary: A package for processing USDM v4 protocol documents and converting them to a simplified patient format
Author: Johannes Ulander
Author-email: 
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: usdm4>=0.14.0
Requires-Dist: python-dateutil
Requires-Dist: simple_error_log>=0.6.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# USDM Patient Journey

Package to derive patient journey intermediate format from USDM4

# Build Package

Build steps for deployment to pypi.org

- Run `pytest`, ensure coverage and all tests pass
- Run `ruff format`
- Run `ruff check`, ensure no errors
- Build with `python3 -m build --sdist --wheel`
- Upload to pypi.org using `twine upload dist/*`

