Metadata-Version: 2.4
Name: invenio-collections
Version: 1.0.0
Summary: Invenio module for organizing metadata into collections.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-collections
Author-email: CERN <info@inveniosoftware.org>
License: MIT License
        
        Copyright (C) 2015 CERN.
        Copyright (C) 2025 Ubiquity Press.
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
        the Software, and to permit persons to whom the Software is furnished to do so,
        subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
        FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
        IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
        CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: collections,invenio,inveniordm,rdm
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: invenio-administration<5.0.0,>=4.0.0
Requires-Dist: invenio-communities<21.0.0,>=20.0.0
Requires-Dist: invenio-rdm-records<21.0.0,>=20.0.0
Requires-Dist: invenio-records-resources<9.0.0,>=8.0.0
Requires-Dist: invenio-search-ui<5.0.0,>=4.0.0
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == 'opensearch2'
Provides-Extra: tests
Requires-Dist: invenio-app<3.0.0,>=2.0.0; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql]<3.0.0,>=2.0.0; extra == 'tests'
Requires-Dist: pytest-black>=0.3.0; extra == 'tests'
Requires-Dist: pytest-invenio<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: sphinx>=4.5; extra == 'tests'
Description-Content-Type: text/x-rst

..
    Copyright (C) 2015 CERN.
    Copyright (C) 2025 Ubiquity Press.

    Invenio-Collections 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-Collections
=====================

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

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

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

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

Invenio module for organizing metadata into collections.

Further documentation is available on
https://invenio-collections.readthedocs.io/
