uapi
uapi copied to clipboard
Would be pretty nice to have a unified interface for streaming handlers across all the frameworks.
Root cause I believe is: https://github.com/python-attrs/cattrs/issues/321 Repro: ```python import json from uapi.openapi import SchemaBuilder, IntegerSchema from uapi.attrschema import build_attrs_schema, Schema from uapi.openapi import converter as SCHEMA_CONVERTER import attrs @attrs.define class...
Originally a conversation from: https://github.com/python-attrs/cattrs/issues/397 I would propose that this code be broken out into its own repo distinct from uapi and cattrs. While I do have an interest in...