Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takluyver/astsearch
Intelligently search in Python code
https://github.com/takluyver/astsearch
Last synced: 24 days ago
JSON representation
Intelligently search in Python code
- Host: GitHub
- URL: https://github.com/takluyver/astsearch
- Owner: takluyver
- License: mit
- Created: 2014-04-27T20:15:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T12:44:50.000Z (10 months ago)
- Last Synced: 2024-06-11T17:35:39.130Z (6 months ago)
- Language: Python
- Homepage: https://astsearch.readthedocs.io/en/latest/
- Size: 70.3 KB
- Stars: 68
- Watchers: 8
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-python-ast - astsearch - Search through ASTs using XPath syntax (Tools)
README
ASTsearch is an intelligent search tool for Python code.
To get it::
pip install astsearch
To use it::
# astsearch pattern [path]
astsearch "?/?" # Division operations in all files in the current directoryFor more details, see `the documentation `_.