Pinned Repositories
aiostatsd
blog
bounded-iterator
Limits the number of values generated by an iterator until acknowledged.
concurrent-iterator
Iterators that consume and buffer generators in a background thread/process.
csv2jsonl
Tool to convert from CSV to JSONLines.
cystatsd
python encoder for statsd in c++/cython
icontract
Design-by-contract in Python3 with informative violation messages and inheritance
immutables
A high-performance immutable mapping type for Python.
multiprocessing-logging
Handler for logging from multiple processes
jruere's Repositories
jruere/multiprocessing-logging
Handler for logging from multiple processes
jruere/concurrent-iterator
Iterators that consume and buffer generators in a background thread/process.
jruere/bounded-iterator
Limits the number of values generated by an iterator until acknowledged.
jruere/aiostatsd
jruere/blog
jruere/csv2jsonl
Tool to convert from CSV to JSONLines.
jruere/cystatsd
python encoder for statsd in c++/cython
jruere/icontract
Design-by-contract in Python3 with informative violation messages and inheritance
jruere/immutables
A high-performance immutable mapping type for Python.
jruere/jsonl2csv
Tool to convert from JSONLines to CSV.
jruere/moto
A library that allows you to easily mock out tests based on AWS infrastructure.
jruere/pyrsistent
Persistent/Immutable/Functional data structures for Python