Skip to content

Commit 917d00d

Browse files
authored
docs: PyScript (#10)
* docs: add info about PyScript * bump version to 0.3.2
1 parent 78c01d9 commit 917d00d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _This project started out as a fun coding challenge, and now evolving into somet
1616

1717
## Usage
1818
Create server side HTML using plain Python data structures.
19-
This library should also be possible to combine with PyScript, but I haven't tested that out yet.
19+
You can also use it with __PyScript__.
2020

2121
## Example
2222

@@ -108,6 +108,7 @@ The HTML equivalent is:
108108

109109

110110
## Resources
111+
- [PyScript and python-hiccup example](https://pyscript.com/@davidvujic/pyscript-jokes-with-a-hiccup/latest?files=main.py) - PyScript Jokes with a Hiccup
111112
- [Hiccup](https://github.com/weavejester/hiccup) - the original implementation, for Clojure.
112113

113114

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-hiccup"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Python Hiccup is a library for representing HTML using plain Python data structures"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)