python-desert
python-desert
I've edited my comments above with some more material.
> Is desert trying to create an abstraction layer? Or just a layer that merges attrs and marshmallow together? What would be the implications of each of these options?
We can reduce the repetitiveness, if not the verbosity, by replacing the invocation of a specific Marshmallow field type with some indirection: ```py foo_bar: str = desert.ib(desert.inferred_marshmallow_field(data_key="fooBar"), repr=False) ``` where...
I've been using towncrier. I've faced some issues with it, and it doesn't seem to be taking contributions. There are some recent alternatives: - https://github.com/edx/scriv - https://github.com/jonathanj/cacofonix
Depends on https://github.com/python-desert/desert/issues/83