flake8-lineleak

View on PyPIReverse Dependencies (0)

1.0.2 flake8_lineleak-1.0.2-py3-none-any.whl

Wheel Details

Project: flake8-lineleak
Version: 1.0.2
Filename: flake8_lineleak-1.0.2-py3-none-any.whl
Download: [link]
Size: 5604
MD5: 159875fdb953dc3ab56bdb3ea1f0b8fa
SHA256: 049697250e6819bec0165c20402f32da1ca09d3233763fd467b1e5fd11fcf57c
Uploaded: 2019-06-14 11:43:57 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: flake8-lineleak
Version: 1.0.2
Summary: Lineleak is a flake8 plugin that counts the lines containing live code in a script, and 'yells' if a set limit is exceeded. It is meant to help enforce short scripts and modular python programming.
Author: Victor Mawusi Ayi
Author-Email: ayivima[at]hotmail.com
Home-Page: https://github.com/ayivima/flake8-lineleak
License: MIT
Keywords: flake8,lineleak,counter,lines,plugin
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: Flake8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.4
Requires-Dist: flake8 (>=3.3.0)
Requires-Dist: attrs
[Description omitted; length: 3569 characters]

WHEEL

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

RECORD

Path Digest Size
lineleak.py sha256=m1GqX8i-iLOaCI2e_9dp92cVk4FakYgU35YmCw5p59o 6195
flake8_lineleak-1.0.2.dist-info/LICENSE sha256=u9_u0FfiuWaLA1odObzFQ75tX_eceFe-vgd8I9iaFLw 1074
flake8_lineleak-1.0.2.dist-info/METADATA sha256=aROczEA9N7aCx1zV0A6yPeltQ_905WulQQJwaKMeHiY 4742
flake8_lineleak-1.0.2.dist-info/WHEEL sha256=QBOOAdG2icRHGBs2s94rfaUlHrdfNBp-TceubUYCwOE 97
flake8_lineleak-1.0.2.dist-info/entry_points.txt sha256=FU3-w_WmNhLXGOlm133ZfViX8byHkSUfu2eEriGOXL0 43
flake8_lineleak-1.0.2.dist-info/top_level.txt sha256=QteS7PTg9c1GSSDsbMLQGrGbQuJVSfWNdxxqD2XtmUU 9
flake8_lineleak-1.0.2.dist-info/RECORD

top_level.txt

lineleak

entry_points.txt

LL = lineleak:Screener