MANIFEST.in
README.md
setup.py
attrs_to_sql/__init__.py
attrs_to_sql/table.py
attrs_to_sql/utils.py
attrs_to_sql.egg-info/PKG-INFO
attrs_to_sql.egg-info/SOURCES.txt
attrs_to_sql.egg-info/dependency_links.txt
attrs_to_sql.egg-info/requires.txt
attrs_to_sql.egg-info/top_level.txt
attrs_to_sql/sql/__init__.py
attrs_to_sql/sql/column.py
attrs_to_sql/templates/create_table.sql
attrs_to_sql/templates/sqlalchemy_table.py
tests/__init__.py
tests/test_table.py
tests/test_utils.py