Metadata-Version: 2.3
Name: reactpy_router
Version: 1.0.1
Summary: A URL router for ReactPy.
Project-URL: Changelog, https://reactive-python.github.io/reactpy-router/latest/about/changelog/
Project-URL: Documentation, https://reactive-python.github.io/reactpy-router/latest/
Project-URL: Source, https://github.com/reactive-python/reactpy-router
Author-email: Mark Bakhit <archiethemonger@gmail.com>
License-Expression: MIT
License-File: LICENSE.md
Keywords: React,ReactJS,ReactPy,components
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: reactpy>=1.0.0
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

# <img src="https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/svg/reactpy-logo-square.svg" align="left" height="45"/> ReactPy Router

<p>
    <a href="https://github.com/reactive-python/reactpy-router/actions/workflows/test-src.yaml">
        <img src="https://github.com/reactive-python/reactpy-router/actions/workflows/test-src.yaml/badge.svg">
    </a>
    <a href="https://pypi.python.org/pypi/reactpy-router">
        <img src="https://img.shields.io/pypi/v/reactpy-router.svg?label=PyPI">
    </a>
    <a href="https://github.com/reactive-python/reactpy-router/blob/main/LICENSE.md">
        <img src="https://img.shields.io/badge/License-MIT-purple.svg">
    </a>
    <a href="https://reactive-python.github.io/reactpy-router/">
        <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%2Freactive-python.github.io%2Freactpy-router%2F">
    </a>
    <a href="https://discord.gg/uNb5P4hA9X">
        <img src="https://img.shields.io/discord/1111078259854168116?label=Discord&logo=discord">
    </a>
</p>

[ReactPy-Router](https://github.com/reactive-python/reactpy-router) is used to add used to add URL routing support to an existing **ReactPy project**.

More information about this package can be found on [the documentation](https://reactive-python.github.io/reactpy-router).
