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 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")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rumdl
3
- Version: 0.0.154
3
+ Version: 0.0.156
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -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,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.9.5)
2
+ Generator: maturin (1.9.6)
3
3
  Root-Is-Purelib: false
4
4
  Tag: py3-none-macosx_11_0_arm64
python/rumdl/__init__.py DELETED
@@ -1,5 +0,0 @@
1
- """
2
- rumdl: An extremely fast Markdown linter written in Rust.
3
- """
4
-
5
- __version__ = "0.0.12"
@@ -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
File without changes