Metadata-Version: 2.4
Name: rss_provider
Version: 1.0.0
Summary: A new addon for Plone
Project-URL: Homepage, https://github.com/collective/rss-provider.git
Project-URL: PyPI, https://pypi.org/project/rss-provider
Project-URL: Source, https://github.com/collective/rss-provider
Project-URL: Tracker, https://github.com/collective/rss-provider/issues
Author-email: Plone Community <collective@plone.org>
License-Expression: GPL-2.0-only
License-File: LICENSE.GPL
License-File: LICENSE.md
Keywords: CMS,Plone,Python
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 6.0
Classifier: Framework :: Plone :: 6.1
Classifier: Framework :: Plone :: Addon
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: plone-api
Requires-Dist: plone-restapi
Requires-Dist: plone-volto
Requires-Dist: products-cmfplone
Provides-Extra: test
Requires-Dist: horse-with-no-namespace; extra == 'test'
Requires-Dist: plone-app-testing; extra == 'test'
Requires-Dist: plone-restapi[test]; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-plone>=0.5.0; extra == 'test'
Description-Content-Type: text/markdown

# rss_provider

This is the Plone backend addon for [volto-rss-provider](https://github.com/collective/volto-rss-provider).

[![PyPI version](https://badge.fury.io/py/rss-provider.svg)](https://pypi.org/project/rss-provider/)

## Features

### Content Types

- The backend addon adds a `rss_feed` content type with `blocks` behavior enabled and two additional `max_title_length` and `max_description_length` fields in its schema.

## Installation

Install rss_provider with `pip`:

```shell
pip install rss_provider
```

## Contribute

- [Issue Tracker](https://github.com/collective/rss-provider/issues)
- [Source Code](https://github.com/collective/rss-provider/)

## License

The project is licensed under the GPLv2.
