AUTHORS.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
integration_tests/features/compilation.feature
integration_tests/fixtures/mappings/add_a_prefix.json
integration_tests/fixtures/mappings/convert_to_lowercase.json
integration_tests/fixtures/mappings/convert_to_uppercase.json
integration_tests/fixtures/mappings/migrate_all_tables_in_a_schema.json
integration_tests/fixtures/mappings/migrate_some_tables_in_a_schema.json
integration_tests/fixtures/mappings/multiple_filter_operators.json
integration_tests/fixtures/mappings/multiple_filters.json
integration_tests/fixtures/mappings/remove_a_column.json
integration_tests/fixtures/mappings/remove_a_suffix.json
integration_tests/fixtures/mappings/rename_a_column.json
integration_tests/fixtures/mappings/rename_a_schema.json
integration_tests/fixtures/mappings/rename_a_table.json
integration_tests/fixtures/mappings/replace_a_prefix.json
integration_tests/fixtures/mappings/single_filter.json
integration_tests/fixtures/src/add_a_prefix.yaml
integration_tests/fixtures/src/convert_to_lowercase.yaml
integration_tests/fixtures/src/convert_to_uppercase.yaml
integration_tests/fixtures/src/migrate_all_tables_in_a_schema.yaml
integration_tests/fixtures/src/migrate_some_tables_in_a_schema.yaml
integration_tests/fixtures/src/multiple_filter_operators.yaml
integration_tests/fixtures/src/multiple_filters.yaml
integration_tests/fixtures/src/remove_a_column.yaml
integration_tests/fixtures/src/remove_a_suffix.yaml
integration_tests/fixtures/src/rename_a_column.yaml
integration_tests/fixtures/src/rename_a_schema.yaml
integration_tests/fixtures/src/rename_a_table.yaml
integration_tests/fixtures/src/replace_a_prefix.yaml
integration_tests/fixtures/src/single_filter.yaml
integration_tests/steps/compilation.py
ptolemy/__init__.py
ptolemy/cli.py
ptolemy/exceptions.py
ptolemy/mapping.py
ptolemy/source.py
ptolemy.egg-info/PKG-INFO
ptolemy.egg-info/SOURCES.txt
ptolemy.egg-info/dependency_links.txt
ptolemy.egg-info/entry_points.txt
ptolemy.egg-info/not-zip-safe
ptolemy.egg-info/requires.txt
ptolemy.egg-info/top_level.txt
ptolemy/data/source-schema.yaml
tests/__init__.py
tests/test_cli.py
tests/test_mapping.py
tests/test_source.py