flake8-kotoha

View on PyPIReverse Dependencies (0)

0.1.0 flake8_kotoha-0.1.0-py3-none-any.whl

Wheel Details

Project: flake8-kotoha
Version: 0.1.0
Filename: flake8_kotoha-0.1.0-py3-none-any.whl
Download: [link]
Size: 4686
MD5: 53f680ab392f066a2f861ee6c000ea29
SHA256: 7d9a1bd8f45d5e85e64df8b2a5d4ad355d047d3c62de3c728a263fc429947be1
Uploaded: 2024-10-12 07:34:54 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: flake8-kotoha
Version: 0.1.0
Summary: flake8 plugin to improve your type hints
Author-Email: nikkie <takuyafjp+develop[at]gmail.com>
Project-Url: Repository, https://github.com/ftnext/kotoha-python-linter
License: MIT License
Keywords: flake8,type hints
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Framework :: Flake8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.9
Requires-Dist: flake8
Requires-Dist: taskipy; extra == "dev"
Requires-Dist: autoflake; extra == "dev"
Requires-Dist: pyupgrade; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-randomly; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1111 characters]

WHEEL

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

RECORD

Path Digest Size
kotoha/__init__.py sha256=kUR5RAFc7HCeiqdlX36dZOHkUI5wI6V_43RpEcD8b-0 22
kotoha/__main__.py sha256=e4IqWbIQ0zpONA6RfAJl9Lpd2bEAvBe5XFV-s77-kpE 302
kotoha/core.py sha256=1VgBUlkfi6xc-kviNvAjXQdPdy3eWY5kHVz9rkB5B7s 1740
kotoha/plugins.py sha256=ZhuUgcmEJIdC2ox3nK_dfJnbWGo8u-dWfAG1HcS7dJA 595
flake8_kotoha-0.1.0.dist-info/LICENSE sha256=IxYn-d07yIiXHhd7X3lIlYzCgVy4HmkUgnORyaijcjs 1063
flake8_kotoha-0.1.0.dist-info/METADATA sha256=vQVwwl9e9DdcKGlZPHa2RGXoAwygrHGwSm40HjfyfY4 2411
flake8_kotoha-0.1.0.dist-info/WHEEL sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ 91
flake8_kotoha-0.1.0.dist-info/entry_points.txt sha256=19R0fVlvjMWcuRNiHoU4nogzwsec4uE-PNtkDA61OHI 108
flake8_kotoha-0.1.0.dist-info/top_level.txt sha256=jsHwZn1Dl5tEVGWjLTKKiaHRULJuLi0AAautYVWbZls 7
flake8_kotoha-0.1.0.dist-info/RECORD

top_level.txt

kotoha

entry_points.txt

kotoha = kotoha.__main__:main
KTH = kotoha.plugins:Flake8KotohaPlugin