txl_editors 0.3.2__py3-none-any.whl → 0.3.5__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.
- txl_editors/main.py +0 -1
- {txl_editors-0.3.2.dist-info → txl_editors-0.3.5.dist-info}/METADATA +2 -2
- txl_editors-0.3.5.dist-info/RECORD +7 -0
- txl_editors-0.3.2.dist-info/RECORD +0 -7
- {txl_editors-0.3.2.dist-info → txl_editors-0.3.5.dist-info}/WHEEL +0 -0
- {txl_editors-0.3.2.dist-info → txl_editors-0.3.5.dist-info}/entry_points.txt +0 -0
- {txl_editors-0.3.2.dist-info → txl_editors-0.3.5.dist-info}/licenses/LICENSE.txt +0 -0
txl_editors/main.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: txl_editors
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.5
|
4
4
|
Summary: TXL plugin for editors
|
5
5
|
Project-URL: Source, https://github.com/davidbrochart/jpterm/plugins/editors
|
6
6
|
Author-email: David Brochart <david.brochart@gmail.com>
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
15
15
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
16
16
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
17
17
|
Requires-Python: >=3.10
|
18
|
-
Requires-Dist: txl==0.3.
|
18
|
+
Requires-Dist: txl==0.3.1
|
19
19
|
Description-Content-Type: text/markdown
|
20
20
|
|
21
21
|
# TXL plugin for editors
|
@@ -0,0 +1,7 @@
|
|
1
|
+
txl_editors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
txl_editors/main.py,sha256=g-HyYsq2cjLxznZskvwdAY5svjytook0wktlyARFWA4,2223
|
3
|
+
txl_editors-0.3.5.dist-info/METADATA,sha256=1YoMUq7EGr2DSa4bNb9kRJxRgythZz_mYqPTrfT6tP4,817
|
4
|
+
txl_editors-0.3.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
txl_editors-0.3.5.dist-info/entry_points.txt,sha256=fUyNHjwvxZqXcULvZ7ZkxWTFQPgiWF-jiAhF6Rux1-c,111
|
6
|
+
txl_editors-0.3.5.dist-info/licenses/LICENSE.txt,sha256=su0IgzSHZ9tMFeCQ_IaCji5Q4VrZSOqDsEFi7lPduc8,1106
|
7
|
+
txl_editors-0.3.5.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
txl_editors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
txl_editors/main.py,sha256=L7uyHhushNyG8ynH6-166EFxRGLqU85qtegfCMimBLc,2259
|
3
|
-
txl_editors-0.3.2.dist-info/METADATA,sha256=xNlqClxQpdJJQhBgb9zr4WJI96SjmuKrK3RTZ2YQKeI,817
|
4
|
-
txl_editors-0.3.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
-
txl_editors-0.3.2.dist-info/entry_points.txt,sha256=fUyNHjwvxZqXcULvZ7ZkxWTFQPgiWF-jiAhF6Rux1-c,111
|
6
|
-
txl_editors-0.3.2.dist-info/licenses/LICENSE.txt,sha256=su0IgzSHZ9tMFeCQ_IaCji5Q4VrZSOqDsEFi7lPduc8,1106
|
7
|
-
txl_editors-0.3.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|