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/pagination.py
src/envs_xmpp_core/config/__init__.py
src/envs_xmpp_core/config/literals.py
src/envs_xmpp_core/config/python_file.py
src/envs_xmpp_core/release/__init__.py
src/envs_xmpp_core/release/github.py
src/envs_xmpp_core/release/versions.py
src/envs_xmpp_core/runtime/__init__.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/files.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/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/profile.py
src/envs_xmpp_ops/service.py
src/envs_xmpp_ops/systemd.py
src/envs_xmpp_ops/venv.py
tests/test_archive.py
tests/test_core.py
tests/test_invites.py
tests/test_ops.py
tests/test_ops_deploy.py
tests/test_pagination.py
tests/test_tasks.py