LICENSE
README.md
pyproject.toml
src/envs_xmpp.egg-info/PKG-INFO
src/envs_xmpp.egg-info/SOURCES.txt
src/envs_xmpp.egg-info/dependency_links.txt
src/envs_xmpp.egg-info/requires.txt
src/envs_xmpp.egg-info/top_level.txt
src/envs_xmpp_core/__init__.py
src/envs_xmpp_core/formatting.py
src/envs_xmpp_core/pagination.py
src/envs_xmpp_core/config/__init__.py
src/envs_xmpp_core/config/changes.py
src/envs_xmpp_core/config/literals.py
src/envs_xmpp_core/config/python_file.py
src/envs_xmpp_core/config/schema.py
src/envs_xmpp_core/release/__init__.py
src/envs_xmpp_core/release/checks.py
src/envs_xmpp_core/release/github.py
src/envs_xmpp_core/release/state.py
src/envs_xmpp_core/release/transitions.py
src/envs_xmpp_core/release/versions.py
src/envs_xmpp_core/runtime/__init__.py
src/envs_xmpp_core/runtime/health.py
src/envs_xmpp_core/runtime/lifecycle.py
src/envs_xmpp_core/runtime/systemd.py
src/envs_xmpp_core/runtime/tasks.py
src/envs_xmpp_core/runtime/watchdog.py
src/envs_xmpp_core/storage/__init__.py
src/envs_xmpp_core/storage/archive.py
src/envs_xmpp_core/storage/backup.py
src/envs_xmpp_core/storage/files.py
src/envs_xmpp_core/storage/managed.py
src/envs_xmpp_core/storage/restore.py
src/envs_xmpp_core/storage/sqlite.py
src/envs_xmpp_core/xmpp/__init__.py
src/envs_xmpp_core/xmpp/connection.py
src/envs_xmpp_core/xmpp/invites.py
src/envs_xmpp_core/xmpp/jid.py
src/envs_xmpp_core/xmpp/muc_join.py
src/envs_xmpp_core/xmpp/pending_invites.py
src/envs_xmpp_core/xmpp/stanza.py
src/envs_xmpp_ops/__init__.py
src/envs_xmpp_ops/accounts.py
src/envs_xmpp_ops/deploy.py
src/envs_xmpp_ops/git.py
src/envs_xmpp_ops/interaction.py
src/envs_xmpp_ops/paths.py
src/envs_xmpp_ops/process.py
src/envs_xmpp_ops/profile.py
src/envs_xmpp_ops/quality.py
src/envs_xmpp_ops/service.py
src/envs_xmpp_ops/systemd.py
src/envs_xmpp_ops/testing.py
src/envs_xmpp_ops/venv.py
tests/test_archive.py
tests/test_backup_archive.py
tests/test_config_changes.py
tests/test_config_python_file.py
tests/test_config_schema.py
tests/test_core.py
tests/test_formatting.py
tests/test_health.py
tests/test_invites.py
tests/test_lifecycle.py
tests/test_managed_storage.py
tests/test_ops.py
tests/test_ops_deploy.py
tests/test_pagination.py
tests/test_pending_invites.py
tests/test_quality.py
tests/test_release_checks.py
tests/test_release_state.py
tests/test_release_transitions.py
tests/test_restore_transaction.py
tests/test_tasks.py