pydantic / pydantic-extra-types

Extra Pydantic types.
MIT License
193 stars 51 forks source link

Human Readable Byte Type #75

Closed miili closed 1 year ago

miili commented 1 year ago

A ReadableBytes alias for int that can serialize from a string which is suffixed with K, M, G, T...

Additional min/max constraints can be added.

Selected Assignee: @tiangolo

miili commented 1 year ago

Covered by ByteSize https://docs.pydantic.dev/latest/usage/types/bytesize/