LICENSE
README.rst
setup.cfg
setup.py
quma/__init__.py
quma/conn.py
quma/cursor.py
quma/database.py
quma/exc.py
quma/namespace.py
quma/pool.py
quma/query.py
quma/script.py
quma.egg-info/PKG-INFO
quma.egg-info/SOURCES.txt
quma.egg-info/dependency_links.txt
quma.egg-info/not-zip-safe
quma.egg-info/requires.txt
quma.egg-info/top_level.txt
quma/provider/__init__.py
quma/provider/mysql.py
quma/provider/postgresql.py
quma/provider/sqlite.py
quma/tests/__init__.py
quma/tests/conftest.py
quma/tests/test_conn.py
quma/tests/test_db.py
quma/tests/test_mysql.py
quma/tests/test_postgres.py
quma/tests/util.py
quma/tests/fixtures/__init__.py