Skip to content

Recursive union of tagged subclasses using pydantic dataclasses

License

Notifications You must be signed in to change notification settings

coretl/pydantic-tagged-dc

Repository files navigation

CI Coverage PyPI License

pydantic_tagged_dc

Pydantic tagged union in dataclasses

This is where you should write a short paragraph that describes what your module does, how it does it, and why people should use it.

Source https:/coretl/pydantic-tagged-dc
PyPI pip install pydantic-tagged-dc
Releases https:/coretl/pydantic-tagged-dc/releases

This is where you should put some images or code snippets that illustrate some relevant examples. If it is a library then you might put some introductory code here:

from pydantic_tagged_dc import __version__

print(f"Hello pydantic_tagged_dc {__version__}")

Or if it is a commandline tool then you might put some example commands here:

python -m pydantic_tagged_dc --version

About

Recursive union of tagged subclasses using pydantic dataclasses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published