jx 0.3.0__py3-none-any.whl → 0.4.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- jx/parser.py +1 -1
- {jx-0.3.0.dist-info → jx-0.4.0.dist-info}/METADATA +11 -12
- {jx-0.3.0.dist-info → jx-0.4.0.dist-info}/RECORD +6 -6
- {jx-0.3.0.dist-info → jx-0.4.0.dist-info}/WHEEL +0 -0
- {jx-0.3.0.dist-info → jx-0.4.0.dist-info}/licenses/LICENSE +0 -0
- {jx-0.3.0.dist-info → jx-0.4.0.dist-info}/top_level.txt +0 -0
jx/parser.py
CHANGED
|
@@ -24,7 +24,7 @@ RX_TAG_NAME = re.compile(rf"<(?P<tag>{re_tag_name})(\s|\n|/|>)")
|
|
|
24
24
|
re_attr_name = r""
|
|
25
25
|
re_equal = r""
|
|
26
26
|
re_attr = r"""
|
|
27
|
-
(?P<name>[:a-zA-Z@$_][a-zA-Z@:$_0-9
|
|
27
|
+
(?P<name>[:a-zA-Z@$_][a-zA-Z@:$_0-9-\.]*)
|
|
28
28
|
(?:
|
|
29
29
|
\s*=\s*
|
|
30
30
|
(?P<value>".*?"|'.*?'|\{\{.*?\}\})
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jx
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0
|
|
4
4
|
Summary: Replace your HTML templates with Python server-Side components
|
|
5
5
|
Author-email: Juan Pablo Scaletti <juanpablo@jpscaletti.com>
|
|
6
|
-
Project-URL:
|
|
7
|
-
Project-URL:
|
|
6
|
+
Project-URL: Code, https://github.com/jpsca/jx
|
|
7
|
+
Project-URL: Documentation, https://jx.scaletti.dev/
|
|
8
8
|
Classifier: Development Status :: 4 - Beta
|
|
9
9
|
Classifier: Environment :: Web Environment
|
|
10
10
|
Classifier: Intended Audience :: Developers
|
|
@@ -24,17 +24,16 @@ License-File: LICENSE
|
|
|
24
24
|
Requires-Dist: jinja2>=3.0
|
|
25
25
|
Dynamic: license-file
|
|
26
26
|
|
|
27
|
-
<
|
|
28
|
-
<img src="
|
|
29
|
-
</
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
<p>
|
|
34
|
-
<img alt="python: 3.11, 3.12, 3.13, 3.14" src="./docs/python.svg">
|
|
35
|
-
<img alt="license: MIT" src="./docs/license.svg">
|
|
27
|
+
<div align="center">
|
|
28
|
+
<h1><img alt="Jx" src="https://raw.githubusercontent.com/jpsca/jx/main/docs/assets/images/logo-jx.png" height="100" align="top"></h1>
|
|
29
|
+
</div>
|
|
30
|
+
<p align="center">
|
|
31
|
+
<img alt="python: 3.12, 3.13, 3.14" src="https://raw.githubusercontent.com/jpsca/jx/main/docs/python.svg">
|
|
32
|
+
<img alt="license: MIT" src="https://raw.githubusercontent.com/jpsca/jx/main/docs/license.svg">
|
|
36
33
|
</p>
|
|
37
34
|
|
|
35
|
+
### Python server-side components
|
|
36
|
+
|
|
38
37
|
From chaos to clarity: The power of components in your server-side-rendered Python web app.
|
|
39
38
|
|
|
40
39
|
<!-- Documentation: https://jx.scaletti.dev/ -->
|
|
@@ -4,10 +4,10 @@ jx/catalog.py,sha256=6NxK88krwH0Aw86SeRSW4Ws7pVENNu9dCtrAFYVKg5o,13512
|
|
|
4
4
|
jx/component.py,sha256=04Ic7wGm65uUPAiVGhz8YbD2orBbasKd1dFo4FtbIv4,7004
|
|
5
5
|
jx/exceptions.py,sha256=eQVCjt49FOgOjdGPPAhU4eIgBvumQ6BXmTh_siYpyIg,1493
|
|
6
6
|
jx/meta.py,sha256=nKSeZzgdtJEjPoc7PaYGhBkBbwFRC97XZc_GUMBndPI,5167
|
|
7
|
-
jx/parser.py,sha256=
|
|
7
|
+
jx/parser.py,sha256=AtjSqCwLps18gi2fzi4CkkszH0iqSIzBbGNX76kCuNc,12843
|
|
8
8
|
jx/utils.py,sha256=BTxDPhiWuKHRcVCND07OGkYLhzPp9G6iDgDC7H2o4Lo,643
|
|
9
|
-
jx-0.
|
|
10
|
-
jx-0.
|
|
11
|
-
jx-0.
|
|
12
|
-
jx-0.
|
|
13
|
-
jx-0.
|
|
9
|
+
jx-0.4.0.dist-info/licenses/LICENSE,sha256=RHwNifuIFfQM9QUhA2FQfnqlBcnhBHlJEVp8QcRllew,1076
|
|
10
|
+
jx-0.4.0.dist-info/METADATA,sha256=yawNxY_gtRcxlpz-eNHiVlQdroIC5f0gdncL4SnP5uU,2722
|
|
11
|
+
jx-0.4.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
+
jx-0.4.0.dist-info/top_level.txt,sha256=P61YQxqfmzVpxTMe3C48gt0vc6fnHLF8Ml0JXC-QuEI,3
|
|
13
|
+
jx-0.4.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|