https://github.com/korniichuk/pycgi
The Python CGI administration utility
https://github.com/korniichuk/pycgi
Last synced: 7 months ago
JSON representation
The Python CGI administration utility
- Host: GitHub
- URL: https://github.com/korniichuk/pycgi
- Owner: korniichuk
- License: unlicense
- Created: 2015-07-09T12:13:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T16:38:07.000Z (almost 10 years ago)
- Last Synced: 2025-02-18T11:38:05.385Z (8 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. contents:: Table of contents
:depth: 2Portability
===========
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