Metadata-Version: 2.4
Name: marshmallow-utils
Version: 0.15.1
Summary: Extras and utilities for Marshmallow.
Project-URL: Repository, https://github.com/inveniosoftware/marshmallow-utils
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: invenio,search,ui
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.8
Requires-Dist: arrow>=0.16.0
Requires-Dist: babel-edtf>=1.2.0
Requires-Dist: babel>=2.8
Requires-Dist: bleach[css]>=5.0.0
Requires-Dist: edtf<6.0.0,>=5.0.0
Requires-Dist: ftfy>=4.4.3
Requires-Dist: geojson>=2.5.0
Requires-Dist: idutils>=1.1.8
Requires-Dist: marshmallow-oneofschema>=2.1.0
Requires-Dist: marshmallow<4.0.0,>=3.5.0
Requires-Dist: pycountry>=18.12.8
Requires-Dist: uritemplate>=3.0.1
Requires-Dist: werkzeug>=1.0.0
Provides-Extra: tests
Requires-Dist: coverage>=5.2.1; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-cov>=2.10.1; extra == 'tests'
Requires-Dist: pytest-isort>=1.2.0; extra == 'tests'
Requires-Dist: pytest-pydocstyle>=2.2.0; extra == 'tests'
Requires-Dist: pytest<9.0.0,>=6.0; extra == 'tests'
Requires-Dist: sphinx>=4.2.0; extra == 'tests'
Description-Content-Type: text/x-rst

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

===================
 Marshmallow-Utils
===================

.. image:: https://img.shields.io/travis/inveniosoftware/marshmallow-utils.svg
        :target: https://travis-ci.org/inveniosoftware/marshmallow-utils

.. image:: https://img.shields.io/coveralls/inveniosoftware/marshmallow-utils.svg
        :target: https://coveralls.io/r/inveniosoftware/marshmallow-utils

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

.. image:: https://img.shields.io/pypi/dm/marshmallow-utils.svg
        :target: https://pypi.python.org/pypi/marshmallow-utils

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

Extras and utilities for Marshmallow

Further documentation is available on
https://marshmallow-utils.readthedocs.io/
