spookylukey / pyastgrep
Grep Python Abstract Syntax Trees (AST) using XPath
☆93Updated 2 months ago
Alternatives and similar repositories for pyastgrep:
Users that are interested in pyastgrep are comparing it to the libraries listed below
- Python variant types that work with match☆50Updated 11 months ago
- A type wrapper for the standard library `datetime` that supplies stricter checks, such as making 'datetime' not substitutable for 'date',…☆78Updated last month
- A Textual-based Python AST viewing widget library and application☆89Updated last year
- A minimal re-implementation of Python's `venv` module☆135Updated 9 months ago
- A shell power-up for working with the file system and running subprocess commands☆75Updated last year
- Vendorize packages from PyPI☆103Updated 7 months ago
- Run async workflows using pytest-fixtures-style dependency injection☆34Updated last year
- Database Access☆17Updated last week
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆63Updated 2 years ago
- Inline dependencies for small Python scripts.☆40Updated last year
- ☆92Updated 6 months ago
- Create reproducible installations for a virtual environment from a lock file☆83Updated last week
- Generate waterfalls from `-Ximporttime` tracing.☆115Updated 3 weeks ago
- A Flake8 plugin that checks for issues using the standard library logging module.☆82Updated last week
- ☆109Updated 9 months ago
- Make Python CLI tools win the speed race, by cheating!☆71Updated last year
- ☆41Updated 5 months ago
- Syntactical sugar for Python class attributes☆56Updated 7 months ago
- Run pytest inside a sub interpreter☆22Updated last year
- trycast parses JSON-like values whose shape is defined by TypedDicts and other standard Python type hints.☆80Updated 7 months ago
- generate random python code to test linter/formatter/and other tools☆42Updated last week
- ☆43Updated 6 months ago
- A backend for the `keyring` module which uses a hardware token to require user presence for any secret access, by encrypting your vault a…☆38Updated 3 weeks ago
- Readable, pleasing console output for Python☆51Updated last year
- Command-line parsing library for Python 3.☆130Updated 6 months ago
- Proof-of-concept `record` type for Python☆30Updated 10 months ago
- Utilities for run-time type validation and multiple dispatch☆164Updated last week
- flake8 plugin which forbids assignment expressions (the walrus operator)☆46Updated last year
- A TUI disassembler☆119Updated 2 years ago
- Deserialize to objects while staying DRY