LICENSE.txt
README.md
pyproject.toml
setup.cfg
staticpipes/__init__.py
staticpipes/build_directory.py
staticpipes/check_base.py
staticpipes/check_report.py
staticpipes/cli.py
staticpipes/collection.py
staticpipes/collection_base.py
staticpipes/config.py
staticpipes/current_info.py
staticpipes/directory_base.py
staticpipes/exceptions.py
staticpipes/jinja2_environment.py
staticpipes/pipe_base.py
staticpipes/process_base.py
staticpipes/process_current_info.py
staticpipes/serve.py
staticpipes/source_directory.py
staticpipes/utils.py
staticpipes/watcher.py
staticpipes/worker.py
staticpipes.egg-info/PKG-INFO
staticpipes.egg-info/SOURCES.txt
staticpipes.egg-info/dependency_links.txt
staticpipes.egg-info/requires.txt
staticpipes.egg-info/top_level.txt
staticpipes/checks/__init__.py
staticpipes/checks/html_tags.py
staticpipes/checks/internal_links.py
staticpipes/pipes/__init__.py
staticpipes/pipes/collection_records_process.py
staticpipes/pipes/copy.py
staticpipes/pipes/copy_with_versioning.py
staticpipes/pipes/css_minifier.py
staticpipes/pipes/exclude_dot_directories.py
staticpipes/pipes/exclude_underscore_directories.py
staticpipes/pipes/javascript_minifier.py
staticpipes/pipes/jinja2.py
staticpipes/pipes/load_collection_csv.py
staticpipes/pipes/load_collection_json_list.py
staticpipes/pipes/load_collection_python_docs.py
staticpipes/pipes/process.py
staticpipes/processes/__init__.py
staticpipes/processes/change_extension.py
staticpipes/processes/css_minifier.py
staticpipes/processes/javascript_minifier.py
staticpipes/processes/jinja2.py
staticpipes/processes/markdown_yaml_to_html_context.py
staticpipes/processes/version.py
tests/test_build_directory.py
tests/test_collection_csv.py
tests/test_collection_json_list.py
tests/test_collection_python_docs.py
tests/test_copy.py
tests/test_copy_with_versioning_then_jinja2.py
tests/test_css_minifier.py
tests/test_current_info.py
tests/test_directory_base.py
tests/test_exclude_underscore_directories.py
tests/test_javascript_minifier.py
tests/test_jinja2.py
tests/test_markdown_yaml_jinja2.py
tests/test_pipeline_process.py
tests/test_source_sub_directory.py
tests/test_utils.py