Metadata-Version: 2.1
Name: redscope
Version: 0.5.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Jesse Maitland
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: psycopg2-binary
Requires-Dist: python-dotenv
Requires-Dist: sqlparse

# Redscope
### A schema introspection tool for aws Redshift


#### getting started
```bash
pip install redscope
```

#### Create a redscope project
```bash
redscope init
```

#### populate the redshift/redscope/.redscope file
```ini
[env]
file = name_of_env_file.env

[redshift]
connection = ENV_VARIABLE_WITH_PSYCOPG2_CONNECTION_STRING
```

#### Introspect the database schema
```bash
rescope inspect
```


