Metadata-Version: 1.1
Name: freeport
Version: 0.1.15
Summary: Simple Python library to free a port
Home-page: http://github.com/yashbathia/freeport
Author: Yash Bathia
Author-email: yash.bathia@yahoo.com
License: ISC
Description: ===============================
        freeport
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/freeport.svg
                :target: https://pypi.python.org/pypi/freeport
        
        .. image:: https://img.shields.io/travis/yashbathia/freeport.svg
                :target: https://travis-ci.org/yashbathia/freeport
        
        .. image:: https://readthedocs.org/projects/freeport/badge/?version=latest
                :target: https://readthedocs.org/projects/freeport/?badge=latest
                :alt: Documentation Status
        
        
        Description
        ===========
        Simple Python library to free a port
        
        Installation
        ============
        
        To install freeport, simply:
        
        .. code-block::
        
            $ pip install freeport
        
        Usage
        =====
        
        .. code-block::
        
            $ 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
        
        * Free software: ISC license
        * Documentation: https://freeport.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
