diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2012-04-19 05:22:32 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2012-04-19 05:22:32 +0200 |
| commit | acf0171c564066ee995c543b68ba1366f8947d61 (patch) | |
| tree | d51ad10a433fd40f39d1be6b6973ee987e831b09 | |
| parent | b887bab44ad518e6bec290774bc866badaed04c3 (diff) | |
| download | sqlparse-acf0171c564066ee995c543b68ba1366f8947d61.tar.gz | |
Minimal update to README to make github happy.
| -rw-r--r-- | README.rst (renamed from README) | 23 |
1 files changed, 17 insertions, 6 deletions
@@ -7,7 +7,7 @@ sqlparse is a non-validating SQL parser module for Python. Install ------- -Run +Run:: python setup.py install @@ -17,17 +17,28 @@ to install python-sqlparse on your system. Run Tests --------- +To run the test suite:: + python test/run_tests.py Links ----- -Project Page: http://python-sqlparse.googlecode.com -Documentation: http://python-sqlparse.googlecode.com/svn/docs/api/index.html -Discussions: http://groups.google.com/group/sqlparse -Issues/Bugs: http://code.google.com/p/python-sqlparse/issues/list -Online Demo: http://sqlformat.appspot.com +Project Page + https://github.com/andialbrecht/sqlparse + +Documentation + http://python-sqlparse.googlecode.com/svn/docs/api/index.html + +Discussions + http://groups.google.com/group/sqlparse + +Issues/Bugs + https://github.com/andialbrecht/sqlparse/issues + +Online Demo + http://sqlformat.appspot.com python-sqlparse is licensed under the BSD license. |
