.gitignore
.gitmodules
.pre-commit-config.yaml
.python-version
AGENTS.md
CHANGELOG.md
LICENSE
MANIFEST.in
PyProxySwitch.py
README.md
README_EN.txt
RELEASING.md
pyproject.toml
releases.toml
requirements.txt
uv.lock
.github/workflows/mirror-sourceforge.yml
.github/workflows/publish.yml
.github/workflows/release.yml
.github/workflows/test.yml
PyProxySwitch.egg-info/PKG-INFO
PyProxySwitch.egg-info/SOURCES.txt
PyProxySwitch.egg-info/dependency_links.txt
PyProxySwitch.egg-info/entry_points.txt
PyProxySwitch.egg-info/requires.txt
PyProxySwitch.egg-info/scm_file_list.json
PyProxySwitch.egg-info/scm_version.json
PyProxySwitch.egg-info/top_level.txt
i18n/en.ts
i18n/zh_CN.ts
img/PyProxySwitch.ico
img/PyProxySwitch.png
img/pps.png
pyproxyswitch/__init__.py
pyproxyswitch/__main__.py
pyproxyswitch/_version.py
pyproxyswitch/atomic_write.py
pyproxyswitch/config.py
pyproxyswitch/errors.py
pyproxyswitch/logger_config.py
pyproxyswitch/main.py
pyproxyswitch/native_proxy.py
pyproxyswitch/paths.py
pyproxyswitch/proxy_list.py
pyproxyswitch/proxy_manager.py
pyproxyswitch/proxy_validation.py
pyproxyswitch/data/__init__.py
pyproxyswitch/data/defaults/PPS.conf
pyproxyswitch/data/defaults/proxy.txt
pyproxyswitch/data/i18n/en.qm
pyproxyswitch/data/i18n/zh_CN.qm
pyproxyswitch/gui/__init__.py
pyproxyswitch/gui/add_proxy_dialog.py
pyproxyswitch/gui/batch_import_dialog.py
pyproxyswitch/gui/config_dialog.py
pyproxyswitch/gui/delegates.py
pyproxyswitch/gui/error_display.py
pyproxyswitch/gui/main_window.py
pyproxyswitch/resources/__init__.py
pyproxyswitch/resources/add_proxy.ui
pyproxyswitch/resources/add_proxy_ui.py
pyproxyswitch/resources/pps_conf.ui
pyproxyswitch/resources/pps_conf_ui.py
pyproxyswitch/resources/pps_qrc.py
tests/conftest.py
tests/test_build_nuitka.py
tests/test_cli.py
tests/test_config_manager.py
tests/test_errors.py
tests/test_generate_ui.py
tests/test_gui_regressions.py
tests/test_logger_config.py
tests/test_native_proxy.py
tests/test_paths_portable.py
tests/test_proxy_list.py
tests/test_proxy_manager.py
tests/test_proxy_validation.py
tests/test_release_artifacts.py
tests/test_release_tool.py
tests/test_sync_release_docs.py
tests/test_versioning.py
tools/build_nuitka.py
tools/generate_i18n.py
tools/generate_ui.py
tools/release.py
tools/sync_release_docs.py
tools/verify_release_artifacts.py