LICENSE
MANIFEST.in
pyproject.toml
readme_pypi.rst
setup.py
docs/Makefile
docs/make.bat
docs/src/404.rst
docs/src/command_line_reference.rst
docs/src/conf.py
docs/src/contributing.rst
docs/src/developer_reference.rst
docs/src/index.rst
docs/src/plugins.rst
docs/src/release_notes.rst
docs/src/tutorial.rst
src/mold/VERSION
src/mold/__init__.py
src/mold/__main__.py
src/mold/config.py
src/mold/hook.py
src/mold/template.py
src/mold/things.py
src/mold.egg-info/PKG-INFO
src/mold.egg-info/SOURCES.txt
src/mold.egg-info/dependency_links.txt
src/mold.egg-info/entry_points.txt
src/mold.egg-info/requires.txt
src/mold.egg-info/top_level.txt
src/mold/cli/__init__.py
src/mold/cli/configure.py
src/mold/cli/generate.py
src/mold/cli/prefill.py
src/mold/configs/python-library.config.json
src/mold/configs/python-project.config.json
src/mold/doc/__init__.py
src/mold/doc/category.rst.temp
src/mold/doc/domain.rst.temp
src/mold/doc/interface.rst.temp
src/mold/doc/tool.rst.temp
src/mold/plugins/__init__.py
src/mold/plugins/categories.py
src/mold/plugins/domains.py
src/mold/plugins/face/__init__.py
src/mold/plugins/face/build.py
src/mold/plugins/face/doc.py
src/mold/plugins/face/doc_host.py
src/mold/plugins/face/github.py
src/mold/plugins/face/gitignore.py
src/mold/plugins/face/license.py
src/mold/plugins/face/package_readme.py
src/mold/plugins/face/read_the_docs.py
src/mold/plugins/face/readme.py
src/mold/plugins/face/source.py
src/mold/plugins/face/todo.py
src/mold/plugins/face/vcs_host.py
src/mold/plugins/tools/__init__.py
src/mold/plugins/tools/contributing_py_github/__init__.py
src/mold/plugins/tools/contributing_py_github/templates/contributing.rst.temp
src/mold/plugins/tools/github/__init__.py
src/mold/plugins/tools/github/templates/.github/PULL_REQUEST_TEMPLATE.md.temp
src/mold/plugins/tools/github/templates/.github/ISSUE_TEMPLATE/bug.md.temp
src/mold/plugins/tools/github/templates/.github/ISSUE_TEMPLATE/config.yml.temp
src/mold/plugins/tools/github/templates/.github/ISSUE_TEMPLATE/feature.md.temp
src/mold/plugins/tools/github_actions/__init__.py
src/mold/plugins/tools/github_actions/templates/.github/workflows/CI.yml.temp
src/mold/plugins/tools/gitignore_minimal/__init__.py
src/mold/plugins/tools/gitignore_minimal/templates/.gitignore.temp
src/mold/plugins/tools/gitignore_python/__init__.py
src/mold/plugins/tools/gitignore_python/templates/.gitignore.temp
src/mold/plugins/tools/license_apache_2/__init__.py
src/mold/plugins/tools/license_apache_2/templates/LICENSE.temp
src/mold/plugins/tools/license_bsd_3/__init__.py
src/mold/plugins/tools/license_bsd_3/templates/LICENSE.temp
src/mold/plugins/tools/license_gpl_3/__init__.py
src/mold/plugins/tools/license_gpl_3/templates/LICENSE.temp
src/mold/plugins/tools/license_mit/__init__.py
src/mold/plugins/tools/license_mit/templates/LICENSE.temp
src/mold/plugins/tools/pytest_tox/__init__.py
src/mold/plugins/tools/pytest_tox/templates/tox.ini.temp
src/mold/plugins/tools/pytest_tox/templates/tests/__init__.py.temp
src/mold/plugins/tools/readme_pypi/__init__.py
src/mold/plugins/tools/readme_pypi/templates/readme_pypi.rst.temp
src/mold/plugins/tools/readme_rst/__init__.py
src/mold/plugins/tools/readme_rst/templates/readme.rst.temp
src/mold/plugins/tools/rtd_sphinx/__init__.py
src/mold/plugins/tools/rtd_sphinx/templates/.readthedocs.yaml.temp
src/mold/plugins/tools/rtd_sphinx/templates/docs/src/404.rst.temp
src/mold/plugins/tools/setuptools/__init__.py
src/mold/plugins/tools/setuptools/templates/MANIFEST.in.temp
src/mold/plugins/tools/setuptools/templates/pyproject.toml.temp
src/mold/plugins/tools/setuptools/templates/setup.py.temp
src/mold/plugins/tools/setuptools/templates/{{source_full_dir}}/VERSION.temp
src/mold/plugins/tools/source_basic_py/__init__.py
src/mold/plugins/tools/source_basic_py/templates/{{source_full_dir}}/__init__.py.temp
src/mold/plugins/tools/source_cli_py/__init__.py
src/mold/plugins/tools/source_cli_py/templates/{{source_full_dir}}/__main__.py.temp
src/mold/plugins/tools/source_cli_py/templates/{{source_full_dir}}/cli.py.temp
src/mold/plugins/tools/source_mold_plugin/__init__.py
src/mold/plugins/tools/source_mold_plugin/templates/{{source_full_dir}}/category.py.temp
src/mold/plugins/tools/source_mold_plugin/templates/{{source_full_dir}}/domain.py.temp
src/mold/plugins/tools/source_mold_plugin/templates/{{source_full_dir}}/interface.py.temp
src/mold/plugins/tools/source_mold_plugin/templates/{{source_full_dir}}/tool.py.temp
src/mold/plugins/tools/sphinx/__init__.py
src/mold/plugins/tools/sphinx/templates/docs/Makefile.temp
src/mold/plugins/tools/sphinx/templates/docs/make.bat.temp
src/mold/plugins/tools/sphinx/templates/docs/src/about.rst.temp
src/mold/plugins/tools/sphinx/templates/docs/src/api.rst.temp
src/mold/plugins/tools/sphinx/templates/docs/src/conf.py.temp
src/mold/plugins/tools/sphinx/templates/docs/src/examples.rst.temp
src/mold/plugins/tools/sphinx/templates/docs/src/getting_started.rst.temp
src/mold/plugins/tools/sphinx/templates/docs/src/index.rst.temp
src/mold/plugins/tools/sphinx/templates/docs/src/reference.rst.temp
src/mold/plugins/tools/sphinx/templates/docs/src/release_notes.rst.temp
src/mold/plugins/tools/sphinx/templates/docs/src/tutorials.rst.temp
src/mold/plugins/tools/todo_rst/__init__.py
src/mold/plugins/tools/todo_rst/templates/TODO.rst.temp
tests/__init__.py
tests/cli.py
tests/config.py
tests/doc.py
tests/template.py