Skip to content

Commit ccd10a7

Browse files
committed
Update
1 parent 361bae0 commit ccd10a7

File tree

5 files changed

+65
-108
lines changed

5 files changed

+65
-108
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<h1>
2-
<img src="https://github.com/jpsca/jx/raw/main/docs/logo-jx.png" height="100" align="top">
2+
<img src="https://github.com/jpsca/jx/raw/master/docs/logo-jx.png" height="100" align="top">
33
</h1>
44

55
Super components powers for your Jinja templates.
66

77
<p>
8-
<img alt="python: 3.11, 3.12, 3.13, 3.14" src="https://github.com/jpsca/jx/raw/main/docs/python.svg">
9-
<img alt="license: MIT" src="https://github.com/jpsca/jx/raw/main/docs/license.svg">
8+
<img alt="python: 3.11, 3.12, 3.13, 3.14" src="https://github.com/jpsca/jx/raw/master/docs/python.svg">
9+
<img alt="license: MIT" src="https://github.com/jpsca/jx/raw/master/docs/license.svg">
1010
</p>
1111

1212
From chaos to clarity: The power of components in your server-side-rendered Python web app.

docs/logo-jx.png

-5.11 KB
Loading

docs/logo-jx.svg

Lines changed: 59 additions & 93 deletions
Loading

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,11 @@ classifiers = [
2929
requires-python = ">=3.11,<4"
3030
dependencies = [
3131
"jinja2 >= 3.0",
32-
"markupsafe >= 2.0",
33-
"ty>=0.0.1a15",
3432
]
3533

3634
[project.urls]
37-
homepage = "https://jx.scaletti.dev/"
38-
repository = "https://github.com/jpsca/jx"
39-
documentation = "https://jx.scaletti.dev/"
35+
Homepage = "https://jx.scaletti.dev/"
36+
GitHub = "https://github.com/jpsca/jx"
4037

4138
[dependency-groups]
4239
dev = [

uv.lock

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)