Mosquito
Mosquito
New `async_timeout` decorator. ```python class TimedOutTestCase(TestCase): @async_timeout async def test_default_timeout(self): await asyncio.sleep(999, loop=self.loop) @async_timeout(seconds=1) async def test_custom_timeout(self): await asyncio.sleep(999, loop=self.loop)
**Checklist** - [ X ] This project is explicitly related to ASGI. - [ X ] The new list entry contains a project name, URL and description. **What is this...
LWP it's a good project. But you should think about standard distribution way. I changed the project structure, and you may install it by: pip install lwp (course you have...
We are using predixy as a redis proxy and we are satisfied. But in case when redis server IP address changing but server's DNS is not changing we are have...
Fixes #30
fixes #602