Metadata-Version: 1.1
Name: sqlalchemy_pygresql
Version: 1.0.0
Summary: PyGreSQL dialect for SQLAlchemy
Home-page: https://github.com/kaolin/sqlalchemy-pygresql
Author: Kaolin Imago Fire
Author-email: sqlalchemypygresql_spam@erif.org
License: Apache 2.0
Description: .. ***************************************************************************
        .. Copyright (c) 2015 Kaolin Imago Fire. All rights reserved. See License.
        .. ***************************************************************************
        
        sqlalchemy-pygresql
        ===================
        This project provides a SQLAlchemy dialect for the PyGreSQL driver. This is not
        a well-supported dialect, but it is hoped that it will fill some people's needs.
        You may also want to check out the pg8000 or Psycopg dialects, which are much
        better supported.
        
        Usage
        -----
        
        Driver is 'postgresql+pygresql'; use URLs as standard for postgresql.
        
        Requirements
        ------------
        The following software is required to use the PyGreSQL dialect for SQLAlchemy:
        
        * PyGreSQL 4.2
        * Python 2.4, 2.5, 2.6, 2.7, or 3.4
        * SQLAlchemy version 0.8.0 or higher
        
        License
        -------
        This package is licensed under the terms of the Apache License, Version 2.0. See
        the LICENSE file for details.
        
Keywords: PyGreSQL PostgreSQL SQLAlchemy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
