Pretty print the output of python stdlib `ast.parse`.
☆200Aug 17, 2026Updated 2 weeks ago
Alternatives and similar repositories for astpretty
Users that are interested in astpretty are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A wrapper around the stdlib `tokenize` which roundtrips.☆61Aug 17, 2026Updated 2 weeks ago
- flake8 plugin which checks that typing imports are properly guarded☆51Aug 17, 2026Updated 2 weeks ago
- Utilities for refactoring imports in python-like syntax.☆24Aug 17, 2026Updated 2 weeks ago
- Use features of rejected PEPs☆11Oct 11, 2019Updated 6 years ago
- flake8 plugin to validate #noqa comments - Mirror of https://gitlab.linss.com/open-source/flake8/flake8-noqa☆39Feb 7, 2026Updated 6 months ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- flake8 plugin which checks for misuse of `sys.version` or `sys.version_info`☆65Feb 4, 2024Updated 2 years ago
- A Flake8 plugin that checks Python tests follow the Arrange-Act-Assert pattern☆73Oct 25, 2025Updated 10 months ago
- Automatically remove unnecessary `# noqa` comments☆264Aug 17, 2026Updated 2 weeks ago
- apply a consistent format to `setup.cfg` files☆155Aug 17, 2026Updated 2 weeks ago
- Unexport is a linter that tries to keep the __all __ in your Python modules always up to date.☆24Apr 23, 2026Updated 4 months ago
- A coverage plugin to provide sensible default settings☆88Aug 17, 2026Updated 2 weeks ago
- Annotate Python AST trees with source text and token information☆195Jul 12, 2026Updated last month
- An extension for flake8 that forbids some imports statements in some modules.☆16May 17, 2023Updated 3 years ago
- Formats your tox.ini files☆43Updated this week
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- A Python Parser☆679Jul 31, 2026Updated last month
- Python AST read/write☆865Feb 17, 2026Updated 6 months ago
- A common base representation of python source code for pylint and other projects☆582Updated this week
- Grep Python Abstract Syntax Trees (AST) using XPath☆111Jul 1, 2026Updated 2 months ago
- Turn dataclasses into not-dataclasses☆23Jun 18, 2022Updated 4 years ago
- a GitHub action to install (pre-release) pythons from deadsnakes☆56Aug 17, 2026Updated 2 weeks ago
- Run `black` on python code blocks in documentation files☆680Aug 18, 2026Updated 2 weeks ago
- Get the number the next pull request will be assigned for a public GitHub repository.☆12Jun 22, 2026Updated 2 months ago
- CLI tool to introspect flake8 plugins and their codes☆13May 23, 2022Updated 4 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Universal, Register-based Virtual Machine☆11Mar 25, 2019Updated 7 years ago
- Data about packages and maintainers on PyPI☆135Jul 21, 2026Updated last month
- Run flake8 checks on code in *.rst files or in docstrings☆22Feb 26, 2021Updated 5 years ago
- A flake8 plugin to detect boolean traps.☆13Jul 17, 2023Updated 3 years ago
- Hypothesis strategies for generating Python programs, something like CSmith☆118Feb 16, 2024Updated 2 years ago
- Python tools, libraries and resources about AST (as in Abstract Syntax Trees)☆103May 25, 2022Updated 4 years ago
- lazy-imports-lite changes the semantics of python imports and defers the import until it is used the first time like in PEP 690