.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
.github/workflows/docs.yaml
.github/workflows/release.yaml
.github/workflows/tests.yaml
docs/Makefile
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/differences.rst
docs/source/index.rst
docs/source/quickstart.rst
docs/source/_templates/autosummary/class.rst
examples/demo.ipynb
pelican/__init__.py
pelican/layers.py
pelican/nets.py
pelican/primitives.py
pelican/utils.py
pelican_hep.egg-info/PKG-INFO
pelican_hep.egg-info/SOURCES.txt
pelican_hep.egg-info/dependency_links.txt
pelican_hep.egg-info/requires.txt
pelican_hep.egg-info/top_level.txt
tests/__init__.py
tests/test_layers.py
tests/test_nets.py
tests/test_primitives.py
tests/test_utils.py
tests/utils.py