tclint

View on PyPIReverse Dependencies (3)

0.2.4 tclint-0.2.4-py3-none-any.whl

Wheel Details

Project: tclint
Version: 0.2.4
Filename: tclint-0.2.4-py3-none-any.whl
Download: [link]
Size: 37453
MD5: caba17028a8e669fc954a79f73a1efbd
SHA256: 5a79270d211544d05dbfd878dccd02d96af10641faeedabef10ba07ad02798bf
Uploaded: 2024-04-24 03:21:10 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: tclint
Version: 0.2.4
Summary: A CLI utility for linting and analyzing Tcl code.
Author-Email: Noah Moroze <me[at]noahmoroze.com>
License: MIT License
Requires-Python: >=3.8
Requires-Dist: ply (==3.11)
Requires-Dist: schema (==0.7.5)
Requires-Dist: pathspec (==0.11.2)
Requires-Dist: importlib-metadata (==6.8.0)
Requires-Dist: tomli (~=2.0.1); python_version < "3.11"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-timeout; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2807 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tclint/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tclint/_version.py sha256=4gL0W4-u58XR5lRLpeoIPrGhcewTk0-527de6uTNmkg 411
tclint/checks.py sha256=a_uvca6HbYqQ7zNEOAO_D05SGu2oFptZ2qFenOYscwg 25942
tclint/comments.py sha256=j50bULPa_l7yhHVJw2HJF0AQMP5_dOYtL78haMIw5kA 3019
tclint/config.py sha256=GN99uY55TG_NJGDSvBl8rOiZeY7_vL0-to8rPg14cW4 12392
tclint/lexer.py sha256=R76UFx35nBmpMv6qVdRt26xUa8X5uQK0FJe5K3MoLhs 4691
tclint/parser.py sha256=VAuE06ao5Auv1wqxpwy-eqLvn-ovaUnU5E_yyv0n2v8 27503
tclint/syntax_tree.py sha256=bxMyaQELXlJnc4DYmt_kpicmZMqNCyRBWz-P1Zm0ZMA 10322
tclint/tclint.py sha256=oascKvnLC6q_6GmyE9O0vzQZ1UEebLKl46rIaVSikz4 7207
tclint/utils.py sha256=GT5UzP6TEV9TOI4aDb6yesnOfaCymhHOTyArVnWZUmM 222
tclint/violations.py sha256=-FG5t3SsUZWgVEYMAlSESj66St88jW7mwGwftO4ZKAE 1991
tclint/commands/__init__.py sha256=zc-0w0pP1E1YCYAAM1g-DU07JEAMa7acurXCNryHVfg 820
tclint/commands/builtin.py sha256=Z7BqRGGkhKNlyqlh3OOIM4foLsGkIo1o3zQ1SNCwexY 25927
tclint/commands/plugins.py sha256=XuGqCoUXHiDDSfadjzfqOSuNYhLunypzVEsnHX-jS-c 3260
tclint/commands/utils.py sha256=cY5ijmwX8yISKxFIy2RBHilPyleWodYLS-Y3IBFSayU 4109
tclint-0.2.4.dist-info/LICENSE sha256=-fo2jy_U5kWWCtaPQqeaLBjlOmWauTIvD_lenOYvc40 1060
tclint-0.2.4.dist-info/METADATA sha256=8V4yrVlwPOJeWIF0zBQ5gYvh8cPiVPOfi5alsKkwSXw 3438
tclint-0.2.4.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
tclint-0.2.4.dist-info/entry_points.txt sha256=1aRoTqzQgitPOUppB1hWSfj00cOv72UN-WnukhlhFN0 46
tclint-0.2.4.dist-info/top_level.txt sha256=_cnnEELsoakzUgD9HHdivUoNbpKG9tUGznWvbGLmHQM 7
tclint-0.2.4.dist-info/RECORD

top_level.txt

tclint

entry_points.txt

tclint = tclint.tclint:main