Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.3 KB

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