Metadata-Version: 2.1
Name: pgwui-logout
Version: 0.11.0
Summary: Logout page for the PostgreSQL Web User Interface suite.
Home-page: http://pgwui_logout.readthedocs.io/
Author: Karl O. Pinc
Author-email: kop@karlpinc.com
License: AGPLv3+
Description: 
        PGWUI_Logout
        ============
        
        Short Documentation
        -------------------
        
        PGWUI stands for `PostgreSQL`_ Web User Interface.
        
        Logout page for the PGWUI Suite.
        
        The PGWUI programs retain user credentials for some time and use them
        to reconnect to the `PostgreSQL`_ server when necessary.  To end their
        session early the user must logout.  The Logout page provides this
        facility.
        
        You will almost always want to install this when installing any of the
        other PGWUI programs.
        
        
        Usage
        -----
        
        PGWUI_Logout is included when PGWUI is installed.
        
        When writing your own `Pyramid`_ application, in addition to
        configuring ``pgwui_logout``, ``pgwui_common`` must typically be
        configured.  This can be done with any of `Pyramid's <Pyramid_>`_
        configuration mechanisms.
        
        
        URL Configuration
        -----------------
        
        The default URL for PGWUI_Logout looks like
        *https://www.example.com/logout*.
        
        See the PGWUI_Common documentation for how to configure a different
        URL.
        
        
        Complete Documentation
        ----------------------
        
        The complete documentation set can be found on the PGWUI_Logout home
        page at http://pgwui_logout.readthedocs.io/.
        
        
        License
        -------
        
        Except for files otherwise marked, distributed WITHOUT ANY WARRANTY
        under the terms of the GNU Affero General Public License, version 3 or
        a later version at your option.  See the copyright notices at the top
        of each file and the LICENSE.txt file for details.
        
        
        Acknowledgments
        ---------------
        
        The PGWUI_Common code is based on the GMI_Pyramid sub-system created for
        the `Gombe Mother Infant Database Project
        <https://gombemi.ccas.gwu.edu>`_.  Support for extracting PGWUI_Core
        from GMI_Pyramid, its Python packaging, and further enhancement was
        provided by `The Dian Fossey Gorilla Fund
        <https://www.gorillafund.org>`_.
        
        
        .. _PostgreSQL: https://www.postgresql.org/
        .. _Pyramid: https://trypyramid.com/
        
Keywords: database front end,interface,Postgres,Postgres user interface,Postgres web interface,PostgreSQL,Postgres front end,user interface,web,web front end
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst
Provides-Extra: testing
