Metadata-Version: 2.1
Name: invenio-communities
Version: 2.8.0.dev1
Summary: "InvenioRDM module for the communities feature."
Home-page: https://github.com/inveniosoftware/invenio-communities
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio communities
Platform: any
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6
Requires-Dist: invenio-requests (<0.4.0,>=0.3.1)
Requires-Dist: invenio-vocabularies (<0.12.0,>=0.11.0)
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7] (<2.0,>=1.4.2) ; extra == 'elasticsearch7'
Provides-Extra: tests
Requires-Dist: Faker (>=2.0.3) ; extra == 'tests'
Requires-Dist: invenio-app (>=1.3.2) ; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql,versioning] (<2.0,>=1.0.13) ; extra == 'tests'
Requires-Dist: pytest-invenio (>=1.4.3) ; extra == 'tests'
Requires-Dist: sphinx (<5,>=4.2.0) ; 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.


