rumdl 0.0.154__py3-none-macosx_11_0_arm64.whl → 0.0.156__py3-none-macosx_11_0_arm64.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.
Potentially problematic release.
This version of rumdl might be problematic. Click here for more details.
- rumdl/__init__.py +11 -0
- {rumdl-0.0.154.data → rumdl-0.0.156.data}/scripts/rumdl +0 -0
- {rumdl-0.0.154.dist-info → rumdl-0.0.156.dist-info}/METADATA +1 -1
- rumdl-0.0.156.dist-info/RECORD +8 -0
- {rumdl-0.0.154.dist-info → rumdl-0.0.156.dist-info}/WHEEL +1 -1
- python/rumdl/__init__.py +0 -5
- rumdl-0.0.154.dist-info/RECORD +0 -8
- {python/rumdl → rumdl}/__main__.py +0 -0
- {python/rumdl → rumdl}/py.typed +0 -0
- {rumdl-0.0.154.dist-info → rumdl-0.0.156.dist-info}/licenses/LICENSE +0 -0
rumdl/__init__.py
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"""
|
|
2
|
+
rumdl: An extremely fast Markdown linter written in Rust.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
try:
|
|
6
|
+
from importlib.metadata import version
|
|
7
|
+
__version__ = version("rumdl")
|
|
8
|
+
except ImportError:
|
|
9
|
+
# Python < 3.8
|
|
10
|
+
from importlib_metadata import version
|
|
11
|
+
__version__ = version("rumdl")
|
|
Binary file
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
rumdl-0.0.156.data/scripts/rumdl,sha256=d0ksgPJGiQTC2dlwMsoRD-AWkc-21EY2XSmZuspM8k4,5063088
|
|
2
|
+
rumdl-0.0.156.dist-info/METADATA,sha256=fxVQ7BhnTS98Gj3sxJF45xs1jNDuB9JbrSm3wR6ae_I,28786
|
|
3
|
+
rumdl-0.0.156.dist-info/WHEEL,sha256=gFUeb0K5OKVu-_PxYk7JE9tGE1KIHHvhpIzf61gKVd8,101
|
|
4
|
+
rumdl-0.0.156.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
|
|
5
|
+
rumdl/__init__.py,sha256=Al8fdAo1nixifQiBrXvQtGY-4071FS73uJbLEBAWlYY,267
|
|
6
|
+
rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
|
|
7
|
+
rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
+
rumdl-0.0.156.dist-info/RECORD,,
|
python/rumdl/__init__.py
DELETED
rumdl-0.0.154.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
|
|
2
|
-
python/rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
|
|
3
|
-
python/rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
rumdl-0.0.154.data/scripts/rumdl,sha256=GaLpTO6xaFag7_qmoQ-W5PHhdFoNuMORDEfv_AJhUe0,5046432
|
|
5
|
-
rumdl-0.0.154.dist-info/METADATA,sha256=9qNJEqUSCZkVJ3-kDHI35_2wnUsAU7LalFGV7pKxutc,28786
|
|
6
|
-
rumdl-0.0.154.dist-info/WHEEL,sha256=oqImPLsiG4hmkd5Kv-JDM7qQyDleUxS6bM_3nsWV8Jg,101
|
|
7
|
-
rumdl-0.0.154.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
|
|
8
|
-
rumdl-0.0.154.dist-info/RECORD,,
|
|
File without changes
|
{python/rumdl → rumdl}/py.typed
RENAMED
|
File without changes
|
|
File without changes
|