htmy 0.3.1__py3-none-any.whl → 0.3.2__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.

Potentially problematic release.


This version of htmy might be problematic. Click here for more details.

htmy/core.py CHANGED
@@ -5,9 +5,11 @@ import asyncio
5
5
  import enum
6
6
  from collections.abc import Callable, Container
7
7
  from pathlib import Path
8
- from typing import Any, ClassVar, Generic, Self, TypedDict, cast, overload
8
+ from typing import Any, ClassVar, Generic, TypedDict, cast, overload
9
9
  from xml.sax.saxutils import escape as xml_escape
10
10
 
11
+ from typing_extensions import Self
12
+
11
13
  from .io import open_file
12
14
  from .typing import (
13
15
  AsyncFunctionComponent,
htmy/md/typing.py CHANGED
@@ -1,5 +1,7 @@
1
1
  from collections.abc import Callable
2
- from typing import Any, NotRequired, TypeAlias, TypedDict
2
+ from typing import Any, TypeAlias, TypedDict
3
+
4
+ from typing_extensions import NotRequired
3
5
 
4
6
  from htmy.typing import Component
5
7
 
@@ -1,13 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: htmy
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: Async, pure-Python rendering engine.
5
5
  License: MIT
6
6
  Author: Peter Volf
7
7
  Author-email: do.volfp@gmail.com
8
- Requires-Python: >=3.11,<4.0
8
+ Requires-Python: >=3.10,<4.0
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.10
11
12
  Classifier: Programming Language :: Python :: 3.11
12
13
  Classifier: Programming Language :: Python :: 3.12
13
14
  Classifier: Programming Language :: Python :: 3.13
@@ -1,17 +1,17 @@
1
1
  htmy/__init__.py,sha256=_hffMH5lgK2E8cV62Fr90dF2fjfdjM5WMPgWMe9EP4M,1782
2
- htmy/core.py,sha256=9BvzVMc3ZL94It6Yw4qxodbxLvw_PolJO1uzzxW4Rbo,18562
2
+ htmy/core.py,sha256=bVnIgyw5ED6c7CMIafFpaWeweuMyGFPwgRxOH48hSUI,18592
3
3
  htmy/etree.py,sha256=zZkKY82t5fX85unS9oHuG6KEBsJY_iz6E7SJto8lSVQ,3097
4
4
  htmy/html.py,sha256=pxmE-KU5OgwNp6MyxOfdS0Ohpzu2RNYCeGGFlHLDGUM,20940
5
5
  htmy/i18n.py,sha256=brNazQjObBFfbnViZCpcnxa0qgxQbJfX7xJAH-MqTW8,5124
6
6
  htmy/io.py,sha256=iebJOZp7L0kZ9SWdqMatKtW5VGRIkEd-eD0_vTAldH8,41
7
7
  htmy/md/__init__.py,sha256=lxBJnYplkDuxYuiese6My9KYp1DeGdzo70iUdYTvMnE,334
8
8
  htmy/md/core.py,sha256=-EKucDFKMUtGgs9k_q9134oXY2GXtdKX1KOJXG4YmKc,3342
9
- htmy/md/typing.py,sha256=LbsoAJ8OnZod9UbFiNVvWAEyFDqGRKhGmRpLWqbi8VY,642
9
+ htmy/md/typing.py,sha256=VNUmrJILyX9NsytUA72BlXnVF7Ak7MIV4fp3eZVS0TQ,672
10
10
  htmy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  htmy/renderer.py,sha256=vIY-_IFonctEHgl6kOL3586Peve2Lz7Ly8jpf9WOlqQ,3706
12
12
  htmy/typing.py,sha256=QdqbObdnrVvHjIpVlEH4ylZtvZCuOYU9XygF3oI1IQ8,2672
13
13
  htmy/utils.py,sha256=7_CyA39l2m6jzDqparPKkKgRB2wiGuBZXbiPgiZOXKA,1093
14
- htmy-0.3.1.dist-info/LICENSE,sha256=rFtoGU_3c_rlacXgOZapTHfMErN-JFPT5Bq_col4bqI,1067
15
- htmy-0.3.1.dist-info/METADATA,sha256=hNSmkwmwBGr0xfVSrOsp6BPfNZ-kCX6m0gGN5I7WqSo,16210
16
- htmy-0.3.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
17
- htmy-0.3.1.dist-info/RECORD,,
14
+ htmy-0.3.2.dist-info/LICENSE,sha256=rFtoGU_3c_rlacXgOZapTHfMErN-JFPT5Bq_col4bqI,1067
15
+ htmy-0.3.2.dist-info/METADATA,sha256=KwUfX4_DDWIkWBGhcFOLfi7xHaQCI5lz70cn2Z0y7pg,16261
16
+ htmy-0.3.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
17
+ htmy-0.3.2.dist-info/RECORD,,
File without changes
File without changes