Metadata-Version: 2.1
Name: rss_provider
Version: 1.0.0a2
Summary: Plone backend addon for volto-rss-provider
Home-page: https://github.com/collective/rss-provider
Author: Ziming Yuan
Author-email: zimingyuan2017@gmail.com
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/rss_provider
Project-URL: Source, https://github.com/collective/rss-provider
Project-URL: Tracker, https://github.com/collective/rss-provider/issues
Keywords: Python Plone CMS
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.GPL
License-File: LICENSE.md
Requires-Dist: setuptools
Requires-Dist: Plone
Requires-Dist: prettyconf
Requires-Dist: plone.api
Provides-Extra: test
Requires-Dist: pytest-plone>=0.5.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: zope.pytestlayer; extra == "test"
Requires-Dist: zest.releaser[recommended]; extra == "test"
Requires-Dist: plone.app.testing[robot]; extra == "test"
Requires-Dist: plone.restapi[test]; extra == "test"
Requires-Dist: collective.MockMailHost; extra == "test"


# 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.


# Contributors

- collective [collective@plone.org]


# Changelog

## 1.0.0a2 (2024-09-17)

- Updated `setup.py` to include author name and email.
- Fixed Markdown rendering for the long description on PyPI.

## 1.0.0a1 (2024-09-17)

- Initial version. [collective]


