izana-core 0.0.1__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.
izana_core/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ """izana-core: name held for the Izana framework ahead of its first release."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.5
2
+ Name: izana-core
3
+ Version: 0.0.1
4
+ Summary: Izana: linked application state between backend and frontend. This name is held for the Izana framework ahead of its first release.
5
+ Author: Ryth Azhur
6
+ Requires-Python: >=3.11
7
+ Description-Content-Type: text/markdown
8
+
9
+ # izana-core
10
+
11
+ Part of **Izana** — a framework where a `@client` decorator on a server function produces a typed, cache-invalidating frontend client.
12
+
13
+ This is a placeholder release holding the name ahead of the first public version. The framework exists and is in active development; watch this name.
@@ -0,0 +1,4 @@
1
+ izana_core/__init__.py,sha256=uyvOxaPcjPAL7FoXUK7SGVkkj1qSxfOCBUZK1zs09ZY,103
2
+ izana_core-0.0.1.dist-info/METADATA,sha256=T6ukFTMYGuOkzqEdtTN3TXAyP3J82-FUwaxtSsnNSzU,581
3
+ izana_core-0.0.1.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
4
+ izana_core-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.32.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any