Dave Shawley
51e1f2ccae
Make type annotations safe for Python 3.7.
2021-03-30 08:09:53 -04:00
Dave Shawley
2ecdee61c4
Clean up type annotations.
...
This almost makes mypy happy. I did manage to step on a defect that
there really isn't a great workaround for so I resorted to disabling
typing there.
https://github.com/python/mypy/issues/2427
2021-03-29 07:46:12 -04:00
Dave Shawley
05650286da
Remove usage of typing.Protocol.
...
It wasn't adding too much and it isn't available in Python 3.7.
2021-03-23 21:21:16 -04:00
Dave Shawley
c4c44f9864
Add support for UDP sockets.
2021-03-23 07:57:32 -04:00
Dave Shawley
720dd79193
Add Application & RequestHandler mixins.
2021-03-10 06:46:06 -05:00
Dave Shawley
ff6f13591c
Send metrics asynchronously.
2021-03-08 07:36:32 -05:00
Dave Shawley
9febb7e7e8
statsd.Processor that reconnects.
2021-03-08 07:36:32 -05:00