lexilla 0.0.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.
lexilla/__init__.py ADDED
@@ -0,0 +1,7 @@
1
+ """Placeholder release for lexilla.
2
+
3
+ This is a placeholder reserving the package name on PyPI. The real
4
+ package is under development at https://github.com/borco/lexilla-py
5
+ """
6
+
7
+ __version__ = "0.0.0"
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: lexilla
3
+ Version: 0.0.0
4
+ Summary: Placeholder release - binding for Lexilla (in development)
5
+ Project-URL: Repository, https://github.com/borco/lexilla-py
6
+ Author-email: Ioan Calin <iborco@gmail.com>
7
+ License-Expression: MIT
8
+ Requires-Python: >=3.11
9
+ Description-Content-Type: text/markdown
10
+
11
+ # lexilla
12
+
13
+ Placeholder release reserving this name on PyPI.
14
+
15
+ The real package is under development at
16
+ [github.com/borco/lexilla-py](https://github.com/borco/lexilla-py).
@@ -0,0 +1,4 @@
1
+ lexilla/__init__.py,sha256=PVrHYjBH_kDrXprYYUvbUFEKq5Ynqln7Qrtc2d0k7Kw,199
2
+ lexilla-0.0.0.dist-info/METADATA,sha256=LtsLprvyZyjyNjhtFlGH-zcKr2fKFAwOVsHNjLEceRE,483
3
+ lexilla-0.0.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ lexilla-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any