flake8-custom-import-rules

View on PyPIReverse Dependencies (0)

1.1.4 flake8_custom_import_rules-1.1.4-py3-none-any.whl

Wheel Details

Project: flake8-custom-import-rules
Version: 1.1.4
Filename: flake8_custom_import_rules-1.1.4-py3-none-any.whl
Download: [link]
Size: 72933
MD5: 1fe55c769639548ad1dee37dac6c2d85
SHA256: 922a5ed604d7fa3fbd1820c0b89983c07bd7baa1747fd0f99a15f8d42b3a0ca3
Uploaded: 2023-11-10 18:28:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: flake8-custom-import-rules
Version: 1.1.4
Summary: A Flake8 plugin that enforces custom import rules, allowing users to define and maintain clean and consistent import organization across their Python projects.
Author: Rodrigo Gonzalez
Author-Email: flake8.custom.import.rules[at]gmail.com
Home-Page: https://github.com/RodrigoGonzalez/flake8-custom-import-rules
Project-Url: Change Log, https://github.com/RodrigoGonzalez/flake8-custom-import-rules/blob/main/CHANGELOG.md
Project-Url: Documentation, https://RodrigoGonzalez.github.io/flake8-custom-import-rules/
Project-Url: GitHub, https://github.com/RodrigoGonzalez/flake8-custom-import-rules
Project-Url: Repository, https://github.com/RodrigoGonzalez/flake8-custom-import-rules
License: MIT
Keywords: code_quality,code_linting,import_rules,flake8,quality_assurance
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: Flake8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Typing :: Typed
Requires-Python: >=3.9,<=3.12
Requires-Dist: attrs (<24.0.0,>=23.1.0)
Requires-Dist: flake8 (<7.0.0,>=6.1.0)
Requires-Dist: importlib-metadata (<5.0.0,>=4.13.0); python_version < "3.8"
Requires-Dist: pycodestyle (<3.0.0,>=2.11.1)
Requires-Dist: pylama (<9.0.0,>=8.4.1)
Requires-Dist: pymdown-extensions (<11.0.0,>=10.3.1)
Requires-Dist: stdlib-list (>=0.9.0); python_version < "3.10"
Requires-Dist: typer (<0.10.0,>=0.9.0)
Description-Content-Type: text/x-rst
[Description omitted; length: 58195 characters]

WHEEL

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

RECORD

Path Digest Size
CHANGELOG.md sha256=5uRSc-yjAnOKNK0xpfw0Aj1s1UlX6UIKzVgW7xXsF7Y 10818
LICENSE sha256=9TNiEIdhrbBtj774P5AweBvLkIjCYvVPXpZOyb5eN_Y 1083
README.rst sha256=RrAE-jldh1wTMtPq5W_f7DKDe1_aZtCTK5rTAmOBobA 58194
flake8_custom_import_rules/__init__.py sha256=Tqalz4unyQgZDi0SxE_ri4KEg-bHicK-7BKJxfegH8g 134
flake8_custom_import_rules/__main__.py sha256=2-xgqP365GoUAqtlzKykU9Mx4aAvn9XULrNPYFo7TzY 138
flake8_custom_import_rules/codes/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
flake8_custom_import_rules/codes/error_codes.py sha256=KRdtsJNN9YwyZGNzKl20UMaKpfPvHKnf-rVU9_wtxA0 8709
flake8_custom_import_rules/codes/exceptions.py sha256=FKnsmTWf8LMsC_WQvvUKUUowj9jxbd2GiEsg_qpE1I8 160
flake8_custom_import_rules/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
flake8_custom_import_rules/core/enums.py sha256=h6qkl2RXtDrm2qaUmfh3y6c_Xn4i87A8EmEBDrNRXLI 737
flake8_custom_import_rules/core/error_messages.py sha256=3H_2zekt-I7ulphoAzopInCeM8KhddRSdgRZKBzkR00 5144
flake8_custom_import_rules/core/import_rules.py sha256=4YpIQq5ZWyrbW4diisICu8liJRdk5f63yYc7mfJ0eAY 50720
flake8_custom_import_rules/core/node_visitor.py sha256=79Z344CN2zQXN44IRKgDJ1q5hxkXE7DNmfGmPPK-bAU 26752
flake8_custom_import_rules/core/nodes.py sha256=aW2de9QpYK7--0tVLh4cqeZP4pmmbPnif5MDIOWS6b4 3372
flake8_custom_import_rules/core/restricted_import_visitor.py sha256=BJl_wqbRFyh2WUISx79vLedK0j8QfxUsoQcbZxujKqo 6761
flake8_custom_import_rules/core/rules_checker.py sha256=xvMjC1qmkGo1P03_5uSKuhJ4d_8bdH4ZE3x4jJ8Xreg 13953
flake8_custom_import_rules/defaults.py sha256=9L8yqeFyTYsA21Cwk9z5sSCjLP8Ox67_swLGeCyUNAE 19319
flake8_custom_import_rules/flake8_plugin.py sha256=4mLebTL1sQPdeWDuPqmZRtRsq4j1PLzyLtBDTKGY-qc 5971
flake8_custom_import_rules/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
flake8_custom_import_rules/utils/file_utils.py sha256=7Mi7t9cQ9Gu6p6EtBz1lo3vQ1bFCe4A6NAgXRGm7xcI 5206
flake8_custom_import_rules/utils/node_utils.py sha256=1oijQ5RuUVLRNdVlqa_acg6nzrMfqwBM_4QpPHNtR-Y 5358
flake8_custom_import_rules/utils/option_utils.py sha256=n7iY9n_tzOxe4xl7GPt7emqCA1hdMuH8O6lD1d8WS34 3509
flake8_custom_import_rules/utils/parse_utils.py sha256=lPl1yiE3hOH_Z10jtT4M4CnIAQ8LZ2lyJ_iYQxfyQ6g 6328
flake8_custom_import_rules/utils/restricted_import_utils.py sha256=kThJON_trTKBtGdU25uCmWT6g1D8rJY2fkkX-qOvyiQ 3869
flake8_custom_import_rules-1.1.4.dist-info/LICENSE sha256=9TNiEIdhrbBtj774P5AweBvLkIjCYvVPXpZOyb5eN_Y 1083
flake8_custom_import_rules-1.1.4.dist-info/METADATA sha256=VDT-xU9wiwYMhDnDqKFTDKgEItH1DJawyH0tjQ27PNQ 60175
flake8_custom_import_rules-1.1.4.dist-info/WHEEL sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk 88
flake8_custom_import_rules-1.1.4.dist-info/entry_points.txt sha256=g1ImdULO-K_bo0STiv4LkEnyFjyVPbqg6fL2OApFvBU 145
flake8_custom_import_rules-1.1.4.dist-info/RECORD

entry_points.txt

import-rules = flake8_custom_import_rules.__main__:main
CIR = flake8_custom_import_rules.flake8_plugin:Plugin