dc_schema icon indicating copy to clipboard operation
dc_schema copied to clipboard

Generate JSON schema from python dataclasses

Results 2 dc_schema issues
Sort by recently updated
recently updated
newest added

An initial attempt to make this great library work with Pydantic v1 dataclasses. Works for our (pretty complex) config: https://github.com/dipdup-io/dipdup/blob/09bf0085df7a392cefc3ae4654e732afa4155e2d/src/dipdup/config/__init__.py#L587 This branch is far from being done; for now just...

Thank you for this library. It is very nice to have a no-invasive solution that does not require to use a new dataclass or decorators. At the moment the exported...