Metadata-Version: 2.1
Name: invenio-communities
Version: 2.7.0.dev9
Summary: Invenio module that adds support for communities.
Home-page: https://github.com/inveniosoftware/invenio-communities
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio communities
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 :: 3.8
Classifier: Development Status :: 3 - Alpha
Requires-Dist: invenio-files-rest (>=1.3.0)
Requires-Dist: invenio-mail (>=1.0.2)
Requires-Dist: invenio-requests (<0.3.0,>=0.2.7)
Requires-Dist: invenio-vocabularies (<0.11.0,>=0.10.2)
Provides-Extra: all
Requires-Dist: Sphinx (==4.2.0) ; extra == 'all'
Requires-Dist: Faker (>=2.0.3) ; extra == 'all'
Requires-Dist: invenio-app (<2.0.0,>=1.3.2) ; extra == 'all'
Requires-Dist: pytest-invenio (<2.0.0,>=1.4.2) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (==4.2.0) ; extra == 'docs'
Provides-Extra: elasticsearch6
Requires-Dist: invenio-search[elasticsearch6] (<2.0.0,>=1.4.2) ; extra == 'elasticsearch6'
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7] (<2.0.0,>=1.4.2) ; extra == 'elasticsearch7'
Provides-Extra: mysql
Requires-Dist: invenio-db[mysql,versioning] (<2.0.0,>=1.0.11) ; extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: invenio-db[postgresql,versioning] (<2.0.0,>=1.0.11) ; extra == 'postgresql'
Provides-Extra: sqlite
Requires-Dist: invenio-db[versioning] (<2.0.0,>=1.0.11) ; extra == 'sqlite'
Provides-Extra: tests
Requires-Dist: Faker (>=2.0.3) ; extra == 'tests'
Requires-Dist: invenio-app (<2.0.0,>=1.3.2) ; extra == 'tests'
Requires-Dist: pytest-invenio (<2.0.0,>=1.4.2) ; extra == 'tests'

..
    This file is part of Invenio.
    Copyright (C) 2016-2021 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-Communities
=====================

.. image:: https://github.com/inveniosoftware/invenio-communities/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-communities/actions?query=workflow%3ACI+branch%3Amaster

.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-communities.svg
        :target: https://github.com/inveniosoftware/invenio-communities/releases

.. image:: https://img.shields.io/pypi/dm/invenio-communities.svg
        :target: https://pypi.python.org/pypi/invenio-communities

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-communities.svg
        :target: https://github.com/inveniosoftware/invenio-communities/blob/master/LICENSE


Invenio module that adds support for communities.

*This is an experimental developer preview release.*

* Free software: MIT license
* Documentation: https://invenio-communities.readthedocs.io/


..
    This file is part of Invenio.
    Copyright (C) 2016-2021 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 2.3.1 (released 2021-06-10)
-----------------------------------

- Remove invenio dependencies to depend only on rdm-records.


Version 2.3.0 (released 2021-05-28)
-----------------------------------

- Improve visual feedback when changing permissions.
- Align facets with new records-resources faceting paradigm.


Version 2.2.5 (released 2021-04-29)
-----------------------------------

- Initial public release.


