Metadata-Version: 2.1
Name: invenio-access
Version: 1.3.3
Summary: Invenio module for common role based access control.
Home-page: https://github.com/inveniosoftware/invenio-access
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Description: ..
            This file is part of Invenio.
            Copyright (C) 2015-2018 CERN.
        
            Invenio is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        ================
         Invenio-Access
        ================
        
        .. image:: https://img.shields.io/github/license/inveniosoftware/invenio-access.svg
                :target: https://github.com/inveniosoftware/invenio-access/blob/master/LICENSE
        
        .. image:: https://img.shields.io/travis/inveniosoftware/invenio-access.svg
                :target: https://travis-ci.org/inveniosoftware/invenio-access
        
        .. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-access.svg
                :target: https://coveralls.io/r/inveniosoftware/invenio-access
        
        .. image:: https://img.shields.io/pypi/v/invenio-access.svg
                :target: https://pypi.org/pypi/invenio-access
        
        
        Role-based access control (RBAC) for Invenio.
        
        Invenio-Access works together with Invenio-Accounts to provide a full-fledge
        authentication and authorization system for Flask and Invenio based on a suite
        of existing Flask extensions such as:
        
        - Flask-Security
        - Flask-Login
        - Flask-Principal
        - passlib
        
        Features:
        
        * Role-based access control with object level permissions.
        * CLI and administration interface for allowing/denying actions to users, roles
          or system roles.
        * Support for superuser privileges.
        
        Further documentation is available on
        https://invenio-access.readthedocs.io/
        
        
        ..
            This file is part of Invenio.
            Copyright (C) 2015-2018 CERN.
        
            Invenio is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        Changes
        =======
        
        Version 1.3.3 (released 2020-05-12)
        
        - set invenio-accounts minor version to 1.1.4 due to invenio bundles
          version incompatibilities
        
        Version 1.3.2 (released 2020-05-07)
        
        - set Sphinx ``<3`` because of errors related to application context
        - stop using example app
        
        Version 1.3.1 (released 2020-01-22)
        
        - increase minimal six version
        
        Version 1.3.0 (released 2019-11-15)
        
        - Adds explicit excludes of needs feature to load permission
        
        Version 1.2.0 (released 2019-08-02)
        
        - Removes DynamicPermission
        
        Version 1.1.0 (released 2018-12-14)
        
        Version 1.0.2 (released 2018-10-31)
        
        - Additional test for AnyonymousIdentity loaded on request
        
        Version 1.0.1 (released 2018-05-18)
        
        - Removal of Click warning messages.
        
        
        Version 1.0.0 (released 2018-03-23)
        
        - Initial public release.
        
Keywords: invenio access
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 5 - Production/Stable
Provides-Extra: docs
Provides-Extra: mysql
Provides-Extra: postgresql
Provides-Extra: sqlite
Provides-Extra: tests
Provides-Extra: all
