LICENSE
README.md
pyproject.toml
setup.py
tests/test_client.py
tests/test_core_manager.py
tests/test_docstrings.py
tests/test_error_explainer.py
tests/test_examples.py
tests/test_subscription_manager.py
tests/test_subscription_parser.py
tests/test_subscription_repository.py
v2root/__init__.py
v2root/client.py
v2root/logger.py
v2root/native.py
v2root/subscription.py
v2root/v2root.py
v2root.egg-info/PKG-INFO
v2root.egg-info/SOURCES.txt
v2root.egg-info/dependency_links.txt
v2root.egg-info/requires.txt
v2root.egg-info/top_level.txt
v2root/core/__init__.py
v2root/core/manager.py
v2root/core/platforms.py
v2root/core/transport.py
v2root/errors/__init__.py
v2root/errors/exceptions.py
v2root/errors/explainer.py
v2root/models/__init__.py
v2root/models/core.py
v2root/models/runtime.py
v2root/models/testing.py
v2root/subscriptions/__init__.py
v2root/subscriptions/entities.py
v2root/subscriptions/manager.py
v2root/subscriptions/parser.py
v2root/subscriptions/repository.py
v2root/subscriptions/scheduler.py
v2root/subscriptions/transport.py