sebarti
sebarti
Thanks for this libaray. I think it has some good potential. Is there any intention to improve it's documentation, especially documentation of public methods and attributes of the chart instance?
Hi This is more of a question: how would i be able to reliably get a dict of attr: data_key for a schema for all declared fields? ```py class MySchema(Schema):...
Hi I just noticed that ```loop.add_signal_handler``` is not implemented on Windows [(link).](https://docs.python.org/3.11/library/asyncio-eventloop.html#asyncio.loop.add_signal_handler) Maybe this could be added as a note in the docs for "Graceful shutdown".