.gitignore
.readthedocs.yaml
LICENSE.txt
README.md
environment.yml
pyproject.toml
setup.cfg
setup.py
.github/workflows/publish-to-pypi.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/.gitkeep
docs/source/_templates/.gitkeep
docs/source/usage/installation.rst
docs/source/usage/quickstart.rst
showerpipe/__init__.py
showerpipe/_base.py
showerpipe/_cli.py
showerpipe/_dataframe.py
showerpipe/_version.py
showerpipe/generator.py
showerpipe/lhe.py
showerpipe.egg-info/PKG-INFO
showerpipe.egg-info/SOURCES.txt
showerpipe.egg-info/dependency_links.txt
showerpipe.egg-info/entry_points.txt
showerpipe.egg-info/requires.txt
showerpipe.egg-info/top_level.txt
showerpipe/pipeline/__init__.py
showerpipe/pipeline/_base.py
showerpipe/pipeline/factory.py
showerpipe/pipeline/filters.py
showerpipe/pipeline/load.py
showerpipe/pipeline/sinks.py
showerpipe/pipeline/sources.py