Metadata-Version: 2.3
Name: reactpy_utils
Version: 0.0.29
Summary: A collection of utilities for ReactPy.
Project-URL: Changelog, https://stevej2608.github.io/reactpy-utils/latest/about/changelog/
Project-URL: Documentation, https://github.com/stevej2608/reactpy-utils#readme
Project-URL: Source, https://github.com/stevej2608/reactpy-utils
Author-email: Steve Jones <jonesst2608@gmail.com>
License: MIT
Keywords: React,ReactJS,ReactPy,components
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: pydantic
Requires-Dist: reactpy-router>=1.0.3
Requires-Dist: reactpy>=1.0.0
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

# <img src="https://raw.githubusercontent.com//stevej2608/reactpy-utils/main/docs/src/assets/image/logo-toolbox.svg" align="left" height="45"/> ReactPy Utils

<p>
    <a href="https://github.com/stevej2608/reactpy-utils/actions/workflows/test-src.yml">
        <img src="https://github.com/stevej2608/reactpy-utils/actions/workflows/test-src.yml/badge.svg">
    </a>
    <a href="https://pypi.python.org/pypi/reactpy-utils">
        <img src="https://img.shields.io/pypi/v/reactpy-utils.svg?label=PyPI">
    </a>
    <a href="https://github.com/stevej2608/reactpy-utils/blob/main/LICENSE.md">
        <img src="https://img.shields.io/badge/License-MIT-purple.svg">
    </a>
    <a href="https://stevej2608.github.io/reactpy-utils/develop">
        <img src="https://img.shields.io/website?down_message=offline&label=Docs&logo=read%20the%20docs&logoColor=white&up_message=online&url=https%3A%2F%2Fstevej2608.github.io%2Freactpy-utils%2F">
    </a>
</p>

The **[reactpy-utils]** project is a collection of utilities and components that target the more obscure aspects
of website design with [ReactPy]. 

The following list gives a flavour of the type of features that are available:

- [X] Copy to clipboard
- [X] Set the page title
- [X] Read/write the Browser local storage 
- [X] Minified JavaScript code templates

### Install from PyPI

Run the following command to install [reactpy-utils] in your Python environment.

```bash linenums="0"
pip install reactpy-utils
```

More information about this package can be found on [the documentation](https://stevej2608.github.io/reactpy-utils/latest/).

## 🙏 Credits

In order to maintain consistency within the [ReactPy] ecosystem, the Hatch build and GitHub workflow 
configurations and the project documentation layout conform those of the [reactpy-router]. Many thanks to 
all those involved.

[reactpy-utils]: https://pypi.org/project/reactpy-utils/
[reactpy-router]: https://github.com/reactive-python/reactpy-router
[ReactPy]: https://reactpy.dev/docs/index.html

