Metadata-Version: 1.1
Name: redshift-sqlalchemy
Version: 0.3
Summary: Amazon Redshift Dialect for sqlalchemy
Home-page: https://github.com/binarydud/redshift_sqlalchemy
Author: Matt George
Author-email: mgeorge@gmail.com
License: MIT
Description: redshift_sqlalchemy
        ==================
        
        Amazon Redshift dialect for sqlalchemy.
        
        .. image:: https://travis-ci.org/binarydud/redshift_sqlalchemy.png?branch=master
        
        Requirements
        -------------
        * pysocpg2 >= 2.5
        * SQLAlchemy 0.8
        
        
        Usage
        -----
        DSN format is simpilar to that of regular postgres:
        
        	from sqlalchemy import create_engine
        	
        	engine = create_engine("redshift+psycopg2://username@host.amazonaws.com:5439/database"
        
        Notes
        -----
        
        Currently, contraints and indexes return nothing when intropecting tables. This comes from the redshift implementation of the postgresql api == 8.0
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
