Metadata-Version: 2.4
Name: invenio-assets
Version: 4.2.3
Summary: Media assets management for Invenio.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-assets
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: assets,collect,invenio,npm
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: flask-collect-invenio<2.0.0,>=1.4.0
Requires-Dist: flask-webpackext<3.0.0,>=2.1.0
Requires-Dist: invenio-base<3.0.0,>=2.0.0
Provides-Extra: docs
Provides-Extra: tests
Requires-Dist: mock>=1.3.0; extra == 'tests'
Requires-Dist: pytest-black-ng>=0.4.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

..
    SPDX-FileCopyrightText: 2015-2020 CERN.
    SPDX-License-Identifier: MIT

================
 Invenio-Assets
================

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

.. image:: https://github.com/inveniosoftware/invenio-assets/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-assets/actions

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-assets.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-assets

.. image:: https://img.shields.io/pypi/v/invenio-assets.svg
        :target: https://pypi.org/pypi/invenio-assets

Media assets management for Invenio.

* Provides the processing and bundling of JavaScript and CSS files.

* Provides CLI for installing and building media assets for Invenio via
  integration with Webpack and NPM.

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