News

Yet another namedtuple alternative for Python. compose.Struct is something like an alternative to namedtuple, attrs and now dataclasses in Python 3.7. to create a new struct, you simply: class Foo ...