freeport

Simple Python library to free a port


License
ISC
Install
pip install freeport==0.1.15

Documentation

freeport

Documentation Status

Description

Simple Python library to free a port

Installation

To install freeport, simply:

$ pip install freeport

Usage

$ freeport -h
   usage: freeport [-h] portnumber

   positional arguments:
     portnumber  The number of the port you want free (Eg. 8000)

   optional arguments:
     -h, --help  show this help message and exit

$ freeport 8000
  Port 8000 is free. Processs 16130 killed successfully

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.