my.types: Extensible, Ergonomic Miscellaneous Types#
The types subpackage provides enhanced data structures and type abstractions that extend Python’s
built-in types with domain-specific functionality. These types are designed to integrate seamlessly
with Pydantic for validation and serialization.
Buffer: A Performant, Mutable Text BufferCommand: A Normalized, Programatically-defined Shell CommandMyEnum: AbstractBaseClass for Flexible EnumerationsPlatform: An Enumeration of Supported Operating SystemsPredicate: A General, Highly-serializable Data StructureSpan: An Ergonomic Wrapper fortuple[int, int]UniqueId: A Minimal Wrapper arounduuid4