Metadata-Version: 2.4
Name: dlfx
Version: 0.1.2
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: matplotlib
Requires-Dist: numpy<2
Requires-Dist: pydicom
Description-Content-Type: text/markdown

# dlfx

A collection of Python utility functions.

## Installation

You can install the package using uv:

```bash
uv add git+https://github.com/theodapamede/dlfx.git
```

## Usage

Import the package as follows:

```python
import dlutils as dlu

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