LICENSE.txt
README.md
setup.cfg
setup.py
doctable/__init__.py
doctable/__main__.py
doctable/connectcore.py
doctable/exposed.py
doctable.egg-info/PKG-INFO
doctable.egg-info/SOURCES.txt
doctable.egg-info/dependency_links.txt
doctable.egg-info/not-zip-safe
doctable.egg-info/requires.txt
doctable.egg-info/top_level.txt
doctable/dbtable/__init__.py
doctable/dbtable/dbtable.py
doctable/dbtable/dbtablebase.py
doctable/dbtable/ddlemitter.py
doctable/dbtable/reflecteddbtable.py
doctable/query/__init__.py
doctable/query/connectquery.py
doctable/query/statementbuilder.py
doctable/query/tablequery.py
doctable/schema/__init__.py
doctable/schema/missing.py
doctable/schema/column/__init__.py
doctable/schema/column/column.py
doctable/schema/column/column_old.py
doctable/schema/column/columnargs.py
doctable/schema/column/columninfo.py
doctable/schema/column/fieldargs.py
doctable/schema/column/column_types/__init__.py
doctable/schema/column/column_types/file_types.py
doctable/schema/column/column_types/gzip_types.py
doctable/schema/column/column_types/mappings.py
doctable/schema/tableschema/__init__.py
doctable/schema/tableschema/constraints.py
doctable/schema/tableschema/general.py
doctable/schema/tableschema/index.py
doctable/schema/tableschema/tableschema.py
doctable/schema/tableschema/tableschema_decorator.py
doctable/schema/tableschema/tableschemainspector.py
tests/test_connectcore.py
tests/test_queries.py
tests/test_schema_and_table_creation.py