grep-ast

View on PyPIReverse Dependencies (2)

0.2.4 grep_ast-0.2.4-py3-none-any.whl

Wheel Details

Project: grep-ast
Version: 0.2.4
Filename: grep_ast-0.2.4-py3-none-any.whl
Download: [link]
Size: 11502
MD5: 4576910ede7258a43f7d3701cebfc6e9
SHA256: c793d4d9e587657d1f91e2056aecaab0d79e470181c23a4cbe0e1df37abdfcb3
Uploaded: 2023-10-31 23:48:12 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: grep-ast
Version: 0.2.4
Summary: A tool to grep through the AST of a source file
Home-Page: https://github.com/paul-gauthier/grep-ast
Requires-Dist: tree-sitter-languages (>=1.8.0)
Requires-Dist: pathspec
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 1721 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.3)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
grep_ast/__init__.py sha256=PL3GdMQVVt1qUUveTYPm-HOK8fCpR4P918S3eiLTlF0 86
grep_ast/dump.py sha256=-naWnGTc0-lAe_93WxBTpunPRfzNlUK7Q5zgXOprHfA 653
grep_ast/grep_ast.py sha256=cDfxGr_SK2kvY976FvB2EqypZ5ln6uLE3w574wGUDv0 9040
grep_ast/main.py sha256=Zhps-5h_oAONFGf_UYPymwN78aXlMIeJZcGomHs3f80 3342
grep_ast/parsers.py sha256=_uEjQOUND8TlrVx3Yzzq-69Ers_x_iPtZk-LjvyNUtc 1284
grep_ast-0.2.4.dist-info/LICENSE.txt sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA 11358
grep_ast-0.2.4.dist-info/METADATA sha256=236Jx2tR8eS5OI1JPkxV3WWCzRe-zX-FLFwJfMJZOkg 2019
grep_ast-0.2.4.dist-info/WHEEL sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0 92
grep_ast-0.2.4.dist-info/entry_points.txt sha256=c-9vGlW18ZU2eLnWsSrZVuXAK94ZI7XCArNI9tdTEdw 74
grep_ast-0.2.4.dist-info/top_level.txt sha256=PPQFEAMM1A074gA6CweOOgsqdAj7iEFzd1M24qRtMnA 9
grep_ast-0.2.4.dist-info/RECORD

top_level.txt

grep_ast

entry_points.txt

gast = grep_ast.main:main
grep-ast = grep_ast.main:main