.env.example
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/decisions.md
docs/dsl-comparison.md
docs/plan.md
docs/porting-guide.md
docs/progress.md
docs/release.md
protos/dataceenevent.proto
src/dataceen_client/__init__.py
src/dataceen_client/config.py
src/dataceen_client/dataceen_client.py
src/dataceen_client/errors.py
src/dataceen_client/http_transport.py
src/dataceen_client/py.typed
src/dataceen_client/token_provider.py
src/dataceen_client/types.py
src/dataceen_client.egg-info/PKG-INFO
src/dataceen_client.egg-info/SOURCES.txt
src/dataceen_client.egg-info/dependency_links.txt
src/dataceen_client.egg-info/requires.txt
src/dataceen_client.egg-info/top_level.txt
src/dataceen_client/runtime/__init__.py
src/dataceen_client/runtime/aggregations.py
src/dataceen_client/runtime/fields.py
src/dataceen_client/runtime/filter.py
src/dataceen_client/runtime/operations.py
src/dataceen_client/runtime/order_by.py
src/dataceen_client/subscriptions/__init__.py
src/dataceen_client/subscriptions/grpc_client.py
src/dataceen_client/subscriptions/subscription.py
src/dataceen_client/subscriptions/subscription_manager.py
src/dataceen_client/subscriptions/types.py
src/dataceen_client/subscriptions/_pb/__init__.py
src/dataceen_client/subscriptions/_pb/dataceenevent_pb2.py
src/dataceen_client/subscriptions/_pb/dataceenevent_pb2.pyi
src/dataceen_client/subscriptions/_pb/dataceenevent_pb2_grpc.py
tests/__init__.py
tests/test_aggregations.py
tests/test_codegen_aggregation.py
tests/test_codegen_emit.py
tests/test_codegen_parse.py
tests/test_dataceen_client.py
tests/test_examples_smoke.py
tests/test_fields.py
tests/test_filter.py
tests/test_http_transport.py
tests/test_operations.py
tests/test_order_by.py
tests/test_subscriptions.py
tools/__init__.py
tools/codegen/__init__.py
tools/codegen/src/__init__.py
tools/codegen/src/cli.py
tools/codegen/src/emit_aggregation.py
tools/codegen/src/emit_all_client.py
tools/codegen/src/emit_client.py
tools/codegen/src/emit_create.py
tools/codegen/src/emit_fields.py
tools/codegen/src/emit_filter.py
tools/codegen/src/emit_model.py
tools/codegen/src/emit_plan.py
tools/codegen/src/emit_update.py
tools/codegen/src/emit_util.py
tools/codegen/src/fetch_schema.py
tools/codegen/src/introspection_query.py
tools/codegen/src/parse_schema.py