Metadata-Version: 2.1
Name: eputils
Version: 2022.10.26.1057
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pika

# 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 .`

## Upload new version

1. `python -m pip install --upgrade twine`

2. `python -m twine upload dist/*`
