check-wheel-contents

Wheel validator

Checks the contents of Python wheels for common errors and mistakes.

Check your wheels have the right contents

GitHub

160 stars
5 watching
8 forks
Language: Python
last commit: 7 months ago
Linked from 1 awesome list

available-on-pypilinterpackagingpythonwheel

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
pypa/cibuildwheel Automates wheel building for Python libraries across multiple platforms and Python versions 1,873
contains-io/typet A Python library that simplifies type checking and validation in object-oriented coding 22
jwodder/ps1.py Customizable command prompt script for Bash and zsh 5
jorisroovers/gitlint Automatically checks commit messages for style and adherence to coding standards 827
getsentry/milksnake Allows distribution of dynamic linked libraries in Python wheels in a portable way 792
jsh9/pydoclint A tool to check Python docstrings for consistency with function signatures or implementations. 146
s-weigand/flake8-nb A tool to check Python code quality in Jupyter notebooks. 28
fkie/catkin_lint Checks package configurations for a ROS build system to detect common errors and issues. 57
zeeman/promises A type checking library for Python that uses a promise-based syntax to validate function arguments and return types. 0
simonstjg/flake8-jira-todo-checker Automatically checks Python code for TODO comments with missing JIRA issue IDs 7
tin2tin/python_stylechecker_for_blender Enables Pycodestyle to be integrated into Blender's Text Editor for Python code quality checking 13
peterjc/flake8-black A flake8 plugin that runs black to validate Python code style and enforce coding standards. 166
stewori/pytypes Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility 200
daveoncode/pyvaru A library for implementing custom validation rules across various data types and structures in Python. 20
gforcada/flake8-pep3101 Checks Python string formatting against the latest standard 14