A Python socket library that wants to be your friend
nclib provides easy-to-use interfaces for connecting to and listening on TCP and UDP sockets, a better socket class (the Netcat object), mechanisms to launch processes with their input/output streams connected to sockets, TCP and UDP server classes for writing simple Python daemons and a script to easily daemonize command-line programs.
nclib provides easy-to-use interfaces for connecting to and listening on TCP and UDP sockets, a better socket class (the Netcat object), mechanisms to launch processes with their input/output streams connected to sockets, TCP and UDP server classes for writing simple Python daemons and a script to easily daemonize command-line programs.
To install py310-nclib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-nclib
To see what files were installed by py310-nclib, run:
port contents py310-nclib
To later upgrade py310-nclib, run:
sudo port selfupdate && sudo port upgrade py310-nclib
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.