collective.blueprint.usersandgroups


Namecollective.blueprint.usersandgroups JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.blueprint.usersandgroups
Summarytransmogrifier blueprints for importing users and groups into plone
upload_time2023-04-28 15:11:55
maintainer
docs_urlNone
authorRok Garbas
requires_python>=2.7
licenseGPL version 2
keywords plone transmogrifier blueprint user group
VCS
bugtrack_url
requirements setuptools zc.buildout
Travis-CI No Travis.
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://travis-ci.org/collective/collective.blueprint.usersandgroups.svg?branch=master
    :target: https://travis-ci.org/collective/collective.blueprint.usersandgroups

.. image:: https://coveralls.io/repos/github/collective/collective.blueprint.usersandgroups/badge.svg?branch=master
    :target: https://coveralls.io/github/collective/collective.blueprint.usersandgroups?branch=master
    :alt: Coveralls

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

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

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

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


===================================
collective.blueprint.usersandgroups
===================================

Tell me what your product does

Features
--------

- Can be bullet points


Examples
--------

This add-on can be seen in action at the following sites:
- Is there a page on the internet where everybody can see the features?


Documentation
-------------

Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar


Translations
------------

This product has been translated into

- Klingon (thanks, K'Plai)


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

Install collective.blueprint.usersandgroups by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.blueprint.usersandgroups


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.blueprint.usersandgroups/issues
- Source Code: https://github.com/collective/collective.blueprint.usersandgroups
- Documentation: https://docs.plone.org/foo/bar


Support
-------

If you are having issues, please let us know.
We have a mailing list located at: project@example.com


License
-------

The project is licensed under the GPLv2.


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

- Rok Garbas, rok@garbas.si
- Wesley Barroso, wesleybl@gmail.com


0.3.1 (2023-04-28)
------------------

- Fix python_requires, in order to allow the package to be installed with pip.
  [wesleybl]


0.3.0 (2021-09-28)
------------------

- Add support to Python 3.7 and Python 3.8.
  [wesleybl]

- Add support to Plone 5.1 and Plone 5.2.
  [wesleybl]

- No longer use zope.app.container.
  [wesleybl]


0.2.0 (2015-06-07)
------------------

  - Fixed MANIFEST.in




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.blueprint.usersandgroups",
    "name": "collective.blueprint.usersandgroups",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7",
    "maintainer_email": "",
    "keywords": "plone transmogrifier blueprint user group",
    "author": "Rok Garbas",
    "author_email": "rok@garbas.si",
    "download_url": "https://files.pythonhosted.org/packages/aa/25/c75067b5376bcfce8c5d4fae94f7b758e0b847d31c83b6692b6df48895a0/collective.blueprint.usersandgroups-0.3.1.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://travis-ci.org/collective/collective.blueprint.usersandgroups.svg?branch=master\n    :target: https://travis-ci.org/collective/collective.blueprint.usersandgroups\n\n.. image:: https://coveralls.io/repos/github/collective/collective.blueprint.usersandgroups/badge.svg?branch=master\n    :target: https://coveralls.io/github/collective/collective.blueprint.usersandgroups?branch=master\n    :alt: Coveralls\n\n.. image:: https://img.shields.io/pypi/v/collective.blueprint.usersandgroups.svg\n    :target: https://pypi.python.org/pypi/collective.blueprint.usersandgroups/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.blueprint.usersandgroups.svg\n    :target: https://pypi.python.org/pypi/collective.blueprint.usersandgroups\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.blueprint.usersandgroups.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.blueprint.usersandgroups.svg\n    :target: https://pypi.python.org/pypi/collective.blueprint.usersandgroups/\n    :alt: License\n\n\n===================================\ncollective.blueprint.usersandgroups\n===================================\n\nTell me what your product does\n\nFeatures\n--------\n\n- Can be bullet points\n\n\nExamples\n--------\n\nThis add-on can be seen in action at the following sites:\n- Is there a page on the internet where everybody can see the features?\n\n\nDocumentation\n-------------\n\nFull documentation for end users can be found in the \"docs\" folder, and is also available online at http://docs.plone.org/foo/bar\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Klingon (thanks, K'Plai)\n\n\nInstallation\n------------\n\nInstall collective.blueprint.usersandgroups by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.blueprint.usersandgroups\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.blueprint.usersandgroups/issues\n- Source Code: https://github.com/collective/collective.blueprint.usersandgroups\n- Documentation: https://docs.plone.org/foo/bar\n\n\nSupport\n-------\n\nIf you are having issues, please let us know.\nWe have a mailing list located at: project@example.com\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Rok Garbas, rok@garbas.si\n- Wesley Barroso, wesleybl@gmail.com\n\n\n0.3.1 (2023-04-28)\n------------------\n\n- Fix python_requires, in order to allow the package to be installed with pip.\n  [wesleybl]\n\n\n0.3.0 (2021-09-28)\n------------------\n\n- Add support to Python 3.7 and Python 3.8.\n  [wesleybl]\n\n- Add support to Plone 5.1 and Plone 5.2.\n  [wesleybl]\n\n- No longer use zope.app.container.\n  [wesleybl]\n\n\n0.2.0 (2015-06-07)\n------------------\n\n  - Fixed MANIFEST.in\n\n\n\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "transmogrifier blueprints for importing users and groups into plone",
    "version": "0.3.1",
    "split_keywords": [
        "plone",
        "transmogrifier",
        "blueprint",
        "user",
        "group"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa25c75067b5376bcfce8c5d4fae94f7b758e0b847d31c83b6692b6df48895a0",
                "md5": "136cbb52102dcbe6fc4142bb3b3b1be9",
                "sha256": "33c92d1cb87a8c2df629be72d093097f183042d6e1e21d4cb00c7869d8059aef"
            },
            "downloads": -1,
            "filename": "collective.blueprint.usersandgroups-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "136cbb52102dcbe6fc4142bb3b3b1be9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7",
            "size": 22909,
            "upload_time": "2023-04-28T15:11:55",
            "upload_time_iso_8601": "2023-04-28T15:11:55.962964Z",
            "url": "https://files.pythonhosted.org/packages/aa/25/c75067b5376bcfce8c5d4fae94f7b758e0b847d31c83b6692b6df48895a0/collective.blueprint.usersandgroups-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-28 15:11:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "collective",
    "github_project": "collective.blueprint.usersandgroups",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "zc.buildout",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "collective.blueprint.usersandgroups"
}
        
Elapsed time: 0.06459s