Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@

[e ɛs ti pæθ] _n_.

Ⅰ. A command-line utility for querying Python ASTs using XPath syntax.
I think this content is better than what was here before, so I'm going to add this and remove the other stuff.

ⅠⅠ. A better way of searching through your codebase.

## Example usage
## Example Usage
_Finding all usages of the_ `eval` _builtin:_
```bash
$ astpath ".//Call/func/Name[@id='eval']" | head -5
Expand Down