LICENSE
README.md
pyproject.toml
setup.py
src/pasted/__init__.py
src/pasted/__main__.py
src/pasted/_atoms.py
src/pasted/_generator.py
src/pasted/_io.py
src/pasted/_metrics.py
src/pasted/_optimizer.py
src/pasted/_placement.py
src/pasted/cli.py
src/pasted.egg-info/PKG-INFO
src/pasted.egg-info/SOURCES.txt
src/pasted.egg-info/dependency_links.txt
src/pasted.egg-info/entry_points.txt
src/pasted.egg-info/requires.txt
src/pasted.egg-info/top_level.txt
src/pasted/_ext/__init__.py
src/pasted/_ext/_graph_core.cpp
src/pasted/_ext/_maxent.cpp
src/pasted/_ext/_relax.cpp
src/pasted/_ext/_steinhardt.cpp
tests/test_atoms.py
tests/test_generator.py
tests/test_maxent.py
tests/test_metrics.py
tests/test_optimizer.py
tests/test_placement.py