diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2009-04-06 21:51:36 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2009-04-06 21:51:36 +0200 |
| commit | 882205e8345ddacbbc0e59bc092f43e7e1f5d2cf (patch) | |
| tree | dca2e91f2636535e9302f9ee3202a0dcf83dc00a | |
| parent | 206c16f4cdede14042ef5c288e7e04547e12d1a2 (diff) | |
| download | sqlparse-882205e8345ddacbbc0e59bc092f43e7e1f5d2cf.tar.gz | |
Updated some top-level docs.
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | README | 28 | ||||
| -rw-r--r-- | TODO | 2 |
3 files changed, 11 insertions, 21 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2008, Andi Albrecht <albrecht.andi@gmail.com> +Copyright (c) 2009, Andi Albrecht <albrecht.andi@gmail.com> All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -6,20 +6,6 @@ sqlparse is a non-validating SQL parser module for Python. Parts of the code are based on pygments written by Georg Brandl and others. pygments-Homepage: http://pygments.org/ -Run Tests ---------- - - python test/run_tests.py - - -Create Documentation --------------------- - -You need `Sphinx`_ installed on your system to build the documentation. - - cd docs/ - make html - Install ------- @@ -31,14 +17,18 @@ Run with root privileges to install python-sqlparse on your system. +Run Tests +--------- + + python test/run_tests.py + + Links ----- -Source code: http://github.com/andialbrecht/python-sqlparse - +Project page: http://python-sqlparse.googlecode.com +Source code: http://bitbucket.org/andialbrecht/python-sqlparse -python-sqlparse is licensed under the BSD license: -http://github.com/andialbrecht/python-sqlparse +python-sqlparse is licensed under the BSD license. -.. _Sphinx: http://sphinx.pocoo.org/ @@ -1 +1 @@ -- Add GQL dialect.
\ No newline at end of file +* Fix bugs on issue tracker.
\ No newline at end of file |
