monocle
monocle copied to clipboard
An async programming framework with a blocking look-alike syntax.
I just had to push some files to the repo which essentially broke the build due to the fact that the last commit was 2 years old and a lot...
logger
- added `monocle.logger` module - added `monocle.logger.Adapter` class @sah please review. thank you!
Most of the time `handle_reqest(self, request) -> (code, header, message)` is a good API for a web server. But in some cases, e.g. when rate limiting, or streaming a large...