Skip to main content

Generate a free TCP or UDP random port

Project description

Random Port

Introduction

Usually we need start a TCP or UDP server (mainly to use in tests) but, which port must be used? So, random-port is the answer. It generate a free random or fixed TCP/UDP port to be used for any server.

How to install

Install it using pip command:

pip install random-port

in your project folder.

Usage

  • To use a TCP random port:
from random_port.pool import TcpRandomPort

port = TcpRandomPort().value()
  • To use a random UDP port:
from random_port.pool import UdpRandomPort

port = UdpRandomPort().value()
  • To use a fixed TCP port:
from random_port.pool import TcpPort

port = TcpPort(12345).value()
  • To use a fixed UDP port:
from random_port.pool import UdpPort

port = UdpPort(12345).value()

License

The MIT License (MIT)

Copyright (C) 2025 Fabrício Barros Cabral

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

random_port-0.0.8.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

random_port-0.0.8-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file random_port-0.0.8.tar.gz.

File metadata

  • Download URL: random_port-0.0.8.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.9

File hashes

Hashes for random_port-0.0.8.tar.gz
Algorithm Hash digest
SHA256 a31e1b62f73aae54478db4cc50f9ce2fe3bde3690c6259af72f4020fa23855f3
MD5 3c2e13c69af14ce8d4c5ea0dc4c9beee
BLAKE2b-256 7574d3f27876619ee26efcaf9ae6b95883cfb365659791615f2c847f9669bcb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for random_port-0.0.8.tar.gz:

Publisher: python-release.yml on fabriciofx/random-port

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file random_port-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: random_port-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.9

File hashes

Hashes for random_port-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 6dcf7b651e85091ab20cd0db7abd4576ec66899bbdff50d2ad648c6c0abacc63
MD5 d9210f8aaead5baebc9e0f8c80c51d32
BLAKE2b-256 58828d27df5fec62a89325c2bcd4b5cef636da5543e3546723796c31cbefc3ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for random_port-0.0.8-py3-none-any.whl:

Publisher: python-release.yml on fabriciofx/random-port

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page