Metadata-Version: 2.4
Name: redturtle.reactbundle
Version: 1.0.0
Summary: Addon that add React into Classic UI
Home-page: https://github.com/collective/redturtle.reactbundle
Author: RedTurtle Technology
Author-email: sviluppo@redturtle.it
License: GPL version 2
Project-URL: PyPI, https://pypi.org/project/redturtle.reactbundle/
Project-URL: Source, https://github.com/collective/redturtle.reactbundle
Project-URL: Tracker, https://github.com/collective/redturtle.reactbundle/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 6.1
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.11
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.testing>=5.0.0; extra == "test"
Requires-Dist: plone.app.contenttypes; extra == "test"
Requires-Dist: plone.app.robotframework[debug]; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

.. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on PyPI or github. It is a comment.

.. image:: https://img.shields.io/pypi/v/redturtle.reactbundle.svg
    :target: https://pypi.python.org/pypi/redturtle.reactbundle/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/redturtle.reactbundle.svg
    :target: https://pypi.python.org/pypi/redturtle.reactbundle
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/l/redturtle.reactbundle.svg
    :target: https://pypi.python.org/pypi/redturtle.reactbundle/
    :alt: License


======================
RedTurtle React Bundle
======================

Addon that add React into Classic UI

Features
--------

- Install it and have React and ReactDOM available in your Plone Classic UI as bundle.


React version
--------------

- React 19.2.0

Development
-----------

If you need to update React version, just run::

    > npm install react@latest react-dom@latest
    > npm run build

Installation
------------

Install redturtle.reactbundle by adding it to your buildout::

    [buildout]

    ...

    eggs =
        redturtle.reactbundle


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/RedTurtle/redturtle.reactbundle/issues
- Source Code: https://github.com/RedTurtle/redturtle.reactbundle


Authors
-------

This product was developed by RedTurtle Technology team.

.. image:: https://avatars1.githubusercontent.com/u/1087171?s=100&v=4
   :alt: RedTurtle Technology Site
   :target: http://www.redturtle.it/


License
-------

The project is licensed under the GPLv2.


Contributors
============

- RedTurtle Technology, sviluppo@redturtle.it


Changelog
=========


1.0.0 (2026-03-26)
------------------

- Initial release.
  [cekk]
