ni-python-styleguide

View on PyPIReverse Dependencies (0)

0.4.5 ni_python_styleguide-0.4.5-py3-none-any.whl

Wheel Details

Project: ni-python-styleguide
Version: 0.4.5
Filename: ni_python_styleguide-0.4.5-py3-none-any.whl
Download: [link]
Size: 18187
MD5: 3b13637fc67b5e33e86c7da9efad827d
SHA256: a46298342523f1e665e027df443ad882556259e430d7fa867f2703aa68028704
Uploaded: 2024-05-02 12:37:51 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ni-python-styleguide
Version: 0.4.5
Summary: NI's internal and external Python linter rules and plugins
Author: NI
Author-Email: opensource[at]ni.com
Home-Page: https://github.com/ni/python-styleguide
Project-Url: Repository, https://github.com/ni/python-styleguide
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7,<4.0
Requires-Dist: black (>=23.1)
Requires-Dist: click (>=7.1.2)
Requires-Dist: flake8 (<6.0,>=5.0); python_version >= "3.7" and python_version < "3.12"
Requires-Dist: flake8 (<7.0,>=6.1); python_version >= "3.12" and python_version < "4.0"
Requires-Dist: flake8-black (>=0.2.1)
Requires-Dist: flake8-docstrings (>=1.5.0)
Requires-Dist: flake8-import-order (>=0.18.1)
Requires-Dist: importlib-metadata (<5.0); python_version < "3.8"
Requires-Dist: isort (>=5.10)
Requires-Dist: pep8-naming (>=0.11.1)
Requires-Dist: pycodestyle (<3.0,>=2.11); python_version >= "3.12" and python_version < "4.0"
Requires-Dist: pycodestyle (<3.0,>=2.9); python_version >= "3.7" and python_version < "3.12"
Requires-Dist: toml (>=0.10.1)
Description-Content-Type: text/markdown
[Description omitted; length: 2399 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.3.2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
ni_python_styleguide/__init__.py sha256=FLJI7bxYBcc-DF_gbBi0guYdtuvbVenGTy6YUPr9azo 214
ni_python_styleguide/__main__.py sha256=Vf0RpeDvzn7WJ_9THI9qwXfpQu0OEalp43ZEf-f8oXo 164
ni_python_styleguide/_acknowledge_existing_errors/__init__.py sha256=DTT7vuJsB5fqbjLgfkuh1iz6cuub765H6Orx9UFKXDM 6940
ni_python_styleguide/_cli.py sha256=_RoaKGBmpN0-VZnn6qW1K6zcyvcBJ56Mj2dFndcaNFA 5948
ni_python_styleguide/_config_constants.py sha256=BRXfn1CwHyLXBdfhu7K58G8o7WwI6aDsbT-GNsvpJOU 192
ni_python_styleguide/_fix.py sha256=Vg4JzJc0XweoExWV1AIunTYkI7Ly03zMBJK0oK_ya-4 5240
ni_python_styleguide/_format.py sha256=u9KcNEtORDc1kvka1LsNq0oMNfoHWYKkPBQlYvhZbZs 1001
ni_python_styleguide/_lint.py sha256=5NDWZ5dLdHFO6ghUQHVALawMqvGmhISPQBfNvnlT0wI 1652
ni_python_styleguide/_utils/__init__.py sha256=CRzyiisLjfE7sd0E58YBKPgjzpifXmESX1jVZYhQbR8 184
ni_python_styleguide/_utils/code_analysis.py sha256=c-gybQ90JcJSHdu-sQEinG6c3P2JBmisGcL_joTyuo0 806
ni_python_styleguide/_utils/lint.py sha256=0qUqUmPRd4YBu3hkEe53oWNcw5eVuIfIKi-JRcSDwEw 3131
ni_python_styleguide/_utils/string_helpers.py sha256=EjqE8ihP7gCYIvRL6CJ98i0Mkiss3WeGMSxJ6QI6pDk 2109
ni_python_styleguide/_utils/temp_file.py sha256=0Vdro349N-9dKVeXjSeKMhSPoppPoXOJP3LWnPxwlaA 518
ni_python_styleguide/config.ini sha256=eK3aHviohaohDEdq1TF52smYChwR9fH5cKpGVDLf-ok 3909
ni_python_styleguide/config.toml sha256=NX2L4zeVlH7mmlGi3tzYUcCyYV2dW-CBPbn5062N6LA 337
ni_python_styleguide-0.4.5.dist-info/entry_points.txt sha256=QnjuPZL_ytOpwOV7kSbbgoJ4EUspMpjY3vPy-6gSa0Y 106
ni_python_styleguide-0.4.5.dist-info/LICENSE sha256=eoDQbpFCxhWGNw3598hEteUdI9FCAWoMVxhDVH_vMcs 1089
ni_python_styleguide-0.4.5.dist-info/WHEEL sha256=vxFmldFsRN_Hx10GDvsdv1wroKq8r5Lzvjp6GZ4OO8c 88
ni_python_styleguide-0.4.5.dist-info/METADATA sha256=PdvuyyQFjHBwsn80_-IHSUKi0EJniGsm5ECqT4cKTnY 3838
ni_python_styleguide-0.4.5.dist-info/RECORD

entry_points.txt

ni-python-styleguide = ni_python_styleguide._cli:main
nps = ni_python_styleguide._cli:main