flake8-max-function-length

View on PyPIReverse Dependencies (0)

0.9.0 flake8_max_function_length-0.9.0-py3-none-any.whl

Wheel Details

Project: flake8-max-function-length
Version: 0.9.0
Filename: flake8_max_function_length-0.9.0-py3-none-any.whl
Download: [link]
Size: 5159
MD5: b8b2dbcabeaf5dcb33ab3ce5560134cb
SHA256: 6493eed66d95a22a6cf0fd8b38c99f4a58cec4269f0187453544639351a54e02
Uploaded: 2024-10-11 21:37:24 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: flake8-max-function-length
Version: 0.9.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
Classifier: Programming Language :: Python :: 3.13
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=Dimobk-VaNYp-iMpd9zZs6iWNavDXzvEiSEmn6aGM1A 106
flake8_max_function_length/plugin.py sha256=_k477ixpRpieIoB34pVFlrN118JwtwYoBpwuLz--21Y 5342
flake8_max_function_length-0.9.0.dist-info/entry_points.txt sha256=wd_F69vIRpgE0tSh623opVWFFqEhdS1th_4pUEL6X90 65
flake8_max_function_length-0.9.0.dist-info/LICENSE sha256=74fYqqWU52jICueuj-KjhzSwszfQu8hqJy5EaYlxUuY 1101
flake8_max_function_length-0.9.0.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
flake8_max_function_length-0.9.0.dist-info/METADATA sha256=k7N3ZGOVrtXY7G7RaLWtN6Sm7prTCWoTtphIlcGg9xU 4144
flake8_max_function_length-0.9.0.dist-info/RECORD

entry_points.txt

MFL = flake8_max_function_length.plugin:Plugin