collective.localrolesoverview


Namecollective.localrolesoverview JSON
Version 1.0a1 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.localrolesoverview
SummaryShows assigned local roles for all users, groups on content.
upload_time2023-10-27 11:21:42
maintainer
docs_urlNone
authorMaik Derstappen
requires_python>=3.7
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            .. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on PyPI or github. It is a comment.

.. image:: https://github.com/collective/collective.localrolesoverview/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/collective.localrolesoverview/actions/workflows/plone-package.yml

.. image:: https://coveralls.io/repos/github/collective/collective.localrolesoverview/badge.svg?branch=main
    :target: https://coveralls.io/github/collective/collective.localrolesoverview?branch=main
    :alt: Coveralls

.. image:: https://codecov.io/gh/collective/collective.localrolesoverview/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/collective.localrolesoverview

.. image:: https://img.shields.io/pypi/v/collective.localrolesoverview.svg
    :target: https://pypi.python.org/pypi/collective.localrolesoverview/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/collective.localrolesoverview.svg
    :target: https://pypi.python.org/pypi/collective.localrolesoverview
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/collective.localrolesoverview.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/collective.localrolesoverview.svg
    :target: https://pypi.python.org/pypi/collective.localrolesoverview/
    :alt: License


==============================
collective.localrolesoverview
==============================

Shows assigned local roles for all users, groups on all content.

.. image:: docs/screenshot.png



Installation
------------

Install collective.localrolesoverview by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.localrolesoverview


and then running ``bin/buildout``


Authors
-------

Provided by http://derico.de - Maik Derstappen (MrTango)


Contributors
------------

Put your name here, you deserve it!

- ?


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.localrolesoverview/issues
- Source Code: https://github.com/collective/collective.localrolesoverview


Support
-------

If you are having issues, please let us know.


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Maik Derstappen, md@derico.de


Changelog
=========


1.0a1 (2023-10-27)
------------------

- Initial release.
  [MrTango]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.localrolesoverview",
    "name": "collective.localrolesoverview",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Python Plone CMS",
    "author": "Maik Derstappen",
    "author_email": "md@derico.de",
    "download_url": "https://files.pythonhosted.org/packages/3e/18/28209be68832ef4cb17cf6ca080299436c419f4a01d39adc3c8ac5b1569e/collective.localrolesoverview-1.0a1.tar.gz",
    "platform": null,
    "description": ".. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.\n   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n   This text does not appear on PyPI or github. It is a comment.\n\n.. image:: https://github.com/collective/collective.localrolesoverview/actions/workflows/plone-package.yml/badge.svg\n    :target: https://github.com/collective/collective.localrolesoverview/actions/workflows/plone-package.yml\n\n.. image:: https://coveralls.io/repos/github/collective/collective.localrolesoverview/badge.svg?branch=main\n    :target: https://coveralls.io/github/collective/collective.localrolesoverview?branch=main\n    :alt: Coveralls\n\n.. image:: https://codecov.io/gh/collective/collective.localrolesoverview/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/collective/collective.localrolesoverview\n\n.. image:: https://img.shields.io/pypi/v/collective.localrolesoverview.svg\n    :target: https://pypi.python.org/pypi/collective.localrolesoverview/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.localrolesoverview.svg\n    :target: https://pypi.python.org/pypi/collective.localrolesoverview\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.localrolesoverview.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.localrolesoverview.svg\n    :target: https://pypi.python.org/pypi/collective.localrolesoverview/\n    :alt: License\n\n\n==============================\ncollective.localrolesoverview\n==============================\n\nShows assigned local roles for all users, groups on all content.\n\n.. image:: docs/screenshot.png\n\n\n\nInstallation\n------------\n\nInstall collective.localrolesoverview by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.localrolesoverview\n\n\nand then running ``bin/buildout``\n\n\nAuthors\n-------\n\nProvided by http://derico.de - Maik Derstappen (MrTango)\n\n\nContributors\n------------\n\nPut your name here, you deserve it!\n\n- ?\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.localrolesoverview/issues\n- Source Code: https://github.com/collective/collective.localrolesoverview\n\n\nSupport\n-------\n\nIf you are having issues, please let us know.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Maik Derstappen, md@derico.de\n\n\nChangelog\n=========\n\n\n1.0a1 (2023-10-27)\n------------------\n\n- Initial release.\n  [MrTango]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Shows assigned local roles for all users, groups on content.",
    "version": "1.0a1",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.localrolesoverview",
        "PyPI": "https://pypi.org/project/collective.localrolesoverview/",
        "Source": "https://github.com/collective/collective.localrolesoverview",
        "Tracker": "https://github.com/collective/collective.localrolesoverview/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e1828209be68832ef4cb17cf6ca080299436c419f4a01d39adc3c8ac5b1569e",
                "md5": "ea51553c45bdef63f5400b0f390f43b0",
                "sha256": "1b48290a5752d11d8eca8c2324863a304f939424aa8a0c803eeb29143741b684"
            },
            "downloads": -1,
            "filename": "collective.localrolesoverview-1.0a1.tar.gz",
            "has_sig": false,
            "md5_digest": "ea51553c45bdef63f5400b0f390f43b0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 157953,
            "upload_time": "2023-10-27T11:21:42",
            "upload_time_iso_8601": "2023-10-27T11:21:42.286378Z",
            "url": "https://files.pythonhosted.org/packages/3e/18/28209be68832ef4cb17cf6ca080299436c419f4a01d39adc3c8ac5b1569e/collective.localrolesoverview-1.0a1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-27 11:21:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.localrolesoverview",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "collective.localrolesoverview"
}
        
Elapsed time: 0.12836s