Registry / testing / flake8-helper

flake8-helper

JSON →
library0.2.2pypypi✓ verified 30d ago

A helper library for Flake8 plugins, providing utilities like error reporting, file retrieval, and standard callback helpers. Current version is 0.2.2, requires Python >=3.6. Releases are infrequent; last update was 2021-09-20.

testing
Install & Compatibility
Where this runs
tested against v0.2.2 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 19.3MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.8s · import 0.000s · 20MB
17MB installed
● package 17MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

from flake8_helper import Plugin
from flake8_helper import Visitor
from flake8_helper import Error

Basic usage of the get_offset helper function.

from flake8_helper import get_offset line = " print('hello')" offset = get_offset(line, column=4) print(offset) # 4
Debug
Known footguns
gotchaThe package name uses a hyphen (flake8-helper) but the import uses an underscore (flake8_helper). Users often try to import flake8.helper or flake8_helper incorrectly.
deprecatedThe library has not been updated since 2021; may lack compatibility with newer versions of flake8 or Python 3.10+.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
17 hits · last 30 days
gptbot
4
ahrefsbot
4
amazonbot
4
claudebot
3
script
1
Resources