port-for icon indicating copy to clipboard operation
port-for copied to clipboard

`port-for` is a command-line utility and a python library that helps with local TCP ports managment. `port-for <foo>` script finds an unused port and associates it with `<foo>`. Subsequent calls will...

Results 5 port-for issues
Sort by recently updated
recently updated
newest added

Bumps [towncrier](https://github.com/twisted/towncrier) from 23.10.0 to 23.11.0. Release notes Sourced from towncrier's releases. Towncrier 23.11.0 towncrier 23.11.0 (2023-11-08) Bugfixes build now treats a missing fragments directory the same as an empty...

dependencies
python

It returns error no 10035 which is Resource temporarily unavailable. It is the result for any attempts on available ports. Skipping _refuses_connection makes a successful connection. Tested on Windows 10...

bug
windows

current code is old and not typed. If it'll break on the future versions of python, port-for will have to fix it by itself, write tests, and keep maintaining it....

This Python3 script scans for all the active ports and sends the list of all active ports as output. Active Ports are the ports which are actively communicating or port...

Fixing issue #4 Also adjusted a test that was failing.