CHANGES
LICENSE
MANIFEST.in
README.rst
setup.py
bin/py-mysql2pgsql
docs/Makefile
docs/changes.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/api/index.rst
docs/api/mysql2pgsql/index.rst
docs/api/mysql2pgsql/mysql_reader.rst
docs/api/mysql2pgsql/postgres_db_writer.rst
docs/api/mysql2pgsql/postgres_file_writer.rst
docs/api/mysql2pgsql/postgres_writer.rst
mysql2pgsql/__init__.py
mysql2pgsql/mysql2pgsql.py
mysql2pgsql/lib/__init__.py
mysql2pgsql/lib/config.py
mysql2pgsql/lib/converter.py
mysql2pgsql/lib/errors.py
mysql2pgsql/lib/mysql_reader.py
mysql2pgsql/lib/postgres_db_writer.py
mysql2pgsql/lib/postgres_file_writer.py
mysql2pgsql/lib/postgres_writer.py
py_mysql2pgsql.egg-info/PKG-INFO
py_mysql2pgsql.egg-info/SOURCES.txt
py_mysql2pgsql.egg-info/dependency_links.txt
py_mysql2pgsql.egg-info/not-zip-safe
py_mysql2pgsql.egg-info/requires.txt
py_mysql2pgsql.egg-info/top_level.txt
tests/__init__.py
tests/mysql2pgsql-test.yml.example
tests/schema.sql
tests/test_config.py
tests/test_converter.py
tests/test_db_writer.py
tests/test_file_writer.py
tests/test_mysql2pgsql.py
tests/test_reader.py
tests/test_writer.py