Metadata-Version: 2.4
Name: dlfx
Version: 0.1.5
Summary: A collection of utility functions for medical imaging.
Project-URL: Homepage, https://github.com/theodapamede/dlfx
Project-URL: Bug Tracker, https://github.com/theodapamede/dlfx/issues
Author-email: Theo Dapamede <theo.dapamede@emory.edu>, Frank Li <frank.li@emory.edu>
Requires-Python: >=3.10
Requires-Dist: ipynbname
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pydicom
Description-Content-Type: text/markdown

# dlfx

A collection of utility functions for medical imaging.

## Installation

You can install the package using uv:

```bash
uv add dlfx
```

## Usage

Import the package as follows:

```python
import dlfx

# Example usage:
# flat_dcm = dlfx.flatten_dicom_dataset(dicom)
```
