Linking pages
- Python Type Hints: pyastgrep case study - lukeplant.me.uk https://lukeplant.me.uk/blog/posts/python-type-hints-pyastgrep-case-study/ 5 comments
- pyastgrep and custom linting - lukeplant.me.uk https://lukeplant.me.uk/blog/posts/pyastgrep-and-custom-linting/ 1 comment
- Better Python code grepping with pyastgrep - lukeplant.me.uk https://lukeplant.me.uk/blog/posts/grep-python-syntax-using-ast-pyastgrep/ 0 comments
Linked pages
- Semgrep — Find bugs and enforce code standards https://semgrep.dev/ 108 comments
- pre-commit https://pre-commit.com 96 comments
- Redirecting to https://pypa.github.io/pipx/ https://pipxproject.github.io/pipx/ 34 comments
- re â Regular expression operations — Python 3.11.1 documentation https://docs.python.org/3/library/re.html#:~:text=similar%20to%20regular%20parentheses%2C 24 comments
- ast â Abstract Syntax Trees — Python 3.11.0 documentation https://docs.python.org/3/library/ast.html 5 comments
- Python AST Explorer https://python-ast-explorer.com 4 comments
- XPath Syntax https://www.w3schools.com/xml/xpath_syntax.asp 4 comments
- GitHub - hchasestevens/astpath: A command-line search utility for Python ASTs using XPath syntax. https://github.com/hchasestevens/astpath 3 comments
- GitHub - Instagram/Fixit: Fixit is a Python Lint Framework based on LibCST. It comes with useful default lint rules for coding convention, performance and security issues. It makes custom lint rule easy to build, test and configure. It empowers lint rule to provide autofix to fix the issues for developers. It also provide tools to run autofix across codebase to fix existing issues and automatically insert lint-fixme comments to silent existing violation. Fixit integrates with Flake8 and it adds the above mentioned enhancements to it. https://github.com/Instagram/Fixit 1 comment
- GitHub - Instagram/LibCST: A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree https://github.com/Instagram/LibCST/ 0 comments
- Green Tree Snakes - the missing Python AST docs — Green Tree Snakes 1.0 documentation https://greentreesnakes.readthedocs.io/en/latest/ 0 comments
Related searches:
Search whole site: site:github.com
Search title: GitHub - spookylukey/pyastgrep: Grep Python Abstract Syntax Trees (AST) using XPath
See how to search.