flake8-future-annotations

View on PyPIReverse Dependencies (7)

1.1.0 flake8_future_annotations-1.1.0-py3-none-any.whl

Wheel Details

Project: flake8-future-annotations
Version: 1.1.0
Filename: flake8_future_annotations-1.1.0-py3-none-any.whl
Download: [link]
Size: 10408
MD5: 38abc98630f34d96e5e79d20034fc360
SHA256: 555f16f51ae24ab4d0683b1ce8d0f59d36259c3a7e776bd5642f58c78ce7d3ab
Uploaded: 2023-01-23 02:05:51 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: flake8-future-annotations
Version: 1.1.0
Summary: Verifies python 3.7+ files use from __future__ import annotations
Author: Tyler Yep
Author-Email: tyep[at]cs.stanford.edu
Home-Page: https://github.com/tyleryep/flake8-future-annotations
License: MIT
Keywords: flake8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Requires-Dist: flake8
Requires-Dist: setuptools
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2762 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_future_annotations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
flake8_future_annotations/checker.py sha256=C805ouLtPfx1sI6ymCKc1iUm-rpQwKRLageOv62M5WE 6105
flake8_future_annotations/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/conftest.py sha256=GvRYso1KQQZcsCoDo1HG4abaCNVQRh0RH4RTj9zv8aw 649
tests/test_checker.py sha256=hkm04ol2od_tCg6gO_8kAmsXvGDkbGX8LU1ox6nHNSo 2632
tests/test_files/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_files/edge_case.py sha256=QeuvgPxXOtZOllPLCXUVMbI_S3CPP_im69gTKVoKmXU 133
tests/test_files/from_typing_import.py sha256=kZbJS4hfWOPbwuw1mbnjKPGI803vxHu1st13YL_Rn6k 100
tests/test_files/import_typing.py sha256=NdwMyYjZaDs8kpNkq0RNvs2q6GrazfaAr9wv5mfhtzI 97
tests/test_files/import_typing_as.py sha256=ALQ3IASNN9affSo5Ju0lu89Ms7KB2vAwHEh0GEgzLJ4 97
tests/test_files/no_future_import_uses_lowercase.py sha256=JcJft357wDDyP676Irn8eE-6kCIBXUSM5cQ-xxuYDz4 124
tests/test_files/no_future_import_uses_union.py sha256=7TW0_zzFqn0IRPofIPDwnYWwPdLURG9lv-Or_xlWy28 138
tests/test_files/no_future_import_uses_union_inner.py sha256=oNXPysL27r2W9quF4NP3REs3-FMeZ2AqzuTDmHwLPFo 184
tests/test_files/ok_no_types.py sha256=iLq2NcFqqzh5cd5Jsp1DuxXfjCqw3Y8Lb8qAWFjd7e8 56
tests/test_files/ok_non_simplifiable_types.py sha256=BmIi8ZHEK6UOa2Ak2_HevnJI-Yw7WBXvOBKjf2_dvlY 130
tests/test_files/ok_uses_future.py sha256=cBoBWV8WYBNgt7k6bJe5igJJkFayfVTBRdFOGZMVHL8 111
tests/test_files/ok_variable_name.py sha256=nwQf0TMFg1K31xsdTVpC4F1FlJ-BkDyrcKE3wbZ8p3k 115
flake8_future_annotations-1.1.0.dist-info/LICENSE sha256=nX0siLcqKcLqKT4FBZNt-Guw3qVriQyV8i1SGViKW74 1066
flake8_future_annotations-1.1.0.dist-info/METADATA sha256=kL1zdg02eTZKucM3pvhSJ_9CtIc_WakhGaB0ZayDV3E 3642
flake8_future_annotations-1.1.0.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
flake8_future_annotations-1.1.0.dist-info/entry_points.txt sha256=QZK3B9C7UnMSIh4c-14kdMnas5HWXCZObvWEgPNseI8 83
flake8_future_annotations-1.1.0.dist-info/top_level.txt sha256=YG0MizIdgZCW-vNXMnF3AYYwWfeJv5fDeadtpXKnKyM 32
flake8_future_annotations-1.1.0.dist-info/RECORD

top_level.txt

flake8_future_annotations
tests

entry_points.txt

FA = flake8_future_annotations.checker:FutureAnnotationsChecker