nxp-codecheck

View on PyPIReverse Dependencies (0)

0.1.16 nxp_codecheck-0.1.16-py3-none-any.whl

Wheel Details

Project: nxp-codecheck
Version: 0.1.16
Filename: nxp_codecheck-0.1.16-py3-none-any.whl
Download: [link]
Size: 40137
MD5: 0ce0b1c105e6625ec4fe6864c9b02230
SHA256: 2572656278d1d1f4c9d63ce2015361435eeb7b7728318a7e743f146e60692da9
Uploaded: 2024-10-11 10:38:42 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nxp_codecheck
Version: 0.1.16
Summary: Simple set of checking tools for accepting code quality for NXP python projects
Author: NXP
Maintainer-Email: NXP <michal.starecek[at]nxp.com>
Project-Url: Homepage, https://github.com/nxp-mcuxpresso/spsdk_plugins/tree/master/codecheck
Project-Url: Issues, https://github.com/nxp-mcuxpresso/spsdk_plugins/issues
License: BSD-3-Clause
Keywords: spsdk_plugins,codecheck,nxp
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
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.12
Requires-Python: >=3.9
Requires-Dist: click
Requires-Dist: colorama
Requires-Dist: prettytable
Requires-Dist: typing-extensions
Requires-Dist: black[jupyter]
Requires-Dist: pytest
Requires-Dist: pytest-cov
Requires-Dist: pytest-xdist
Requires-Dist: pylint (>=3.3.0)
Requires-Dist: spsdk-pylint-plugins
Requires-Dist: PyGithub
Requires-Dist: pyyaml
Requires-Dist: mypy
Requires-Dist: isort
Requires-Dist: radon
Requires-Dist: pydocstyle[toml]
Requires-Dist: tomli
Requires-Dist: nbqa
Requires-Dist: types-pyyaml
Requires-Dist: bandit[toml]
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1339 characters]

WHEEL

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

RECORD

Path Digest Size
codecheck/__init__.py sha256=lYUpplXkmGRGhH90uZD56Kk7CdkV9oKKLQUWG3DJi2E 206
codecheck/checker_copyright_year.py sha256=iuIC4-jDbIvfZiROOVkCGCcE2crL2u-tgtsqq9AoJG8 7575
codecheck/checker_cyclic_import.py sha256=6rc_C4EOvFDpVGVkCwg_22VWTSDrQgFoOnAood4YzMY 2582
codecheck/checker_dependencies.py sha256=FuYYglhPmChMwPmCBUbMBhdMcexQAzs438ZLfx2ZjUY 29540
codecheck/checker_jupyter.py sha256=Dy63ey7xw4jqxfBqmenBqfkTO-2iXUeT8Voa4RI2iKQ 6416
codecheck/checker_mypy_annotations.py sha256=dx_pbAY89uk5prEaJKcn3TrLt1gn6XP6qblXQlDlxvE 3809
codecheck/checker_py_headers.py sha256=3nmRa0YurIdLQf33X9Kb2-tmRxuoM3vQkxjZsHDuGzo 4274
codecheck/checker_pydocstyle.py sha256=ANrLuTQNlt_7k1uMXBUM1i-xkqoeOWxnoCANnxBE1m0 2932
codecheck/default_cfg.yaml sha256=N04Jo-6Dzna8yAzGmTkq6OtAZY0cA0Ocxz9d0RrYac4 6264
codecheck/git_operations.py sha256=-xijpFNBRHkeCVUw3Zo8t1JPR-Cr7hI2ImmnDonzAXo 1794
codecheck/gitcov.py sha256=_p5Q4xKnLPunkIzHKcrYvLn73LRClJh9EeRs6s1mrU4 17792
codecheck/main.py sha256=zk7ZSEYtOzU2Osk_Vewir_4OMJRMfL9tjcJUmG7EKb8 32708
codecheck/task_scheduler.py sha256=zNcoRT1LSxP4JwPDHxIJvO_vXMbdJJMPWDXhUFyRRRs 13928
nxp_codecheck-0.1.16.dist-info/LICENSE sha256=T-u3rrDyBy1P586fAzuEUjrl7LXa0zG6TP3RpEXNvZ8 1530
nxp_codecheck-0.1.16.dist-info/METADATA sha256=Ms6vJTTU_RnCVX0s2VtcNmfNznxqihR5vZHN-pV1tro 2900
nxp_codecheck-0.1.16.dist-info/WHEEL sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ 91
nxp_codecheck-0.1.16.dist-info/entry_points.txt sha256=6b3pja6WCMiV1V78P1CIX0mABQ4aTtZhI-Ybk5ncNW8 323
nxp_codecheck-0.1.16.dist-info/top_level.txt sha256=kSYiqnLseFbdoEC3dgzuxfXyqBTZo6ZiLirbPm72NPQ 10
nxp_codecheck-0.1.16.dist-info/RECORD

top_level.txt

codecheck

entry_points.txt

codecheck = codecheck.main:main
copyright = codecheck.checker_copyright_year:main
cyclic_import = codecheck.checker_cyclic_import:main
dependencies = codecheck.checker_dependencies:main
gitcov = codecheck.gitcov:main
jupyter = codecheck.checker_jupiter:main
py_headers = codecheck.checker_py_headers:main