LICENSE
MANIFEST.in
README.md
pyproject.toml
src/pubify_pubs/__init__.py
src/pubify_pubs/cli.py
src/pubify_pubs/config.py
src/pubify_pubs/data.py
src/pubify_pubs/decorators.py
src/pubify_pubs/discovery.py
src/pubify_pubs/export.py
src/pubify_pubs/helpers.py
src/pubify_pubs/latex_bootstrap.py
src/pubify_pubs/runtime.py
src/pubify_pubs/shell_incremental.py
src/pubify_pubs/stats.py
src/pubify_pubs/stubs.py
src/pubify_pubs/tables.py
src/pubify_pubs/texlog.py
src/pubify_pubs/assets/__init__.py
src/pubify_pubs/assets/init/__init__.py
src/pubify_pubs/assets/init/figures.py
src/pubify_pubs/assets/init/main.tex
src/pubify_pubs/commands/__init__.py
src/pubify_pubs/commands/common.py
src/pubify_pubs/commands/core.py
src/pubify_pubs/commands/registry.py
tests/test_cli_core.py
tests/test_export.py
tests/test_release.py
tests/test_stats.py
tests/test_tables.py