flake8-max-function-length

View on PyPIReverse Dependencies (0)

0.8.0 flake8_max_function_length-0.8.0-py3-none-any.whl

Wheel Details

Project: flake8-max-function-length
Version: 0.8.0
Filename: flake8_max_function_length-0.8.0-py3-none-any.whl
Download: [link]
Size: 5157
MD5: 5cb7f09ba193e1f6932d6812ab522add
SHA256: b1c39ff7e2de38e598594599f68b82e3e45a3dd4230c416101e62ec015d0c1a2
Uploaded: 2023-10-07 06:43:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: flake8-max-function-length
Version: 0.8.0
Summary: A configurable flake8 plugin to enforce a maximum function/method length.
Author: Ghazi Abbassi
Project-Url: Changelog, https://github.com/ghazi-git/flake8-max-function-length/releases
Project-Url: Code, https://github.com/ghazi-git/flake8-max-function-length
Project-Url: Issues, https://github.com/ghazi-git/flake8-max-function-length/issues
Keywords: flake8,flake8 plugin,maximum function length
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: flake8
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: flit; extra == "release"
Requires-Dist: keyring; extra == "release"
Requires-Dist: tbump; extra == "release"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pre-commit; extra == "test"
Provides-Extra: dev
Provides-Extra: release
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 2814 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
flake8_max_function_length/__init__.py sha256=VpFt3e9piKqFSRFCDoZQOexakkdgCfFJ4M9WdGWUacQ 106
flake8_max_function_length/plugin.py sha256=KDKef_hImBYKQsCMFexKFWpD_9JsAL-yZbwnJM8cv2k 5342
flake8_max_function_length-0.8.0.dist-info/entry_points.txt sha256=wd_F69vIRpgE0tSh623opVWFFqEhdS1th_4pUEL6X90 65
flake8_max_function_length-0.8.0.dist-info/LICENSE sha256=74fYqqWU52jICueuj-KjhzSwszfQu8hqJy5EaYlxUuY 1101
flake8_max_function_length-0.8.0.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
flake8_max_function_length-0.8.0.dist-info/METADATA sha256=VnYtS2jwoCtmxQEE2dLPG3KHzWPqygVKyEC-PkfOEfE 4093
flake8_max_function_length-0.8.0.dist-info/RECORD

entry_points.txt

MFL = flake8_max_function_length.plugin:Plugin