CHANGELOG.rst
LICENSE
MANIFEST.in
NOTICE
README.rst
setup.cfg
setup.py
architect/__init__.py
architect/compat.py
architect/exceptions.py
architect/version.py
architect.egg-info/PKG-INFO
architect.egg-info/SOURCES.txt
architect.egg-info/dependency_links.txt
architect.egg-info/entry_points.txt
architect.egg-info/not-zip-safe
architect.egg-info/top_level.txt
architect/commands/__init__.py
architect/commands/partition.py
architect/databases/__init__.py
architect/databases/bases.py
architect/databases/utilities.py
architect/databases/mysql/__init__.py
architect/databases/mysql/partition.py
architect/databases/postgresql/__init__.py
architect/databases/postgresql/partition.py
architect/databases/sqlite/__init__.py
architect/databases/sqlite/partition.py
architect/orms/__init__.py
architect/orms/bases.py
architect/orms/decorators.py
architect/orms/registry.py
architect/orms/django/__init__.py
architect/orms/django/features.py
architect/orms/peewee/__init__.py
architect/orms/peewee/features.py
architect/orms/pony/__init__.py
architect/orms/pony/features.py
architect/orms/sqlalchemy/__init__.py
architect/orms/sqlalchemy/features.py
architect/orms/sqlobject/__init__.py
architect/orms/sqlobject/features.py
tests/__init__.py
tests/test_bases.py
tests/test_commands.py
tests/test_databases.py
tests/test_decorators.py
tests/test_django.py
tests/test_peewee.py
tests/test_pony.py
tests/test_sqlalchemy.py
tests/test_sqlobject.py
tests/models/__init__.py
tests/models/django.py
tests/models/peewee.py
tests/models/pony.py
tests/models/sqlalchemy.py
tests/models/sqlobject.py