reactive-firewall / multicast

This repo is basically a wrapper for sending and receiving UDP multicast messages via python. Y.M.M.V. This library is not intended to fully implement the complexities of multicast traffic, rather to allow a user friendly API for python components to send and receive across a multicast transmission. The obvious advantage of this wrapper over unicast solutions is the ability to have multiple nodes communicate concurrently without individual connections for each node pair.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build system technical debt

reactive-firewall opened this issue · comments

This is technical debt ... it is ugly code. either revert way back and use simple open function or refactor to use new build system and use the untested cutting edge. 🤷🏻

Originally posted by @reactive-firewall in #45 (comment)

ℹ️ Need to use new build system

ℹ Documentation Links here: https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
ℹ see also new docs for build module: https://build.pypa.io/en/stable/

🙈 Regression in builds for python 3.7 which is EOL already. will remove from mats and demote build to version 1.1.1 to remediate.