Пакет python-module-repoze.what: Информация

    Исходный пакет: python-module-repoze.what
    Версия: 1.0.9-alt1.git20110411.1.1
    Собран:  18 ноября 2011 г. 2:31
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/repoze/repoze.what

    Лицензия: BSD
    О пакете: Authorization for Python/WSGI applications
    Описание: 
    `repoze.what` is an `authorization framework` for WSGI applications,
    based on `repoze.who` (which deals with `authentication` and
    `identification`).
    
    On the one hand, it enables an authorization system based on the groups to
    which the `authenticated or anonymous` user belongs and the permissions
    granted to such groups by loading these groups and permissions into the
    request on the way in to the downstream WSGI application.
    
    And on the other hand, it enables you to manage your groups and permissions
    from the application itself or another program, under a backend-independent
    API. For example, it would be easy for you to switch from one back-end to
    another, and even use this framework to migrate the data.
    
    This is just the authorization pattern it supports out-of-the-box, but you
    can may it support other authorization patterns with your own
    predicates. It's highly extensible, so it's very unlikely that it will get
    in your way -- Among other things, you can extend it to check for many
    conditions (such as checking that the user comes from a given country, based
    on her IP address, for example).

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-repoze.what (x86_64, i586)
    python-module-repoze.what-docs (noarch)
    python-module-repoze.what-pickles (x86_64, i586)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Vitaly Kuznetsov
    Eugeny A. Rostovtsev

    Права:
    Eugeny A. Rostovtsev
    @everybody

      1. python-devel
      2. python-module-PasteDeploy
      3. python-module-distribute
      4. python-module-repoze.who
      5. python-module-repoze.who-testutil
      6. python-module-sphinx-devel

    Последнее изменение


    24 октября 2011 г. Vitaly Kuznetsov 1.0.9-alt1.git20110411.1.1
    - Rebuild with Python-2.7
    29 июня 2011 г. Eugeny A. Rostovtsev 1.0.9-alt1.git20110411.1
    - Added necessary requirements
    - Excluded *.pth
    8 июня 2011 г. Eugeny A. Rostovtsev 1.0.9-alt1.git20110411
    - Initial build for Sisyphus