flake8-adjustable-complexity

View on PyPIReverse Dependencies (1)

0.0.6 flake8_adjustable_complexity-0.0.6-py3-none-any.whl

Wheel Details

Project: flake8-adjustable-complexity
Version: 0.0.6
Filename: flake8_adjustable_complexity-0.0.6-py3-none-any.whl
Download: [link]
Size: 9030
MD5: 6e2407efe289198774691ebad7d07692
SHA256: 6c84d22aba91b6ccea2cd9d240f76e1cc973232322e64d89f07d803fcd547042
Uploaded: 2022-02-24 19:06:06 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: flake8-adjustable-complexity
Version: 0.0.6
Summary: A flake8 extension that checks cyclomatic complexity and calculates max complexity limit in runtime
Author: Ilya Lebedev
Author-Email: melevir[at]gmail.com
Home-Page: https://github.com/best-doctor/flake8-adjustable-complexity
License: MIT
Keywords: flake8 annotations
Classifier: Framework :: Pytest
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Requires-Dist: flake8
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3103 characters]

WHEEL

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

RECORD

Path Digest Size
flake8_adjustable_complexity/__init__.py sha256=CHUdJvPS3l7PphMt_r17ufrpB0TIJkmifpqmTNjwh84 22
flake8_adjustable_complexity/ast_helpers.py sha256=fMXg281xvdp05OD29AiZBnH9pBH5jYKpGtm_vdHt-W4 1961
flake8_adjustable_complexity/checker.py sha256=HnirNFw76pnDPCakpDHJ7xVe8PW33InugUjz-McUerY 4641
flake8_adjustable_complexity/complexity_helpers.py sha256=MmsClB-qIsYj4QUIaPptr7rt0V5jtvxuQ_GnryEvLAE 2861
flake8_adjustable_complexity/config.py sha256=UVWausz0ZDeymoeD7LY6RMf53iBfWml1fdnvzYUwCxU 1174
flake8_adjustable_complexity/list_helpers.py sha256=BYDTu4pcdPnxpCBrBMTmt5FZGLc2i-MsWh27yRnPswU 138
flake8_adjustable_complexity/violations.py sha256=ywwBPfNqWqGGwhmS5_mJCOgIEIKIjepdDs_W2iae1tM 1495
flake8_adjustable_complexity-0.0.6.dist-info/LICENSE sha256=7X7EfiG-26Y2HXWOgEIRCZCPz8Ajt0vCdAzmgkV6Wmk 1067
flake8_adjustable_complexity-0.0.6.dist-info/METADATA sha256=RE_Oanwn5j3jX4hgNIgxR5y21um28o5TFE1ptp11G6g 3905
flake8_adjustable_complexity-0.0.6.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
flake8_adjustable_complexity-0.0.6.dist-info/entry_points.txt sha256=KJA4j5c2Y4RjATpOkRjVCyl1dfQj8odb5QVZgsI4bb0 104
flake8_adjustable_complexity-0.0.6.dist-info/top_level.txt sha256=qK3XsFTsxmOOuEoTTR8epWPmJaHkwI11Ut-IFOp6NfE 29
flake8_adjustable_complexity-0.0.6.dist-info/RECORD

top_level.txt

flake8_adjustable_complexity

entry_points.txt

CAC001 = flake8_adjustable_complexity.checker:CyclomaticComplexityAdjustableChecker