awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
wemake-services avatar

wemake-services/wemake-python-styleguide

0
View on GitHub↗
2,854 stars·422 forks·Python·MIT·13 viewswemake-python-styleguide.rtfd.io↗

Wemake Python Styleguide

The strictest and most opinionated python linter ever!

Features

  • All In One - Provides a strict and highly opinionated comprehensive linting suite.
  • Developer Tools - Opinionated linter for enforcing code quality.
  • Linters And Style Checkers - Strict and highly opinionated code quality enforcement.
  • Linting Tools - Strict and opinionated Python linter.
  • Python Projects - Listed in the “Python Projects” section of the Awesome For Beginners awesome list.
  • Static Analysis Tools - Python style guide.

Star history

Star history chart for wemake-services/wemake-python-styleguideStar history chart for wemake-services/wemake-python-styleguide

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Wemake Python Styleguide

Similar open-source projects, ranked by how many features they share with Wemake Python Styleguide.
  • astral-sh/ruffastral-sh avatar

    astral-sh/ruff

    48,177View on GitHub↗

    Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions as a comprehensive engine that scans source code to detect programming errors, security vulnerabilities, and deviations from established coding standards. By parsing source code into a structured tree representation, it provides both automated linting and style enforcement across entire projects. The tool distinguishes itself through its speed and deep integration into the development lifecycle. It utilizes parallelized file processing to maximize throughput on large codebases

    Rustlinterpep8python
    View on GitHub↗48,177
  • beeware/briefcasebeeware avatar

    beeware/briefcase

    3,216View on GitHub↗

    Briefcase is a cross-platform build tool and native app packager that converts Python projects into standalone applications. It functions as a deployment framework designed to package Python code into binaries for desktop, mobile, and web platforms. The project utilizes a plugin-based architecture, allowing users to extend platform support and integrate new operating systems or specialized installation formats into the build process. The system handles cross-platform development through a configuration-driven build process. This covers capabilities including project generation from templates

    Pythonapplicationpython
    View on GitHub↗3,216
  • andreoliwa/nitpickandreoliwa avatar

    andreoliwa/nitpick

    412View on GitHub↗

    Enforce the same settings on multiple projects

    Python
    View on GitHub↗412
  • cookiecutter/cookiecuttercookiecutter avatar

    cookiecutter/cookiecutter

    24,950View on GitHub↗

    Cookiecutter is a command-line project templating engine and scaffolding tool used to automate the creation of software project structures. It functions as a project automator that generates initialized repositories and directories from predefined templates using variable substitution. The system utilizes the Jinja2 templating language to render files and folders, transforming generic blueprints into customized codebases based on user input. It supports template distribution via Git repositories or zip archives, allowing for the standardization of development environments across teams. The t

    Pythoncookiecutterpython
    View on GitHub↗24,950
See all 30 alternatives to Wemake Python Styleguide→

Frequently asked questions

What does wemake-services/wemake-python-styleguide do?

The strictest and most opinionated python linter ever!

What are the main features of wemake-services/wemake-python-styleguide?

The main features of wemake-services/wemake-python-styleguide are: All In One, Developer Tools, Linters And Style Checkers, Linting Tools, Python Projects, Static Analysis Tools.

What are some open-source alternatives to wemake-services/wemake-python-styleguide?

Open-source alternatives to wemake-services/wemake-python-styleguide include: beeware/briefcase — Briefcase is a cross-platform build tool and native app packager that converts Python projects into standalone… dlint-py/dlint — Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure. andreoliwa/nitpick — Enforce the same settings on multiple projects. astral-sh/ruff — Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions… cookiecutter/cookiecutter — Cookiecutter is a command-line project templating engine and scaffolding tool used to automate the creation of… fastapi/fastapi — FastAPI is a web framework for building APIs with Python. It leverages standard language type hints to provide…