url_for_params

This commit is contained in:
Waylon Walker 2024-04-05 22:39:40 -05:00
parent 7bff037b78
commit 133b37c490
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
5 changed files with 57 additions and 9 deletions

View file

@ -1,8 +1,5 @@
# htmx patterns
[![PyPI - Version](https://img.shields.io/pypi/v/htmx-patterns.svg)](https://pypi.org/project/htmx-patterns)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/htmx-patterns.svg)](https://pypi.org/project/htmx-patterns)
-----
**Table of Contents**
@ -13,7 +10,11 @@
## Installation
```console
pip install htmx-patterns
pip install git+https://github.com/waylonwalker/htmx-patterns
# or clone and pip install
git clone https://github.com/waylonwalker/htmx-patterns
pip install .
```
## License