Metadata-Version: 1.1
Name: sqlalchemy-pervasive
Version: 0.2.0
Summary: SQLAlchemy Dialect for Pervasive PSQL
Home-page: https://github.com/SacNaturalFoods/sqlalchemy-pervasive
Author: Sacramento Natural Foods Co-op, Inc
Author-email: developer@sacfoodcoop.com
License: GNU GPL v3
Description: 
        sqlalchemy-pervasive
        ====================
        
        A SQLAlchemy dialect for the `Pervasive PSQL`_ database engine.
        
        .. _Pervasive PSQL: http://www.pervasive.com/database/
        
        
        
        0.2.0 (2021-03-03)
        ------------------
        
        * Officially declare "Python 3 only".
        
        
        0.1.3 (2018-02-24)
        ------------------
        
        * Replace ``execfile()`` usage per python 3.
        
        
        0.1.2
        -----
        
        * Misc. housekeeping.  Added manifest, transferred copyright, etc.
        
        
        0.1.1
        -----
        
        * Fixed boolean conditions in rendered SQL.
        
        
        0.1.0
        -----
        
        * Initial version.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
