MANIFEST.in
README.md
setup.py
redscope/__init__.py
redscope/__main__.py
redscope/config.py
redscope.egg-info/PKG-INFO
redscope.egg-info/SOURCES.txt
redscope.egg-info/dependency_links.txt
redscope.egg-info/entry_points.txt
redscope.egg-info/requires.txt
redscope.egg-info/top_level.txt
redscope/actions/__init__.py
redscope/api/__init__.py
redscope/database/__init__.py
redscope/database/db_connections.py
redscope/database/models.py
redscope/database/queries/introspection/constraints.sql
redscope/database/queries/introspection/groups.sql
redscope/database/queries/introspection/permissions.sql
redscope/database/queries/introspection/schemas.sql
redscope/database/queries/introspection/tables.sql
redscope/database/queries/introspection/tables_with_constraints.sql
redscope/database/queries/introspection/usergroups.sql
redscope/database/queries/introspection/users.sql
redscope/database/queries/introspection/views.sql
redscope/database/queries/migrations/ddl/migration_table.sql
redscope/database/queries/migrations/ddl/schema.sql
redscope/env/__init__.py
redscope/env/env_loader.py
redscope/env/project_context.py
redscope/features/__init__.py
redscope/features/migrations/__init__.py
redscope/features/migrations/entry_points.py
redscope/features/migrations/migration.py
redscope/features/migrations/migration_manager.py
redscope/features/schema_introspection/__init__.py
redscope/features/schema_introspection/db_introspection.py
redscope/features/schema_introspection/entry_points.py
redscope/features/schema_introspection/db_objects/__init__.py
redscope/features/schema_introspection/db_objects/constraint.py
redscope/features/schema_introspection/db_objects/db_catalog.py
redscope/features/schema_introspection/db_objects/ddl.py
redscope/features/schema_introspection/db_objects/group.py
redscope/features/schema_introspection/db_objects/schema.py
redscope/features/schema_introspection/db_objects/table.py
redscope/features/schema_introspection/db_objects/user.py
redscope/features/schema_introspection/db_objects/usergroup.py
redscope/features/schema_introspection/db_objects/view.py
redscope/features/schema_introspection/file_paths/__init__.py
redscope/features/schema_introspection/file_paths/file_paths.py
redscope/features/schema_introspection/formatters/__init__.py
redscope/features/schema_introspection/formatters/base_formatter.py
redscope/features/schema_introspection/formatters/constraints.py
redscope/features/schema_introspection/formatters/groups.py
redscope/features/schema_introspection/formatters/schemas.py
redscope/features/schema_introspection/formatters/tables.py
redscope/features/schema_introspection/formatters/usergroups.py
redscope/features/schema_introspection/formatters/users.py
redscope/features/schema_introspection/formatters/views.py
redscope/features/terminal/__init__.py
redscope/features/terminal/entry_points.py
redscope/features/terminal/env_tools.py
redscope/features/terminal/project_logging.py
redscope/features/terminal/rambo.yml