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
tlocke avatar

tlocke/flake8-alphabetize

0
View on GitHub↗
17 stars·2 forks·Python·MIT-0·9 views

Flake8 Alphabetize

Flake8 Alphabetize

Features

  • Import Management - Checks the alphabetical order of imports.

Star history

Star history chart for tlocke/flake8-alphabetizeStar history chart for tlocke/flake8-alphabetize

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Flake8 Alphabetize

These projects share indexed features with Flake8 Alphabetize. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • square/javapoetsquare avatar

    square/javapoet

    10,850View on GitHub↗

    JavaPoet is a source code generator and metaprogramming utility for the Java language. It functions as an abstract syntax tree construction library that allows developers to model classes, methods, and fields as objects before emitting them as source code. The library distinguishes itself through automatic import management and code formatting. It tracks referenced types to generate required import statements and handles line wrapping, semicolon placement, and indentation to ensure generated files remain readable. The tool covers a broad range of generation capabilities, including the defini

    Java
    View on GitHub↗10,850
  • golang/gogolang avatar

    golang/go

    134,756View on GitHub↗

    Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external dependencies. The language is built around a structural type system that uses interfaces for polymorphism and a concurrency model based on lightweight, stack-based coroutines that communicate through channels. The language distinguishes itself through a runtime that features a c

    Gogogolanglanguage
    View on GitHub↗134,756
  • henryiii/flake8-lazyhenryiii avatar

    henryiii/flake8-lazy

    20View on GitHub↗

    flake8-lazy is a flake8 plugin that finds imports which can be made lazy in Python 3.15 (following PEP 810). See the post here for more on the development of this tool!

    Python
    View on GitHub↗20
  • bskinn/flake8-absolute-importB

    bskinn/flake8-absolute-import

    0View on GitHub↗

    flake8-absolute-import

    View on GitHub↗0
Compare all 12 related projects→

Frequently asked questions

What does tlocke/flake8-alphabetize do?

Flake8 Alphabetize

What are the main features of tlocke/flake8-alphabetize?

The main features of tlocke/flake8-alphabetize are: Import Management.

Which projects share features with tlocke/flake8-alphabetize?

Projects with overlapping indexed features include: square/javapoet — JavaPoet is a source code generator and metaprogramming utility for the Java language. It functions as an abstract… bskinn/flake8-absolute-import — flake8-absolute-import. golang/go — Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It… henryiii/flake8-lazy — flake8-lazy is a flake8 plugin that finds imports which can be made lazy in Python 3.15 (following PEP 810). See the… joaopalmeiro/flake8-import-conventions — An opinionated plugin for Flake8 on how certain packages should be imported or aliased. marcgibbons/flake8-datetime-import — flake8-datetime-import is an opinionated plugin which aims to reduce confusing or inconsistent usage of Python's…