flake8-django-on-delete-comment

View on PyPIReverse Dependencies (0)

0.0.3 flake8_django_on_delete_comment-0.0.3-py3-none-any.whl

Wheel Details

Project: flake8-django-on-delete-comment
Version: 0.0.3
Filename: flake8_django_on_delete_comment-0.0.3-py3-none-any.whl
Download: [link]
Size: 5149
MD5: 9ad1b60e32cffd30b870d0bb13bc0de0
SHA256: 2643086ef01320bb3e6a37f25e2b93eb31d910db73ae9c3808a64cfa3016b190
Uploaded: 2022-02-24 14:01:14 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: flake8-django-on-delete-comment
Version: 0.0.3
Summary: A flake8 extension to validate django models ForeignKey fields on on_delete CASCADE comment
Author: BestDoctor
Author-Email: khkaterine[at]gmail.com
Home-Page: https://github.com/best-doctor/flake8-django-on-delete-comment
License: MIT
Keywords: flake8 on_delete
Classifier: Environment :: Console
Classifier: Framework :: Flake8
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Requires-Dist: flake8
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2036 characters]

WHEEL

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

RECORD

Path Digest Size
flake8_django_on_delete_comment/__init__.py sha256=yyLtGsBhynC-sSHdax-rRGvHNjH-gdWxIY68WnPVfDw 22
flake8_django_on_delete_comment/ast_helpers.py sha256=p6pg4ByWnIeDCv65pxuww7IBrODZ0paHpDTPtjkOpMo 1715
flake8_django_on_delete_comment/checker.py sha256=re2PS0lPfP2EGrx7pw9tgeWwkmQs8_r6p-njLrbIV-c 1315
flake8_django_on_delete_comment-0.0.3.dist-info/LICENSE sha256=5_lgu86Hy92n9_MjUkOh_GA3Gyj6BXOx01-uj68ji7k 1066
flake8_django_on_delete_comment-0.0.3.dist-info/METADATA sha256=lqMgFq_LevIn4wU7eXSkjU7LS_vefJ4k3lEXswUu9dA 3059
flake8_django_on_delete_comment-0.0.3.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
flake8_django_on_delete_comment-0.0.3.dist-info/entry_points.txt sha256=br7-oojzqe1LHEep33zxGNQBQKFa1GU3GS4Y93x1y_o 97
flake8_django_on_delete_comment-0.0.3.dist-info/top_level.txt sha256=6uDtkPq0Ku_hgsQGBFudFth-f9nooKEJx6wL9GfyxN8 32
flake8_django_on_delete_comment-0.0.3.dist-info/RECORD

top_level.txt

flake8_django_on_delete_comment

entry_points.txt

CD001 = flake8_django_on_delete_comment.checker:DjangoOnDeleteCommentChecker