LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/changes.rst
docs/conf.py
docs/db.rst
docs/deprecated.rst
docs/index.rst
docs/make.bat
docs/patches.rst
docs/query.rst
docs/util.rst
docs/_templates/layout.html
examples/10_simplest.py
examples/20_db_mod.py
examples/30_breed.py
examples/40_join.py
examples/50_group_by.py
examples/60_class.py
examples/70_web.py
examples/sqls/detail.sql
examples/sqls/person.sql
mosql/MySQLdb_escape.py
mosql/__init__.py
mosql/build.py
mosql/chain.py
mosql/clause.py
mosql/compat.py
mosql/db.py
mosql/func.py
mosql/json.py
mosql/mysql.py
mosql/psycopg2_escape.py
mosql/query.py
mosql/result.py
mosql/sqlite.py
mosql/std.py
mosql/stmt.py
mosql/util.py
mosql.egg-info/PKG-INFO
mosql.egg-info/SOURCES.txt
mosql.egg-info/dependency_links.txt
mosql.egg-info/top_level.txt
mosql.egg-info/zip-safe
oldtests/__init__.py
oldtests/__main__.py
oldtests/test_identifier.py
oldtests/test_sqlite.py
oldtests/test_value.py
tests/test_basic.py
tests/test_encoding.py
tests/test_query.py
tests/test_util.py