polylint 0.0.1__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.
polylint/__init__.py
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"""polylint — placeholder for the ``poly`` universal linter & formatter.
|
|
2
|
+
|
|
3
|
+
This 0.0.1 release reserves the ``polylint`` name on PyPI. The real
|
|
4
|
+
distribution ships prebuilt, platform-specific binaries (``poly``, ``polylint``,
|
|
5
|
+
``polyfmt``); install them via the script at
|
|
6
|
+
https://github.com/Goldziher/polylint, ``cargo binstall``, or Homebrew.
|
|
7
|
+
"""
|
|
8
|
+
|
|
9
|
+
__version__ = "0.0.1"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: polylint
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Universal zero-dependency linter & formatter (poly) — name reservation placeholder
|
|
5
|
+
Project-URL: Homepage, https://github.com/Goldziher/polylint
|
|
6
|
+
Project-URL: Repository, https://github.com/Goldziher/polylint
|
|
7
|
+
Project-URL: Issues, https://github.com/Goldziher/polylint/issues
|
|
8
|
+
Author-email: Na'aman Hirschfeld <nhirschfeld@gmail.com>
|
|
9
|
+
License-Expression: MIT OR Apache-2.0
|
|
10
|
+
Keywords: format,formatter,lint,linter,polyglot
|
|
11
|
+
Classifier: Development Status :: 1 - Planning
|
|
12
|
+
Classifier: Programming Language :: Rust
|
|
13
|
+
Classifier: Topic :: Software Development :: Quality Assurance
|
|
14
|
+
Requires-Python: >=3.8
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
|
|
17
|
+
# polylint
|
|
18
|
+
|
|
19
|
+
Name-reservation placeholder for [**poly**](https://github.com/Goldziher/polylint), a universal
|
|
20
|
+
zero-dependency linter & formatter shipped as two pure-Rust binaries (`polylint` + `polyfmt`).
|
|
21
|
+
|
|
22
|
+
This `0.0.1` release only reserves the name. A future release will turn this into a thin installer
|
|
23
|
+
that downloads the matching prebuilt binary.
|
|
24
|
+
|
|
25
|
+
Until then, install poly via the script, `cargo binstall`, or Homebrew — see the
|
|
26
|
+
[project README](https://github.com/Goldziher/polylint).
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
polylint/__init__.py,sha256=zNwHuq01btWyOCFgM2Z18tzvvzRFIRFo_3rCOdln0DQ,369
|
|
2
|
+
polylint-0.0.1.dist-info/METADATA,sha256=ldSnh-5AwoeetmP3N7oj8J5rpNaJ-DFUCa4d7x_jJW0,1183
|
|
3
|
+
polylint-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
4
|
+
polylint-0.0.1.dist-info/RECORD,,
|