AUTHORS
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
noora/__init__.py
noora/mynoora_cli.py
noora/myproject.json
noora.egg-info/PKG-INFO
noora.egg-info/SOURCES.txt
noora.egg-info/dependency_links.txt
noora.egg-info/entry_points.txt
noora.egg-info/requires.txt
noora.egg-info/top_level.txt
noora/connectors/__init__.py
noora/connectors/connectable.py
noora/connectors/connection_executor.py
noora/connectors/connector.py
noora/connectors/mssql_connector.py
noora/connectors/mysql_connector.py
noora/connectors/mysql_connector_stub.py
noora/connectors/pgsql_connector.py
noora/exceptions/__init__.py
noora/exceptions/connector_exception.py
noora/exceptions/io_exception.py
noora/exceptions/plugins/__init__.py
noora/exceptions/plugins/blocked_host_exception.py
noora/exceptions/plugins/invalid_environment_exception.py
noora/exceptions/plugins/invalid_version_exception.py
noora/exceptions/plugins/plugin_exception.py
noora/exceptions/plugins/unknown_version_exception.py
noora/io/__init__.py
noora/io/file.py
noora/io/file_extension_filter.py
noora/io/file_filter.py
noora/io/file_folder_filter.py
noora/io/files.py
noora/io/filterable.py
noora/io/filters.py
noora/plugins/__init__.py
noora/plugins/fails.py
noora/plugins/plugin.py
noora/plugins/mssql/__init__.py
noora/plugins/mssql/mssql_plugin.py
noora/plugins/mssql/create/__init__.py
noora/plugins/mssql/create/create_plugin.py
noora/plugins/mssql/drop/__init__.py
noora/plugins/mssql/drop/drop_plugin.py
noora/plugins/mssql/drop/cst/drop_foreign_keys.sql
noora/plugins/mssql/drop/fct/drop_functions.sql
noora/plugins/mssql/drop/seq/drop_sequences.sql
noora/plugins/mssql/drop/tab/drop_tables.sql
noora/plugins/mssql/generate/__init__.py
noora/plugins/mssql/generate/generate_plugin.py
noora/plugins/mssql/generate/templates/myproject.json
noora/plugins/mssql/generate/templates/fct/app_prop.sql
noora/plugins/mssql/generate/templates/idx/application_properties.sql
noora/plugins/mssql/generate/templates/tab/application_properties.sql
noora/plugins/mssql/generate/templates/trg/application_properties_biu.sql
noora/plugins/mssql/recreate/__init__.py
noora/plugins/mssql/recreate/recreate_plugin.py
noora/plugins/mssql/update/__init__.py
noora/plugins/mssql/update/checkenvironment.sql
noora/plugins/mssql/update/checkversion.sql
noora/plugins/mssql/update/update_plugin.py
noora/plugins/mysql/__init__.py
noora/plugins/mysql/mysql_plugin.py
noora/plugins/mysql/build/__init__.py
noora/plugins/mysql/build/build_plugin.py
noora/plugins/mysql/create/__init__.py
noora/plugins/mysql/create/create_plugin.py
noora/plugins/mysql/drop/__init__.py
noora/plugins/mysql/drop/drop_plugin.py
noora/plugins/mysql/drop/fct/drop_functions.sql
noora/plugins/mysql/drop/prc/drop_procedures.sql
noora/plugins/mysql/drop/tab/drop_tables.sql
noora/plugins/mysql/drop/vw/drop_views.sql
noora/plugins/mysql/generate/__init__.py
noora/plugins/mysql/generate/generate_plugin.py
noora/plugins/mysql/generate/templates/myproject.json
noora/plugins/mysql/generate/templates/fct/get_property.sql
noora/plugins/mysql/generate/templates/idx/application_properties.sql
noora/plugins/mysql/generate/templates/tab/application_properties.sql
noora/plugins/mysql/generate/templates/trg/application_properties_bi.sql
noora/plugins/mysql/generate/templates/trg/application_properties_bu.sql
noora/plugins/mysql/recreate/__init__.py
noora/plugins/mysql/recreate/recreate_plugin.py
noora/plugins/mysql/update/__init__.py
noora/plugins/mysql/update/checkenvironment.sql
noora/plugins/mysql/update/checkversion.sql
noora/plugins/mysql/update/update_plugin.py
noora/plugins/oracle/__init__.py
noora/plugins/postgresql/__init__.py
noora/plugins/postgresql/pqsql_plugin.py
noora/plugins/postgresql/create/__init__.py
noora/plugins/postgresql/create/create_plugin.py
noora/plugins/postgresql/deploy/__init__.py
noora/plugins/postgresql/deploy/deploy_plugin.py
noora/plugins/postgresql/deploy/fetch_version.sql
noora/plugins/postgresql/drop/__init__.py
noora/plugins/postgresql/drop/drop_plugin.py
noora/plugins/postgresql/drop/cst/drop_foreign_keys.sql
noora/plugins/postgresql/drop/fct/drop_functions.sql
noora/plugins/postgresql/drop/idx/drop_indexes.sql
noora/plugins/postgresql/drop/seq/drop_sequences.sql
noora/plugins/postgresql/drop/tab/drop_tables.sql
noora/plugins/postgresql/drop/trg/drop_triggers.sql
noora/plugins/postgresql/drop/vw/drop_views.sql
noora/plugins/postgresql/generate/__init__.py
noora/plugins/postgresql/generate/generate_plugin.py
noora/plugins/postgresql/generate/templates/myproject.json
noora/plugins/postgresql/generate/templates/fct/application_properties_bi.sql
noora/plugins/postgresql/generate/templates/fct/application_properties_bu.sql
noora/plugins/postgresql/generate/templates/fct/get_property.sql
noora/plugins/postgresql/generate/templates/idx/application_properties.sql
noora/plugins/postgresql/generate/templates/seq/application_properties_s.sql
noora/plugins/postgresql/generate/templates/tab/application_properties.sql
noora/plugins/postgresql/generate/templates/trg/application_properties_bi.sql
noora/plugins/postgresql/generate/templates/trg/application_properties_bu.sql
noora/plugins/postgresql/recreate/__init__.py
noora/plugins/postgresql/recreate/recreate_plugin.py
noora/plugins/postgresql/update/__init__.py
noora/plugins/postgresql/update/checkenvironment.sql
noora/plugins/postgresql/update/checkversion.sql
noora/plugins/postgresql/update/update_plugin.py
noora/processor/__init__.py
noora/processor/pre_processor.py
noora/shell/__init__.py
noora/shell/call_factory.py
noora/shell/shell.py
noora/shell/startup_info_factory.py
noora/system/__init__.py
noora/system/app.py
noora/system/class_loader.py
noora/system/generate_command.py
noora/system/ora.py
noora/system/properties.py
noora/system/property_helper.py
noora/version/__init__.py
noora/version/version.py
noora/version/version_guesser.py
noora/version/version_loader.py
noora/version/versions.py