CHANGES
LICENSE
MANIFEST.in
README
README.unittests
setup.py
doc/copyright.html
doc/dbengine.html
doc/genindex.html
doc/index.html
doc/intro.html
doc/mappers.html
doc/metadata.html
doc/ormtutorial.html
doc/search.html
doc/searchindex.js
doc/session.html
doc/sqlexpression.html
doc/_sources/copyright.txt
doc/_sources/dbengine.txt
doc/_sources/index.txt
doc/_sources/intro.txt
doc/_sources/mappers.txt
doc/_sources/metadata.txt
doc/_sources/ormtutorial.txt
doc/_sources/session.txt
doc/_sources/sqlexpression.txt
doc/_sources/reference/index.txt
doc/_sources/reference/dialects/access.txt
doc/_sources/reference/dialects/firebird.txt
doc/_sources/reference/dialects/index.txt
doc/_sources/reference/dialects/informix.txt
doc/_sources/reference/dialects/maxdb.txt
doc/_sources/reference/dialects/mssql.txt
doc/_sources/reference/dialects/mysql.txt
doc/_sources/reference/dialects/oracle.txt
doc/_sources/reference/dialects/postgres.txt
doc/_sources/reference/dialects/sqlite.txt
doc/_sources/reference/dialects/sybase.txt
doc/_sources/reference/ext/associationproxy.txt
doc/_sources/reference/ext/declarative.txt
doc/_sources/reference/ext/index.txt
doc/_sources/reference/ext/orderinglist.txt
doc/_sources/reference/ext/serializer.txt
doc/_sources/reference/ext/sqlsoup.txt
doc/_sources/reference/orm/index.txt
doc/_sources/reference/orm/interfaces.txt
doc/_sources/reference/orm/mapping.txt
doc/_sources/reference/orm/query.txt
doc/_sources/reference/orm/sessions.txt
doc/_sources/reference/orm/utilities.txt
doc/_sources/reference/sqlalchemy/connections.txt
doc/_sources/reference/sqlalchemy/expressions.txt
doc/_sources/reference/sqlalchemy/index.txt
doc/_sources/reference/sqlalchemy/interfaces.txt
doc/_sources/reference/sqlalchemy/pooling.txt
doc/_sources/reference/sqlalchemy/schema.txt
doc/_sources/reference/sqlalchemy/types.txt
doc/_static/default.css
doc/_static/docs.css
doc/_static/doctools.js
doc/_static/init.js
doc/_static/jquery.js
doc/_static/pygments.css
doc/_static/rightsidebar.css
doc/_static/searchtools.js
doc/_static/sphinxdoc.css
doc/_static/stickysidebar.css
doc/_static/traditional.css
doc/build/Makefile
doc/build/conf.py
doc/build/copyright.rst
doc/build/dbengine.rst
doc/build/index.rst
doc/build/intro.rst
doc/build/mappers.rst
doc/build/metadata.rst
doc/build/ormtutorial.rst
doc/build/session.rst
doc/build/sqlexpression.rst
doc/build/testdocs.py
doc/build/builder/__init__.py
doc/build/builder/builders.py
doc/build/builder/util.py
doc/build/reference/index.rst
doc/build/reference/dialects/access.rst
doc/build/reference/dialects/firebird.rst
doc/build/reference/dialects/index.rst
doc/build/reference/dialects/informix.rst
doc/build/reference/dialects/maxdb.rst
doc/build/reference/dialects/mssql.rst
doc/build/reference/dialects/mysql.rst
doc/build/reference/dialects/oracle.rst
doc/build/reference/dialects/postgres.rst
doc/build/reference/dialects/sqlite.rst
doc/build/reference/dialects/sybase.rst
doc/build/reference/ext/associationproxy.rst
doc/build/reference/ext/declarative.rst
doc/build/reference/ext/index.rst
doc/build/reference/ext/orderinglist.rst
doc/build/reference/ext/serializer.rst
doc/build/reference/ext/sqlsoup.rst
doc/build/reference/orm/index.rst
doc/build/reference/orm/interfaces.rst
doc/build/reference/orm/mapping.rst
doc/build/reference/orm/query.rst
doc/build/reference/orm/sessions.rst
doc/build/reference/orm/utilities.rst
doc/build/reference/sqlalchemy/connections.rst
doc/build/reference/sqlalchemy/expressions.rst
doc/build/reference/sqlalchemy/index.rst
doc/build/reference/sqlalchemy/interfaces.rst
doc/build/reference/sqlalchemy/pooling.rst
doc/build/reference/sqlalchemy/schema.rst
doc/build/reference/sqlalchemy/types.rst
doc/build/static/docs.css
doc/build/static/init.js
doc/build/templates/genindex.mako
doc/build/templates/layout.mako
doc/build/templates/page.mako
doc/build/templates/search.mako
doc/build/templates/site_base.mako
doc/build/templates/static_base.mako
doc/build/texinputs/sphinx.sty
doc/reference/index.html
doc/reference/dialects/access.html
doc/reference/dialects/firebird.html
doc/reference/dialects/index.html
doc/reference/dialects/informix.html
doc/reference/dialects/maxdb.html
doc/reference/dialects/mssql.html
doc/reference/dialects/mysql.html
doc/reference/dialects/oracle.html
doc/reference/dialects/postgres.html
doc/reference/dialects/sqlite.html
doc/reference/dialects/sybase.html
doc/reference/ext/associationproxy.html
doc/reference/ext/declarative.html
doc/reference/ext/index.html
doc/reference/ext/orderinglist.html
doc/reference/ext/serializer.html
doc/reference/ext/sqlsoup.html
doc/reference/orm/index.html
doc/reference/orm/interfaces.html
doc/reference/orm/mapping.html
doc/reference/orm/query.html
doc/reference/orm/sessions.html
doc/reference/orm/utilities.html
doc/reference/sqlalchemy/connections.html
doc/reference/sqlalchemy/expressions.html
doc/reference/sqlalchemy/index.html
doc/reference/sqlalchemy/interfaces.html
doc/reference/sqlalchemy/pooling.html
doc/reference/sqlalchemy/schema.html
doc/reference/sqlalchemy/types.html
examples/README
examples/adjacencytree/basic_tree.py
examples/association/basic_association.py
examples/association/proxied_association.py
examples/collections/large_collection.py
examples/custom_attributes/custom_management.py
examples/custom_attributes/listen_for_events.py
examples/derived_attributes/attributes.py
examples/dynamic_dict/dynamic_dict.py
examples/elementtree/adjacency_list.py
examples/elementtree/optimized_al.py
examples/elementtree/pickle.py
examples/elementtree/test.xml
examples/elementtree/test2.xml
examples/elementtree/test3.xml
examples/graphs/graph1.py
examples/nested_sets/nested_sets.py
examples/pickle/custom_pickler.py
examples/poly_assoc/poly_assoc.py
examples/poly_assoc/poly_assoc_fk.py
examples/poly_assoc/poly_assoc_generic.py
examples/polymorph/concrete.py
examples/polymorph/polymorph.py
examples/polymorph/single.py
examples/postgis/postgis.py
examples/query_caching/implicit.py
examples/query_caching/per_session.py
examples/query_caching/query_caching.py
examples/sharding/attribute_shard.py
examples/vertical/dictlike-polymorphic.py
examples/vertical/dictlike.py
examples/vertical/vertical.py
lib/SQLAlchemy.egg-info/PKG-INFO
lib/SQLAlchemy.egg-info/SOURCES.txt
lib/SQLAlchemy.egg-info/dependency_links.txt
lib/SQLAlchemy.egg-info/top_level.txt
lib/sqlalchemy/__init__.py
lib/sqlalchemy/exc.py
lib/sqlalchemy/interfaces.py
lib/sqlalchemy/log.py
lib/sqlalchemy/pool.py
lib/sqlalchemy/queue.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/topological.py
lib/sqlalchemy/types.py
lib/sqlalchemy/util.py
lib/sqlalchemy/databases/__init__.py
lib/sqlalchemy/databases/access.py
lib/sqlalchemy/databases/firebird.py
lib/sqlalchemy/databases/information_schema.py
lib/sqlalchemy/databases/informix.py
lib/sqlalchemy/databases/maxdb.py
lib/sqlalchemy/databases/mssql.py
lib/sqlalchemy/databases/mxODBC.py
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/oracle.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/databases/sybase.py
lib/sqlalchemy/engine/__init__.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/engine/threadlocal.py
lib/sqlalchemy/engine/url.py
lib/sqlalchemy/ext/__init__.py
lib/sqlalchemy/ext/associationproxy.py
lib/sqlalchemy/ext/declarative.py
lib/sqlalchemy/ext/orderinglist.py
lib/sqlalchemy/ext/serializer.py
lib/sqlalchemy/ext/sqlsoup.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/collections.py
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/dynamic.py
lib/sqlalchemy/orm/evaluator.py
lib/sqlalchemy/orm/exc.py
lib/sqlalchemy/orm/identity.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/scoping.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/shard.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/sync.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/orm/uowdumper.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/sql/__init__.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/functions.py
lib/sqlalchemy/sql/operators.py
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/sql/visitors.py
test/__init__.py
test/alltests.py
test/binary_data_one.dat
test/binary_data_two.dat
test/pickleable.py
test/testenv.py
test/base/__init__.py
test/base/alltests.py
test/base/dependency.py
test/base/except.py
test/base/utils.py
test/dialect/__init__.py
test/dialect/access.py
test/dialect/alltests.py
test/dialect/firebird.py
test/dialect/informix.py
test/dialect/maxdb.py
test/dialect/mssql.py
test/dialect/mysql.py
test/dialect/oracle.py
test/dialect/postgres.py
test/dialect/sqlite.py
test/dialect/sybase.py
test/engine/__init__.py
test/engine/_base.py
test/engine/alltests.py
test/engine/bind.py
test/engine/ddlevents.py
test/engine/execute.py
test/engine/metadata.py
test/engine/parseconnect.py
test/engine/pool.py
test/engine/reconnect.py
test/engine/reflection.py
test/engine/transaction.py
test/ext/__init__.py
test/ext/alltests.py
test/ext/associationproxy.py
test/ext/declarative.py
test/ext/orderinglist.py
test/ext/serializer.py
test/orm/__init__.py
test/orm/_base.py
test/orm/_fixtures.py
test/orm/alltests.py
test/orm/association.py
test/orm/assorted_eager.py
test/orm/attributes.py
test/orm/bind.py
test/orm/cascade.py
test/orm/collection.py
test/orm/compile.py
test/orm/cycles.py
test/orm/defaults.py
test/orm/deprecations.py
test/orm/dynamic.py
test/orm/eager_relations.py
test/orm/evaluator.py
test/orm/expire.py
test/orm/extendedattr.py
test/orm/generative.py
test/orm/instrumentation.py
test/orm/lazy_relations.py
test/orm/lazytest1.py
test/orm/manytomany.py
test/orm/mapper.py
test/orm/merge.py
test/orm/naturalpks.py
test/orm/onetoone.py
test/orm/pickled.py
test/orm/query.py
test/orm/relationships.py
test/orm/scoping.py
test/orm/selectable.py
test/orm/session.py
test/orm/transaction.py
test/orm/unitofwork.py
test/orm/utils.py
test/orm/inheritance/__init__.py
test/orm/inheritance/abc_inheritance.py
test/orm/inheritance/abc_polymorphic.py
test/orm/inheritance/alltests.py
test/orm/inheritance/basic.py
test/orm/inheritance/concrete.py
test/orm/inheritance/magazine.py
test/orm/inheritance/manytomany.py
test/orm/inheritance/poly_linked_list.py
test/orm/inheritance/polymorph.py
test/orm/inheritance/polymorph2.py
test/orm/inheritance/productspec.py
test/orm/inheritance/query.py
test/orm/inheritance/selects.py
test/orm/inheritance/single.py
test/orm/sharding/__init__.py
test/orm/sharding/alltests.py
test/orm/sharding/shard.py
test/perf/cascade_speed.py
test/perf/insertspeed.py
test/perf/masscreate.py
test/perf/masscreate2.py
test/perf/masseagerload.py
test/perf/massload.py
test/perf/massload2.py
test/perf/masssave.py
test/perf/objselectspeed.py
test/perf/objupdatespeed.py
test/perf/ormsession.py
test/perf/poolload.py
test/perf/sessions.py
test/perf/threaded_compile.py
test/perf/wsgi.py
test/profiling/__init__.py
test/profiling/alltests.py
test/profiling/compiler.py
test/profiling/memusage.py
test/profiling/pool.py
test/profiling/zoomark.py
test/profiling/zoomark_orm.py
test/sql/__init__.py
test/sql/_base.py
test/sql/alltests.py
test/sql/case_statement.py
test/sql/columns.py
test/sql/constraints.py
test/sql/defaults.py
test/sql/functions.py
test/sql/generative.py
test/sql/labels.py
test/sql/query.py
test/sql/quote.py
test/sql/rowcount.py
test/sql/select.py
test/sql/selectable.py
test/sql/testtypes.py
test/sql/unicode.py
test/testlib/__init__.py
test/testlib/assertsql.py
test/testlib/compat.py
test/testlib/config.py
test/testlib/coverage.py
test/testlib/engines.py
test/testlib/fixtures.py
test/testlib/orm.py
test/testlib/profiling.py
test/testlib/requires.py
test/testlib/sa_unittest.py
test/testlib/schema.py
test/testlib/testing.py
test/zblog/__init__.py
test/zblog/alltests.py
test/zblog/blog.py
test/zblog/mappers.py
test/zblog/tables.py
test/zblog/tests.py
test/zblog/user.py