ni-python-styleguide

View on PyPIReverse Dependencies (0)

0.4.6 ni_python_styleguide-0.4.6-py3-none-any.whl

Wheel Details

Project: ni-python-styleguide
Version: 0.4.6
Filename: ni_python_styleguide-0.4.6-py3-none-any.whl
Download: [link]
Size: 18350
MD5: 5c45e505d919bf182aa044b594b2e2a9
SHA256: 0ffa8bd5de38d96779ad0e83e49a3db3620a31742247be10f6471961ab6fa246
Uploaded: 2024-06-12 14:19:51 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ni-python-styleguide
Version: 0.4.6
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: pathspec (>=0.11.1)
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=HJid_L5RK9W3s3UiMmLDbWiFrcVi9VLfX4gqm84m1Sk 7089
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=lbYT7knPem7PoQi4mef_YgcVmOSqjPMcVSaLL0fr8O8 5444
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=VRhKuHf_Erfv-rPKwRbzJEy4VOzLNUF39-nFk5xySVw 3981
ni_python_styleguide/config.toml sha256=NX2L4zeVlH7mmlGi3tzYUcCyYV2dW-CBPbn5062N6LA 337
ni_python_styleguide-0.4.6.dist-info/entry_points.txt sha256=QnjuPZL_ytOpwOV7kSbbgoJ4EUspMpjY3vPy-6gSa0Y 106
ni_python_styleguide-0.4.6.dist-info/LICENSE sha256=eoDQbpFCxhWGNw3598hEteUdI9FCAWoMVxhDVH_vMcs 1089
ni_python_styleguide-0.4.6.dist-info/WHEEL sha256=vxFmldFsRN_Hx10GDvsdv1wroKq8r5Lzvjp6GZ4OO8c 88
ni_python_styleguide-0.4.6.dist-info/METADATA sha256=bfGU6tnZxXpm0Gxar88bWMbog8RAZKMCCijtMSL7xmY 3873
ni_python_styleguide-0.4.6.dist-info/RECORD

entry_points.txt

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