pycapnp/examples
Jacob Alexander b3021e4f6b
Fixing flake8 warnings and errors
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude benchmark

Excluding the benchmark directory (due to protobuf generated files)
Also removing some Python2 specific code
2019-09-27 00:15:13 -07:00
..
addressbook.capnp Get code generator plugin to a decently working state. 2014-10-19 20:06:00 -07:00
addressbook.py Fixing flake8 warnings and errors 2019-09-27 00:15:13 -07:00
async_client.py Fixing flake8 warnings and errors 2019-09-27 00:15:13 -07:00
async_server.py Fixing flake8 warnings and errors 2019-09-27 00:15:13 -07:00
async_ssl_client.py Fixing flake8 warnings and errors 2019-09-27 00:15:13 -07:00
async_ssl_server.py Fixing flake8 warnings and errors 2019-09-27 00:15:13 -07:00
calculator.capnp Add semi-functional rpc example 2013-12-09 19:49:48 -08:00
calculator_client.py Fixing flake8 warnings and errors 2019-09-27 00:15:13 -07:00
calculator_server.py Fixing flake8 warnings and errors 2019-09-27 00:15:13 -07:00
selfsigned.cert Adding pure python SSL test using asyncio 2019-09-26 21:42:54 -07:00
selfsigned.key Adding pure python SSL test using asyncio 2019-09-26 21:42:54 -07:00
thread.capnp Add thread examples 2014-08-26 15:21:46 -07:00
thread_client.py Fixing flake8 warnings and errors 2019-09-27 00:15:13 -07:00
thread_server.py Fixing flake8 warnings and errors 2019-09-27 00:15:13 -07:00