tigrbl 0.3.7.dev3__tar.gz → 0.3.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/PKG-INFO +1 -1
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/pyproject.toml +1 -1
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/responses/_response.py +27 -2
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/LICENSE +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/README.md +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/README.md +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/api/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/api/_api.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/api/_route.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/api/_router.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/api/_routing.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/api/api_spec.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/api/mro_collect.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/api/resolve.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/api/shortcuts.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/api/tigrbl_api.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/app/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/app/_app.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/app/_model_registry.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/app/_routing_runtime.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/app/app_spec.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/app/mro_collect.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/app/shortcuts.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/app/tigrbl_app.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/api/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/api/common.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/api/include.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/api/resource_proxy.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/api/rpc.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/columns.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/handlers/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/handlers/builder.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/handlers/ctx.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/handlers/identifiers.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/handlers/namespaces.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/handlers/steps.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/hooks.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/model.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/model_helpers.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/model_registry.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/rest/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/rest/attach.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/rest/collection.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/rest/common.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/rest/fastapi.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/rest/helpers.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/rest/io.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/rest/io_headers.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/rest/member.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/rest/router.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/rest/routing.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/rpc.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/schemas/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/schemas/builder.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/schemas/defaults.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/bindings/schemas/utils.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/README.md +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/_column.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/column_spec.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/field_spec.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/infer/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/infer/core.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/infer/jsonhints.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/infer/planning.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/infer/types.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/infer/utils.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/io_spec.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/mro_collect.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/shortcuts.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/column/storage_spec.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/config/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/config/constants.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/config/defaults.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/config/resolver.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/core/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/core/crud/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/core/crud/bulk.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/core/crud/helpers/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/core/crud/helpers/db.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/core/crud/helpers/enum.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/core/crud/helpers/filters.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/core/crud/helpers/model.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/core/crud/helpers/normalize.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/core/crud/ops.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/core/crud/params.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/core/resolver.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/core/router_runtime.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/ddl/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/decorators.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/deps/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/deps/jinja.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/deps/pydantic.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/deps/sqlalchemy.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/docs/verbosity.md +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/engine/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/engine/_engine.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/engine/bind.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/engine/builders.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/engine/capabilities.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/engine/collect.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/engine/decorators.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/engine/docs/PLUGINS.md +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/engine/engine_spec.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/engine/plugins.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/engine/registry.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/engine/resolver.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/engine/shortcuts.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/headers/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/headers/_header.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/hook/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/hook/_hook.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/hook/decorators.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/hook/exceptions.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/hook/hook_spec.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/hook/mro_collect.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/hook/shortcuts.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/hook/types.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/middlewares/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/middlewares/compose.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/middlewares/cors.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/middlewares/decorators.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/middlewares/middleware.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/middlewares/spec.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/op/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/op/_op.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/op/canonical.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/op/collect.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/op/decorators.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/op/model_registry.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/op/mro_collect.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/op/resolver.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/op/types.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/_RowBound.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/bootstrappable.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/bound.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/edges.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/fields.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/hierarchy.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/key_digest.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/lifecycle.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/locks.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/markers.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/operations.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/ownable.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/principals.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/tenant_bound.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/upsertable.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/mixins/utils.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/tables/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/tables/_base.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/tables/audit.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/tables/client.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/tables/group.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/tables/org.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/tables/rbac.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/tables/status.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/tables/tenant.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/orm/tables/user.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/requests/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/requests/_request.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/responses/README.md +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/responses/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/responses/bind.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/responses/decorators.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/responses/resolver.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/responses/shortcuts.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/responses/types.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/rest/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/README.md +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/emit/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/emit/paired_post.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/emit/paired_pre.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/emit/readtime_alias.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/out/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/out/masking.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/refresh/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/refresh/demand.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/resolve/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/resolve/assemble.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/resolve/paired_gen.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/response/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/response/headers_from_payload.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/response/negotiate.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/response/negotiation.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/response/render.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/response/renderer.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/response/template.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/response/templates.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/schema/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/schema/collect_in.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/schema/collect_out.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/storage/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/storage/to_stored.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/wire/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/wire/build_in.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/wire/build_out.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/wire/dump.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/atoms/wire/validate_in.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/context.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/events.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/executor/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/executor/guards.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/executor/helpers.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/executor/invoke.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/executor/types.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/kernel.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/labels.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/opview.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/ordering.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/status/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/status/converters.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/status/exceptions.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/status/mappings.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/status/utils.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/system.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/runtime/trace.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/_schema.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/builder/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/builder/build_schema.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/builder/cache.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/builder/compat.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/builder/extras.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/builder/helpers.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/builder/list_params.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/builder/strip_parent_fields.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/collect.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/decorators.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/get_schema.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/schema_spec.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/shortcuts.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/types.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/schema/utils.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/security/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/security/dependencies.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/security/schemes/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/security/schemes/_base.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/security/schemes/api_key.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/security/schemes/http_bearer.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/security/schemes/mutual_tls.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/security/schemes/oauth2.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/security/schemes/openid_connect.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/session/README.md +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/session/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/session/abc.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/session/base.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/session/decorators.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/session/default.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/session/shortcuts.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/session/spec.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/shortcuts.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/specs.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/diagnostics/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/diagnostics/compat.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/diagnostics/healthz.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/diagnostics/hookz.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/diagnostics/kernelz.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/diagnostics/methodz.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/diagnostics/router.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/diagnostics/utils.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/docs/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/docs/lens.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/docs/openapi/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/docs/openapi/helpers.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/docs/openapi/metadata.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/docs/openapi/mount.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/docs/openapi/schema.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/docs/openrpc.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/docs/swagger.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/favicon/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/favicon/assets/favicon.svg +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/system/uvicorn.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/table/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/table/_base.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/table/_table.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/table/mro_collect.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/table/shortcuts.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/table/table_spec.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/transport/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/transport/asgi_wsgi.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/transport/background.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/transport/httpx.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/transport/jsonrpc/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/transport/jsonrpc/dispatcher.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/transport/jsonrpc/helpers.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/transport/jsonrpc/models.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/transport/jsonrpc/openrpc.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/transport/rest/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/transport/rest/aggregator.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/transport/rest/decorators.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/types/__init__.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/types/allow_anon_provider.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/types/authn_abc.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/types/nested_path_provider.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/types/op.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/types/op_config_provider.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/types/op_verb_alias_provider.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/types/request_extras_provider.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/types/response_extras_provider.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/types/table_config_provider.py +0 -0
- {tigrbl-0.3.7.dev3 → tigrbl-0.3.8}/tigrbl/types/uuid.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.8
|
|
4
4
|
Summary: A modern pure ASGI/WSGI Python framework for building schema-first REST and JSON-RPC APIs with SQLAlchemy models, typed validation, lifecycle hooks, and engine extension support.
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
License-File: LICENSE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.8"
|
|
4
4
|
description = "A modern pure ASGI/WSGI Python framework for building schema-first REST and JSON-RPC APIs with SQLAlchemy models, typed validation, lifecycle hooks, and engine extension support."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
@@ -94,10 +94,35 @@ class Response:
|
|
|
94
94
|
cookie.load(value)
|
|
95
95
|
return HeaderCookies({name: morsel.value for name, morsel in cookie.items()})
|
|
96
96
|
|
|
97
|
-
def set_cookie(
|
|
97
|
+
def set_cookie(
|
|
98
|
+
self,
|
|
99
|
+
key: str,
|
|
100
|
+
value: str,
|
|
101
|
+
*,
|
|
102
|
+
path: str = "/",
|
|
103
|
+
domain: str | None = None,
|
|
104
|
+
secure: bool = False,
|
|
105
|
+
httponly: bool = False,
|
|
106
|
+
samesite: str | None = None,
|
|
107
|
+
max_age: int | None = None,
|
|
108
|
+
expires: str | None = None,
|
|
109
|
+
) -> None:
|
|
98
110
|
cookie = SimpleCookie()
|
|
99
111
|
cookie[key] = value
|
|
100
|
-
cookie[key]
|
|
112
|
+
morsel = cookie[key]
|
|
113
|
+
morsel["path"] = path
|
|
114
|
+
if domain is not None:
|
|
115
|
+
morsel["domain"] = domain
|
|
116
|
+
if secure:
|
|
117
|
+
morsel["secure"] = True
|
|
118
|
+
if httponly:
|
|
119
|
+
morsel["httponly"] = True
|
|
120
|
+
if samesite is not None:
|
|
121
|
+
morsel["samesite"] = samesite
|
|
122
|
+
if max_age is not None:
|
|
123
|
+
morsel["max-age"] = str(max_age)
|
|
124
|
+
if expires is not None:
|
|
125
|
+
morsel["expires"] = expires
|
|
101
126
|
self._headers["set-cookie"] = cookie.output(header="").strip()
|
|
102
127
|
self.headers = self._headers.as_list()
|
|
103
128
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|