Metadata-Version: 1.1
Name: pycgi
Version: 0.1a3
Summary: The Python CGI administration utility
Home-page: https://github.com/korniichuk/pycgi
Author: Ruslan Korniichuk
Author-email: ruslan.korniichuk@gmail.com
License: Public Domain
Download-URL: https://github.com/korniichuk/pycgi/archive/0.1.zip
Description: .. contents:: Table of contents
           :depth: 2
        
        Portability
        ===========
        The Python CGI administration utility tested on **Ubuntu Desktop 14.04 LTS** and **Ubuntu Desktop 15.04**.
        
        Installation
        ============
        Install the pycgi from PyPI
        ---------------------------
        ::
        
            $ sudo pip install pycgi
        
        Install the pycgi from GitHub
        -----------------------------
        ::
        
            $ sudo pip install git+git://github.com/korniichuk/pycgi#egg=pycgi
        
        Upgrade the pycgi from PyPI
        ---------------------------
        ::
        
            $ sudo pip install -U pycgi
        
        or::
        
            $ sudo pip install --upgrade pycgi
        
        Uninstall the pycgi
        -------------------
        ::
        
            $ sudo pip uninstall pycgi
        
        Development installation
        ========================
        ::
        
            $ git clone git://github.com/korniichuk/pycgi.git
            $ cd pycgi
            $ sudo pip install .
        
        User guide
        ==========
        Help
        ----
        The standard output for –help::
        
            $ pycgi -h
        
        or::
        
            $ pycgi --help
        
        For information on using subcommand "SUBCOMMAND", do::
        
            $ pycgi SUBCOMMAND -h
        
        or::
        
            $ pycgi SUBCOMMAND --help
        
        Example::
        
            $ pycgi install -h
        
        Version
        -------
        The standard output for –version::
        
            $ pycgi -v
        
        or::
        
            $ pycgi --version
        
        Install the Python CGI
        ----------------------
        ::
        
            $ pycgi install
        
Keywords: cgi,cgi installer,pycgi,python cgi,python2
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: Public Domain
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
