README.md
pyproject.toml
citry/__init__.py
citry/__main__.py
citry/_class_introspection.py
citry/_component_introspection.py
citry/_nested_declarations.py
citry/_schema_introspection.py
citry/assets.py
citry/attrs.py
citry/autodiscovery.py
citry/cache.py
citry/citry.py
citry/citry_context.py
citry/citry_element.py
citry/citry_render.py
citry/citry_template.py
citry/client_directives.py
citry/command.py
citry/component.py
citry/component_like.py
citry/component_registry.py
citry/component_render.py
citry/constants.py
citry/constness.py
citry/extension.py
citry/introspection.py
citry/library_component.py
citry/lifecycle.py
citry/ownership.py
citry/ownership_manifest.py
citry/provide.py
citry/py.typed
citry/reload.py
citry/serialize.py
citry/settings.py
citry/slots.py
citry/tag_rules.py
citry.egg-info/PKG-INFO
citry.egg-info/SOURCES.txt
citry.egg-info/dependency_links.txt
citry.egg-info/entry_points.txt
citry.egg-info/requires.txt
citry.egg-info/top_level.txt
citry/commands/__init__.py
citry/commands/create.py
citry/commands/ext_list.py
citry/commands/inspect.py
citry/commands/list.py
citry/commands/watch.py
citry/components/__init__.py
citry/components/cache.py
citry/components/dynamic.py
citry/components/error_fallback.py
citry/components/js_css.py
citry/components/provide.py
citry/contrib/__init__.py
citry/contrib/asgi.py
citry/contrib/caches.py
citry/contrib/django.py
citry/contrib/fastapi.py
citry/contrib/flask.py
citry/contrib/wsgi.py
citry/ext/__init__.py
citry/ext/debug.py
citry/ext/cache/__init__.py
citry/ext/cache/_introspection.py
citry/ext/cache/artifact.py
citry/ext/cache/config.py
citry/ext/cache/errors.py
citry/ext/cache/extension.py
citry/ext/cache/keys.py
citry/ext/cache/limits.py
citry/ext/cache/replay.py
citry/ext/dependencies/__init__.py
citry/ext/dependencies/emission.py
citry/ext/dependencies/extension.py
citry/ext/dependencies/routes.py
citry/ext/dependencies/scripts.py
citry/ext/dependencies/types.py
citry/ext/dependencies/client/citry.js
citry/ext/events/__init__.py
citry/ext/events/_introspection.py
citry/ext/events/actions.py
citry/ext/events/bindings.py
citry/ext/events/cache.py
citry/ext/events/codecs.py
citry/ext/events/config.py
citry/ext/events/csrf.py
citry/ext/events/dispatcher.py
citry/ext/events/emission.py
citry/ext/events/errors.py
citry/ext/events/extension.py
citry/ext/events/files.py
citry/ext/events/handlers.py
citry/ext/events/openapi.py
citry/ext/events/results.py
citry/ext/events/routes.py
citry/ext/events/schemas.py
citry/ext/events/state.py
citry/ext/events/tokens.py
citry/ext/events/view_events.py
citry/nodes/__init__.py
citry/util/__init__.py
citry/util/css.py
citry/util/exception.py
citry/util/html.py
citry/util/id.py
citry/util/logger.py
citry/util/misc.py
citry/util/routing.py
tests/test_assets.py
tests/test_attrs.py
tests/test_attrs_template.py
tests/test_autodiscovery.py
tests/test_benchmark_citry.py
tests/test_benchmark_citry_const.py
tests/test_benchmark_citry_small.py
tests/test_benchmark_django.py
tests/test_benchmark_django_small.py
tests/test_benchmark_djc.py
tests/test_benchmark_djc_small.py
tests/test_benchmark_jinja2.py
tests/test_benchmark_jinja2_small.py
tests/test_cache.py
tests/test_citry.py
tests/test_class_id.py
tests/test_cli.py
tests/test_client_graph_conformance.py
tests/test_client_graph_protocol_package.py
tests/test_client_performance_payload.py
tests/test_client_props_contract.py
tests/test_command.py
tests/test_component.py
tests/test_component_dynamic.py
tests/test_component_id.py
tests/test_component_like.py
tests/test_component_node.py
tests/test_component_registry.py
tests/test_const.py
tests/test_contrib_django.py
tests/test_contrib_fastapi.py
tests/test_contrib_hosts.py
tests/test_contrib_request.py
tests/test_control_flow.py
tests/test_control_flow_shorthand_errors.py
tests/test_deferred_render.py
tests/test_deps.py
tests/test_deps_emission.py
tests/test_deps_fragments.py
tests/test_deps_types.py
tests/test_deps_urls.py
tests/test_deps_vars.py
tests/test_error_fallback.py
tests/test_error_trace.py
tests/test_events.py
tests/test_events_actions.py
tests/test_events_bindings.py
tests/test_events_conformance.py
tests/test_events_dispatch.py
tests/test_events_django.py
tests/test_events_emission.py
tests/test_events_host_parity.py
tests/test_events_openapi.py
tests/test_events_protocol_package.py
tests/test_events_routes.py
tests/test_events_schemas.py
tests/test_events_tokens.py
tests/test_events_typing.py
tests/test_events_view_events.py
tests/test_exception.py
tests/test_ext_cache.py
tests/test_ext_cache_artifact.py
tests/test_ext_cache_component.py
tests/test_ext_cache_fragment.py
tests/test_ext_cache_introspection.py
tests/test_ext_cache_replay.py
tests/test_ext_debug.py
tests/test_extension.py
tests/test_id_generator.py
tests/test_introspection.py
tests/test_js_css_data.py
tests/test_library_component.py
tests/test_library_component_typing.py
tests/test_logger.py
tests/test_markers.py
tests/test_meta_attrs.py
tests/test_misc.py
tests/test_nodes.py
tests/test_on_render.py
tests/test_ownership.py
tests/test_ownership_manifest.py
tests/test_provide.py
tests/test_pydantic.py
tests/test_raw.py
tests/test_reload.py
tests/test_render.py
tests/test_sandbox_setting.py
tests/test_slot_fills.py
tests/test_slot_node.py
tests/test_slots.py
tests/test_tag_rules.py
tests/test_template_attr_fragments.py
tests/test_template_globals.py