flake8-fastapi

View on PyPIReverse Dependencies (3)

0.7.0 flake8_fastapi-0.7.0-py3-none-any.whl

Wheel Details

Project: flake8-fastapi
Version: 0.7.0
Filename: flake8_fastapi-0.7.0-py3-none-any.whl
Download: [link]
Size: 9758
MD5: 9ada6a02602b5b9b30b3ad6279c65302
SHA256: 33f347eff226c7675fdb99086fdf3075c00fcfb51a50c8a8950f594af37f65ec
Uploaded: 2022-06-25 18:05:42 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: flake8-fastapi
Version: 0.7.0
Summary: flake8 plugin that checks FastAPI code against opiniated style rules 🤓
Author: Marcelo Trylesinski
Author-Email: marcelotryle[at]gmail.com
Home-Page: https://github.com/Kludex/flake8-fastapi
Project-Url: Repository, https://github.com/Kludex/flake8-fastapi
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8,<4.0
Requires-Dist: fastapi (>=0.65.1)
Requires-Dist: flake8-plugin-utils (<2.0.0,>=1.3.2)
Description-Content-Type: text/markdown
[Description omitted; length: 5506 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.8
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
flake8_fastapi/__init__.py sha256=hcf0Z_HVCI9ODOFdGld20KQFDRDPvGdlp7PvY8ANmdI 100
flake8_fastapi/errors.py sha256=DXqXsF2GTdp0C-GGdpRDDbwg7kR2imqcZjoaPf1XXQg 1061
flake8_fastapi/plugin.py sha256=0kuNXh1QL3j6SmIMppil1nukhBt_CU4UT_C-Zzwoe0k 481
flake8_fastapi/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
flake8_fastapi/visitors/__init__.py sha256=RSG9gzig0AucU52uObZyrQ6OumtLS84xZ77h7DJxhCg 361
flake8_fastapi/visitors/cors_middleware.py sha256=U3A3t-n7u6C9VPADhOupGcC1QFIFP1PykH_4xOBxnrM 1899
flake8_fastapi/visitors/no_content_response.py sha256=FzBiwwnpT8IyX7RgMNE76GRFJz81_z8_s8WdivPIBq0 1923
flake8_fastapi/visitors/route_decorator.py sha256=KvoeZFZbNq1y6YyfYGpw-e77rFzq00keJPhuWWOwnMY 757
flake8_fastapi/visitors/router_prefix.py sha256=dUen22KH3OgBVbHHDp81ZrWKRpILHO3VD8Fia4-5WtM 399
flake8_fastapi/visitors/undocumented_exception.py sha256=nTzSWxU2m0cmoeWDrKQpRlpRWwl15vOCYtBVQdxR_7o 3456
flake8_fastapi-0.7.0.dist-info/entry_points.txt sha256=2_NcOpeWOoBvJRheceMnfrqS6enZZcEm80lsdOwiQQY 59
flake8_fastapi-0.7.0.dist-info/LICENSE sha256=_2N4sMUZiaIPfRx1HDP0kDE112CKjRyKipsmj08dwvU 1076
flake8_fastapi-0.7.0.dist-info/WHEEL sha256=DA86_h4QwwzGeRoz62o1svYt5kGEXpoUTuTtwzoTb30 83
flake8_fastapi-0.7.0.dist-info/METADATA sha256=4FKrIGrIZXkiR-YMi0I_nuePLTMs9HhBewmvIIooc78 6568
flake8_fastapi-0.7.0.dist-info/RECORD

entry_points.txt

CF = flake8_fastapi.plugin:FastAPIPlugin