This is intended to be a pure Python implementation of something like python-magic. This means it should work on all platforms that can run Python as it does not require external binaries like ...
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 ...