.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/python-package.yaml
.github/workflows/release.yml
examples/custom_element.py
examples/simple_graph.py
src/bondgraph/__init__.py
src/bondgraph/common.py
src/bondgraph/core.py
src/bondgraph/elements.py
src/bondgraph/junctions.py
src/bondgraph/visualization.py
src/bondgraph.egg-info/PKG-INFO
src/bondgraph.egg-info/SOURCES.txt
src/bondgraph.egg-info/dependency_links.txt
src/bondgraph.egg-info/requires.txt
src/bondgraph.egg-info/top_level.txt
tests/test_core.py