Metadata-Version: 1.1
Name: anyblok_postgres
Version: 1.0.0
Summary: Versionned attachment for AnyBlok
Home-page: http://docs.anyblok-postgres.anyblok.org/1.0.0
Author: jssuzanne
Author-email: jssuzanne@anybox.fr
License: UNKNOWN
Description: .. This file is a part of the AnyBlok / Postgres project
        ..
        ..    Copyright (C) 2018 Jean-Sebastien SUZANNE <jssuzanne@anybox.fr>
        ..
        .. This Source Code Form is subject to the terms of the Mozilla Public License,
        .. v. 2.0. If a copy of the MPL was not distributed with this file,You can
        .. obtain one at http://mozilla.org/MPL/2.0/.
        
        .. image:: https://travis-ci.org/AnyBlok/anyblok_postgres.svg?branch=master
            :target: https://travis-ci.org/AnyBlok/anyblok_postgres
            :alt: Build status
        
        .. image:: https://coveralls.io/repos/github/AnyBlok/anyblok_postgres/badge.svg?branch=master
            :target: https://coveralls.io/github/AnyBlok/anyblok_postgres?branch=master
            :alt: Coverage
        
        .. image:: https://img.shields.io/pypi/v/anyblok_postgres.svg
           :target: https://pypi.python.org/pypi/anyblok_postgres/
           :alt: Version status
        
        .. image:: https://readthedocs.org/projects/anyblok-postgres/badge/?version=latest
            :alt: Documentation Status
            :scale: 100%
            :target: https://doc.anyblok-postgres.anyblok.org/?badge=latest
        
        
        AnyBlok / PostgreSQL
        ====================
        
        Improve AnyBlok `AnyBlok <http://doc.anyblok.org>`_ to add postgres and report
        system.
        
        AnyBlok / Postgres is released under the terms of the `Mozilla Public License`.
        
        See the `latest documentation <http://doc.anyblok-postgres.anyblok.org/>`_
        
        .. This file is a part of the AnyBlok / POstgres project
        ..
        ..    Copyright (C) 2018 Jean-Sebastien SUZANNE <jssuzanne@anybox.fr>
        ..    Copyright (C) 2018 Georges Racinet <gracinet@anybox.fr>
        ..    Copyright (C) 2019 Jean-Sebastien SUZANNE <js.suzanne@gmail.fr>
        ..
        .. This Source Code Form is subject to the terms of the Mozilla Public License,
        .. v. 2.0. If a copy of the MPL was not distributed with this file,You can
        .. obtain one at http://mozilla.org/MPL/2.0/.
        
        .. contents::
        
        CHANGELOG
        =========
        
        1.0.0 (2021-07-11)
        ------------------
        
        * Adapted to **AnyBlok >= 1.1**
        
        0.2.3 (2021-07-11)
        ------------------
        
        * Freezed version of **AnyBlok < 1.1.0**
        
        0.2.2 (2019-10-31)
        ------------------
        
        * Fixed, the dependencies of pyscopg is removed
        
        0.2.1 (2019-09-16)
        ------------------
        
        * Removed **python 3.4** capability
        * Removed extra dependencies, let at the user, the choice of the driver to use
        
        0.2.0 (2019-06-25)
        ------------------
        
        * Added columns for built-in range types: PR #2 by @gracinet
        * Added **Materialized view** factory: PR #1
        * Fixed when the model have more than one primary key,
          the query to get the old value was wrong
        
        0.1.0 (2018-01-26)
        ------------------
        
        * Added **Jsonb** column
        * Added **LargeObject** column
        
Keywords: anyblok postgres
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
