From 04cdcb0feb369ac4c60e10ccdc139c57e8b52e62 Mon Sep 17 00:00:00 2001 From: Zearin Date: Fri, 7 Oct 2011 10:34:23 -0400 Subject: Removed leftovers from installing with pip. Oops! I noticed there was a bunch of extra crap left over from when I installed this module onto my own system. I thought it wouldn't have modified itself at the time (just the Python module library on my system), but I was wrong. Begone, useless cruft! --- doxygen/html/namespacesetup.html | 405 --------------------------------------- 1 file changed, 405 deletions(-) delete mode 100644 doxygen/html/namespacesetup.html (limited to 'doxygen/html/namespacesetup.html') diff --git a/doxygen/html/namespacesetup.html b/doxygen/html/namespacesetup.html deleted file mode 100644 index f3412bc..0000000 --- a/doxygen/html/namespacesetup.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - -Cmd2: setup Namespace Reference - - - - - - - - - - - - - - -
- - -
- - - - - - - - - - - -
-
Cmd2 - -
- -
-
- - - - - -
-
- -
-
-
- -
-
- -
-
setup Namespace Reference
-
-
- - - - - - - - - - - - - - - - - -

-Functions

def find_packages

-Variables

string author = 'Catherine Devlin'
string author_email = 'catherine.devlin@gmail.com'
list classifiers
string description = "Extra features for standard library's cmd module"
list install_requires = ['pyparsing>=1.5.6']
string keywords = 'command prompt console cmd'
string license = 'MIT'
string long_description
string name = "cmd2"
list py_modules = ["cmd2"]
string url = 'http://packages.python.org/cmd2/'
 use_2to3 = True,
string version = "0.6.4"
-

Function Documentation

- -
-
- - - - - - - -
def setup::find_packages ()
-
-
- -

Definition at line 6 of file setup.py.

-
00006 
-00007     def find_packages():
-        return ['sqlpython']
-
-
-
-

Variable Documentation

- -
-
- - - - -
string setup::author = 'Catherine Devlin'
-
-
- -

Definition at line 18 of file setup.py.

- -
-
- -
-
- - - - -
string setup::author_email = 'catherine.devlin@gmail.com'
-
-
- -

Definition at line 19 of file setup.py.

- -
-
- -
-
- - - - -
list setup::classifiers
-
-
-Initial value:
00001 [
-00002         'Development Status :: 4 - Beta',
-00003         'Environment :: Console',
-00004         'Operating System :: OS Independent',
-00005         'Intended Audience :: Developers',
-00006         'Intended Audience :: System Administrators',
-00007         'Programming Language :: Python',
-00008         'License :: OSI Approved :: MIT License',
-00009         'Topic :: Software Development :: Libraries :: Python Modules',
-00010     ]
-
-

Definition at line 51 of file setup.py.

- -
-
- -
-
- - - - -
string setup::description = "Extra features for standard library's cmd module"
-
-
- -

Definition at line 20 of file setup.py.

- -
-
- -
-
- - - - -
setup::install_requires = ['pyparsing>=1.5.6']
-
-
- -

Definition at line 10 of file setup.py.

- -
-
- -
-
- - - - -
string setup::keywords = 'command prompt console cmd'
-
-
- -

Definition at line 22 of file setup.py.

- -
-
- -
-
- - - - -
string setup::license = 'MIT'
-
-
- -

Definition at line 21 of file setup.py.

- -
-
- -
-
- - - - -
string setup::long_description
-
-
-Initial value:
00001 """Enhancements for standard library's cmd module.
-00002 
-00003 Drop-in replacement adds several features for command-prompt tools:
-00004 
-00005     * Searchable command history (commands: "hi", "li", "run")
-00006     * Load commands from file, save to file, edit commands in file
-00007     * Multi-line commands
-00008     * Case-insensitive commands
-00009     * Special-character shortcut commands (beyond cmd's "@" and "!")
-00010     * Settable environment parameters
-00011     * Parsing commands with flags
-00012     * > (filename), >> (filename) redirect output to file
-00013     * < (filename) gets input from file
-00014     * bare >, >>, < redirect to/from paste buffer
-00015     * accepts abbreviated commands when unambiguous
-00016     * `py` enters interactive Python console
-00017     * test apps against sample session transcript (see example/example.py)
-00018 
-00019 Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd.
-00020 
-00021 Running `2to3 <http://docs.python.org/library/2to3.html>` against ``cmd2.py`` 
-00022 generates working, Python3-based code.
-00023 
-00024 See docs at http://packages.python.org/cmd2/
-00025 """
-
-

Definition at line 25 of file setup.py.

- -
-
- -
-
- - - - -
string setup::name = "cmd2"
-
-
- -

Definition at line 12 of file setup.py.

- -
-
- -
-
- - - - -
list setup::py_modules = ["cmd2"]
-
-
- -

Definition at line 14 of file setup.py.

- -
-
- -
-
- - - - -
string setup::url = 'http://packages.python.org/cmd2/'
-
-
- -

Definition at line 23 of file setup.py.

- -
-
- -
-
- - - - -
setup::use_2to3 = True,
-
-
- -

Definition at line 15 of file setup.py.

- -
-
- -
-
- - - - -
string setup::version = "0.6.4"
-
-
- -

Definition at line 13 of file setup.py.

- -
-
-
-
- - - - - -- cgit v1.2.1