26 projects
OpenTTDLab
Python framework for running reproducible experiments using OpenTTD
stream-inflate
Uncompress DEFLATE streams in pure Python (albeit compiled with Cython)
sqlite-s3-query
Python context manager to query a SQLite file stored on S3
lowhaio
Lightweight Python asyncio HTTP client
sqlite-memory-vfs
Python writable in-memory virtual filesystem for SQLite
aiofastforward
Fast-forward time in asyncio Python by patching loop.time, loop.call_later, loop.call_at, and asyncio.sleep
aiodnsresolver
Pure asyncio Python DNS resolver
stream-deflate
Uncompress DEFLATE streams in pure Python
threaded-buffered-pipeline
Parallelize pipelines of Python iterables
asyncio-buffered-pipeline
Parallelize pipelines of Python async iterables/generators
s3selectparser
Experimental S3 Select Parser
http-signature-client
Implementation of the client side of the IETF draft "Signing HTTP Messages"
http-signature-server
Implementation of the server side of the IETF draft "Signing HTTP Messages"
treelock
Fast read/write sub-tree locking for asyncio Python
servra
Lightweight Python asyncio HTTP server
lowhaio-aws-sigv4-unsigned-payload
AWS Signature Version 4 signing for lowhaio, but with UNSIGNED-PAYLOAD
lowhaio-redirect
Lowhaio wrapper that follows HTTP redirects
lowhaio-aws-sigv4
AWS Signature Version 4 signing for lowhaio
lowhaio-chunked
Chunked transfer request encoding for lowhaio
lowhaio-retry
Wrapper that retries failed lowhaio HTTP requests
fifolock
A flexible low-level tool to make synchronisation primitives in asyncio Python
aiomemoize
Memoize asyncio Python function calls
aiomemoizeconcurrent
Memoize concurrent asyncio Python function calls
aiomemoizettl
Memoize asyncio Python calls with a per-result TTL
aiotimeout
Timeout context manager for asyncio Python
aiothrottler
Throttler for asyncio Python