monocle icon indicating copy to clipboard operation
monocle copied to clipboard

An async programming framework with a blocking look-alike syntax.

Results 3 monocle issues
Sort by recently updated
recently updated
newest added

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...

- 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...