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 +7 -0
- lexilla-0.0.0.dist-info/METADATA +16 -0
- lexilla-0.0.0.dist-info/RECORD +4 -0
- lexilla-0.0.0.dist-info/WHEEL +4 -0
lexilla/__init__.py
ADDED
|
@@ -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,,
|