LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/staticwordpress/__init__.py
src/staticwordpress.egg-info/PKG-INFO
src/staticwordpress.egg-info/SOURCES.txt
src/staticwordpress.egg-info/dependency_links.txt
src/staticwordpress.egg-info/entry_points.txt
src/staticwordpress.egg-info/not-zip-safe
src/staticwordpress.egg-info/requires.txt
src/staticwordpress.egg-info/top_level.txt
src/staticwordpress/cli/__init__.py
src/staticwordpress/core/__init__.py
src/staticwordpress/core/constants.py
src/staticwordpress/core/crawler.py
src/staticwordpress/core/errors.py
src/staticwordpress/core/github.py
src/staticwordpress/core/i18n.py
src/staticwordpress/core/project.py
src/staticwordpress/core/redirects.py
src/staticwordpress/core/search.py
src/staticwordpress/core/sitemaps.py
src/staticwordpress/core/utils.py
src/staticwordpress/core/workflow.py
src/staticwordpress/gui/__init__.py
src/staticwordpress/gui/config.py
src/staticwordpress/gui/editor.py
src/staticwordpress/gui/logger.py
src/staticwordpress/gui/main.py
src/staticwordpress/gui/messagebox.py
src/staticwordpress/gui/project.py
src/staticwordpress/gui/rawtext.py
src/staticwordpress/gui/table.py
src/staticwordpress/gui/utils.py
src/staticwordpress/gui/workflow.py
src/staticwordpress/share/config.json
src/staticwordpress/share/gui.json
src/staticwordpress/share/robots.txt
src/staticwordpress/share/search.js
src/staticwordpress/share/translations.yaml
src/staticwordpress/share/icons/additionals.svg
src/staticwordpress/share/icons/bug-outline.svg
src/staticwordpress/share/icons/cancel.svg
src/staticwordpress/share/icons/check_project.svg
src/staticwordpress/share/icons/clear_all.svg
src/staticwordpress/share/icons/close-box-outline.svg
src/staticwordpress/share/icons/cloud-upload-outline.svg
src/staticwordpress/share/icons/configs.svg
src/staticwordpress/share/icons/content-save-outline.svg
src/staticwordpress/share/icons/crawl_website.svg
src/staticwordpress/share/icons/delete-outline.svg
src/staticwordpress/share/icons/delete-repo.svg
src/staticwordpress/share/icons/delete.svg
src/staticwordpress/share/icons/error.svg
src/staticwordpress/share/icons/exit-to-app.svg
src/staticwordpress/share/icons/file-document-remove-outline.svg
src/staticwordpress/share/icons/file-outline.svg
src/staticwordpress/share/icons/folder-git.svg
src/staticwordpress/share/icons/folder-off.svg
src/staticwordpress/share/icons/folder-outline.svg
src/staticwordpress/share/icons/github.svg
src/staticwordpress/share/icons/help-box-outline.svg
src/staticwordpress/share/icons/information-variant.svg
src/staticwordpress/share/icons/ok.svg
src/staticwordpress/share/icons/pencil-outline.svg
src/staticwordpress/share/icons/person.svg
src/staticwordpress/share/icons/play.svg
src/staticwordpress/share/icons/playlist-plus.svg
src/staticwordpress/share/icons/project_close.svg
src/staticwordpress/share/icons/project_settings.svg
src/staticwordpress/share/icons/python.svg
src/staticwordpress/share/icons/redirects.svg
src/staticwordpress/share/icons/robots_txt.svg
src/staticwordpress/share/icons/save.svg
src/staticwordpress/share/icons/search.svg
src/staticwordpress/share/icons/semantic-web.svg
src/staticwordpress/share/icons/static-wordpress.svg
src/staticwordpress/share/icons/stop.svg
src/staticwordpress/share/icons/text-recognition.svg
src/staticwordpress/share/icons/three-dots.svg
src/staticwordpress/share/icons/visibility.svg
src/staticwordpress/share/icons/visibility_lock.svg
src/staticwordpress/share/icons/web-remove.svg
src/staticwordpress/share/icons/wordpress.svg
tests/test_project.py
tests/test_redirects.py
tests/test_translations.py
tests/test_url.py