.codecov.yml
.travis.yml
LICENSE
MANIFEST.in
README.rst
requirements_dev.txt
setup.cfg
setup.py
tox.ini
aop2db/__init__.py
aop2db/__main__.py
aop2db/cli.py
aop2db/constants.py
aop2db/defaults.py
aop2db/utils.py
aop2db.egg-info/PKG-INFO
aop2db.egg-info/SOURCES.txt
aop2db.egg-info/dependency_links.txt
aop2db.egg-info/entry_points.txt
aop2db.egg-info/not-zip-safe
aop2db.egg-info/requires.txt
aop2db.egg-info/top_level.txt
aop2db/aop/__init__.py
aop2db/aop/importer.py
aop2db/aop/query.py
aop2db/orm/__init__.py
aop2db/orm/manager.py
aop2db/orm/models.py
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/readme.rst
docs/source/usage.rst
tests/__init__.py
tests/test_aop.py