pynalyzer

View on PyPIReverse Dependencies (0)

1.0.0 pynalyzer-1.0.0-py3-none-any.whl

Wheel Details

Project: pynalyzer
Version: 1.0.0
Filename: pynalyzer-1.0.0-py3-none-any.whl
Download: [link]
Size: 11464
MD5: da299768f56299c8e7a088f7ec62b0db
SHA256: 89dfde2cffa73dadb919c81d8760db1c3cbef5293778478c8f7e3788ad105b7e
Uploaded: 2023-07-06 12:50:24 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pynalyzer
Version: 1.0.0
Summary: Meta code analysis tool, bundling together multiple code analysis libraries
Author: Devourian
Author-Email: dorian.antonkiewicz[at]gmail.com
Maintainer: Devourian
Maintainer-Email: dorian.antonkiewicz[at]gmail.com
Home-Page: https://github.com/Devourian/pynalyzer
Project-Url: Repository, https://github.com/Devourian/pynalyzer
License: MIT
Keywords: automation,code_quality,static_code_analysis,code_analysis,black,mypy,isort,bandit,cicd
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
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.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
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Typing :: Typed
Requires-Python: >=3.7,<4.0
Requires-Dist: bandit (<2.0.0,>=1.7.5)
Requires-Dist: black (<24.0.0,>=23.3.0)
Requires-Dist: isort (<6.0.0,>=5.11.5)
Requires-Dist: mypy (<2.0.0,>=1.4.1)
Requires-Dist: tomli (<3.0.0,>=2.0.1); python_version < "3.11"
Description-Content-Type: text/markdown
[Description omitted; length: 8256 characters]

WHEEL

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

RECORD

Path Digest Size
pynalyzer/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pynalyzer/commands_handling/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pynalyzer/commands_handling/command_executor.py sha256=K2S39W4zrTumBZ-Pr4HmJTFC_PhAZTSd9975FnAbibI 422
pynalyzer/commands_handling/command_preparer.py sha256=-P_9iOkXeOj-2b2r7SGosBDSz6EJg9u3zhlDVS4yfCM 1712
pynalyzer/commands_handling/command_runner.py sha256=AapvlV_ZO9_kXn0ekKwWIvqjYUFr_gE7-YxPl-3e8Qk 464
pynalyzer/configuration_parsing/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pynalyzer/configuration_parsing/configuration.py sha256=ok-dw1Hii0HZnqzsoq_Ds6DOc1Q-r1-FRheuXIpMkp0 197
pynalyzer/configuration_parsing/configuration_decoder.py sha256=LB3CQR8ETGYWgbWoelYWKdxwdi88zd6O6-Zn5s6BvzQ 1249
pynalyzer/configuration_parsing/configuration_parser.py sha256=2cpMWWu57kWPWVtkLvGbBvoz3Bn1-7d_7HWNGFq5X9k 1259
pynalyzer/configuration_parsing/configuration_path_finder.py sha256=gc7BNS5makuEYxSvXi4OhJpbcGXWzQdfLg2JBOlknaM 815
pynalyzer/scripts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pynalyzer/scripts/entrypoint.py sha256=jnWzgqHnxxzyFqdc4uYmFxt4n0sA04eJAlwpb5pDUcE 895
pynalyzer/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pynalyzer/utils/constants.py sha256=A0LddOFdqBcLlWZgqm0B7wa8wNsAchdI8oA6Rp7LeDk 43
pynalyzer/utils/converters.py sha256=KhIvtRSDPkK1ez68fv2CHVHuCv34E0GbvR7dJ4_l6iI 307
pynalyzer/utils/exceptions.py sha256=iGJqC6FjfALsye8NZ_GD_a64e2tNMcoSTFOhi33rQe4 1006
pynalyzer-1.0.0.dist-info/LICENSE sha256=SNM-vhIwFPEpR5ze5MUJtjov9xqP8mFoubJFRuMSL_g 1076
pynalyzer-1.0.0.dist-info/METADATA sha256=6nJtbfGGImVAqmfN_FNkZIisEqteM20Il7WbXlTXdc4 9723
pynalyzer-1.0.0.dist-info/WHEEL sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU 88
pynalyzer-1.0.0.dist-info/entry_points.txt sha256=HSNu3UrRh2IegTSxasjojhUAYUDqA993N7czblmHPaI 119
pynalyzer-1.0.0.dist-info/RECORD

entry_points.txt

check = pynalyzer.scripts.entrypoint:Entrypoint.check
fix = pynalyzer.scripts.entrypoint:Entrypoint.fix