computed-css-engine 0.1.2__cp38-cp38-win_amd64.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.
@@ -0,0 +1,5 @@
1
+ from .computed_css_engine import *
2
+
3
+ __doc__ = computed_css_engine.__doc__
4
+ if hasattr(computed_css_engine, "__all__"):
5
+ __all__ = computed_css_engine.__all__
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.4
2
+ Name: computed-css-engine
3
+ Version: 0.1.2
4
+ Summary: High-performance CSS style computation engine - parses HTML and computes CSS styles for each element
5
+ Requires-Python: >=3.7
@@ -0,0 +1,6 @@
1
+ computed_css_engine/__init__.py,sha256=WvBTrWIadjpHZb01ttFHdyM62dJuXmbL6EJh8_EidEI,159
2
+ computed_css_engine/computed_css_engine.cp38-win_amd64.pyd,sha256=jwRF_bF5x9NRc_LTCOhmYuwHc9_QRanqMuJGZ6xhxww,2889728
3
+ computed_css_engine-0.1.2.dist-info/METADATA,sha256=COHB8I8jhwcfnwsCAnCvBP4FCI_1qDmyIGn4xz10s-Y,196
4
+ computed_css_engine-0.1.2.dist-info/WHEEL,sha256=wTvc4riWt9wxLXuCrZ5UPSfDyrrS4htCEUdIVHZdHEA,95
5
+ computed_css_engine-0.1.2.dist-info/sboms/computed-css-engine.cyclonedx.json,sha256=y3f-4TUl0PzBxodrYyOPp6E6U9GgJyui1_I1R2QHWUM,116412
6
+ computed_css_engine-0.1.2.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.12.6)
3
+ Root-Is-Purelib: false
4
+ Tag: cp38-cp38-win_amd64