This small project comprises a simple Python UDP server plus Dockerfile, as well as a (hopefully) useful Makefile and unittests. The server makes use of the asyncio and uvloop libraries to allow for ...
zxpy lets you seamlessly write shell commands inside Python code, to create readable and maintainable shell scripts. Inspired by Google's zx, but made much simpler and more accessible using Python.