comparison docs/source/intro.rst @ 312:c6abd01fe3e1

added link to assembla to docs
author catherine@Elli.myhome.westell.com
date Sat, 28 Mar 2009 11:42:38 -0400
parents a8ac8c1b90cb
children 22fc9a350eaa
comparison
equal deleted inserted replaced
311:38ac0fbb2b63 312:c6abd01fe3e1
9 SQLPython is a command-line interface to Oracle databases. It is intended as an alternative to Oracle's 9 SQLPython is a command-line interface to Oracle databases. It is intended as an alternative to Oracle's
10 SQL\*Plus. For the most part, it can be used the same way SQL\*Plus would be used; this documentation 10 SQL\*Plus. For the most part, it can be used the same way SQL\*Plus would be used; this documentation
11 focuses on the places where SQLPython differs. 11 focuses on the places where SQLPython differs.
12 12
13 SQLPython was created by `Luca Canali <http://canali.web.cern.ch/canali/>`_ at CERN. Most new development 13 SQLPython was created by `Luca Canali <http://canali.web.cern.ch/canali/>`_ at CERN. Most new development
14 has been done by `Catherine Devlin <http://catherinedevlin.blogspot.com/>`_. 14 has been done by `Catherine Devlin <http://catherinedevlin.blogspot.com/>`_. The development trunk (very unstable) is at `assembla <https://www.assembla.com/wiki/show/sqlpython>`_; you can install the trunk on your machine with::
15
16 hg clone http://hg.assembla.com/sqlpython sqlpython
17 cd sqlpython
18 python setup.py develop
19
20 Using `hg pull`, `hg update` subsequently will update from the current trunk.
15 21
16 SQLPython is based on the Python standard library's 22 SQLPython is based on the Python standard library's
17 `cmd <http://docs.python.org/library/cmd.html#module-cmd>`_ module, and on an extension 23 `cmd <http://docs.python.org/library/cmd.html#module-cmd>`_ module, and on an extension
18 to it called `cmd2 <http://pypi.python.org/pypi/cmd2>`_. SQLPython also draws considerable 24 to it called `cmd2 <http://pypi.python.org/pypi/cmd2>`_. SQLPython also draws considerable
19 inspiration from two Perl-based open-source SQL clients, 25 inspiration from two Perl-based open-source SQL clients,