README.md
pyproject.toml
tests/test_application.py
tests/test_config.py
tests/test_domain.py
tests/test_infrastructure.py
tests/test_management.py
tests/test_presentation.py
vpnx/__init__.py
vpnx/__main__.py
vpnx/main.py
vpnx.egg-info/PKG-INFO
vpnx.egg-info/SOURCES.txt
vpnx.egg-info/dependency_links.txt
vpnx.egg-info/entry_points.txt
vpnx.egg-info/requires.txt
vpnx.egg-info/top_level.txt
vpnx/application/__init__.py
vpnx/application/commands.py
vpnx/application/handlers.py
vpnx/domain/__init__.py
vpnx/domain/entities.py
vpnx/domain/services.py
vpnx/domain/value_objects.py
vpnx/infrastructure/__init__.py
vpnx/infrastructure/app_config.py
vpnx/infrastructure/config_parser.py
vpnx/infrastructure/log_reader.py
vpnx/infrastructure/management.py
vpnx/infrastructure/password_store.py
vpnx/infrastructure/port_allocator.py
vpnx/infrastructure/process.py
vpnx/infrastructure/vpn_process.py
vpnx/infrastructure/vpn_repository.py
vpnx/infrastructure/xdg.py
vpnx/presentation/__init__.py
vpnx/presentation/cli.py
vpnx/presentation/console.py
vpnx/presentation/terminal.py
vpnx/presentation/tui.py