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/Connectable.py
noora/connectors/ConnectionExecutor.py
noora/connectors/Connector.py
noora/connectors/MssqlConnector.py
noora/connectors/MysqlConnector.py
noora/connectors/MysqlConnectorStub.py
noora/connectors/PGSQLConnector.py
noora/connectors/__init__.py
noora/exceptions/ConnectorException.py
noora/exceptions/IOException.py
noora/exceptions/__init__.py
noora/exceptions/plugins/BlockedHostException.py
noora/exceptions/plugins/InvalidEnvironmentException.py
noora/exceptions/plugins/InvalidVersionException.py
noora/exceptions/plugins/PluginException.py
noora/exceptions/plugins/UnknownVersionException.py
noora/exceptions/plugins/__init__.py
noora/io/File.py
noora/io/FileExtensionFilter.py
noora/io/FileFilter.py
noora/io/FileFolderFilter.py
noora/io/Files.py
noora/io/Filterable.py
noora/io/Filters.py
noora/io/__init__.py
noora/plugins/Fail.py
noora/plugins/Plugin.py
noora/plugins/__init__.py
noora/plugins/mssql/MssqlPlugin.py
noora/plugins/mssql/__init__.py
noora/plugins/mssql/create/CreatePlugin.py
noora/plugins/mssql/create/__init__.py
noora/plugins/mssql/drop/DropPlugin.py
noora/plugins/mssql/drop/__init__.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/GeneratePlugin.py
noora/plugins/mssql/generate/__init__.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/RecreatePlugin.py
noora/plugins/mssql/recreate/__init__.py
noora/plugins/mssql/update/UpdatePlugin.py
noora/plugins/mssql/update/__init__.py
noora/plugins/mssql/update/checkenvironment.sql
noora/plugins/mssql/update/checkversion.sql
noora/plugins/mysql/MysqlPlugin.py
noora/plugins/mysql/__init__.py
noora/plugins/mysql/build/BuildPlugin.py
noora/plugins/mysql/build/__init__.py
noora/plugins/mysql/create/CreatePlugin.py
noora/plugins/mysql/create/__init__.py
noora/plugins/mysql/drop/DropPlugin.py
noora/plugins/mysql/drop/__init__.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/GeneratePlugin.py
noora/plugins/mysql/generate/__init__.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/RecreatePlugin.py
noora/plugins/mysql/recreate/__init__.py
noora/plugins/mysql/update/UpdatePlugin.py
noora/plugins/mysql/update/__init__.py
noora/plugins/mysql/update/checkenvironment.sql
noora/plugins/mysql/update/checkversion.sql
noora/plugins/oracle/__init__.py
noora/plugins/postgresql/PGSQLPlugin.py
noora/plugins/postgresql/__init__.py
noora/plugins/postgresql/create/CreatePlugin.py
noora/plugins/postgresql/create/__init__.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/DropPlugin.py
noora/plugins/postgresql/drop/__init__.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/GeneratePlugin.py
noora/plugins/postgresql/generate/__init__.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/RecreatePlugin.py
noora/plugins/postgresql/recreate/__init__.py
noora/plugins/postgresql/update/UpdatePlugin.py
noora/plugins/postgresql/update/__init__.py
noora/plugins/postgresql/update/checkenvironment.sql
noora/plugins/postgresql/update/checkversion.sql
noora/processor/PreProcessor.py
noora/processor/__init__.py
noora/shell/CallFactory.py
noora/shell/Shell.py
noora/shell/StartupInfoFactory.py
noora/shell/__init__.py
noora/system/App.py
noora/system/ClassLoader.py
noora/system/GenerateCommand.py
noora/system/Ora.py
noora/system/Properties.py
noora/system/PropertyHelper.py
noora/system/__init__.py
noora/version/Version.py
noora/version/VersionGuesser.py
noora/version/VersionLoader.py
noora/version/Versions.py
noora/version/__init__.py
snippets/preprocessor/TestPreProcessor.py
snippets/preprocessor/__init__.py
tests/test_mynoora.py