Metadata-Version: 2.1
Name: eputils
Version: 0.0.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# ep-utils package

Utilities for the ep project

## Create new distro version

1. Cd into correct directory
`cd python-ep-utils/`

2. Update wheel packages on local machine
`python -m pip install --upgrade build`

3. Generate distribution files
`python -m build`

4. To test locally, install the package on your local machine
`python -m pip install -e .`
