.gitignore
LICENSE
MANIFEST.in
README.rst
setup.py
anosql/__init__.py
anosql/core.py
anosql/exceptions.py
anosql/patterns.py
anosql.egg-info/PKG-INFO
anosql.egg-info/SOURCES.txt
anosql.egg-info/dependency_links.txt
anosql.egg-info/top_level.txt
anosql/adapters/__init__.py
anosql/adapters/psycopg2.py
anosql/adapters/sqlite3.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
tests/__init__.py
tests/conftest.py
tests/test_psycopg2.py
tests/test_simple.py
tests/test_sqlite3.py