Skip to main content

Query AST elements by using CSS Selector-like syntax

Project description

AST Selector

Query AST elements by using CSS Selector-like syntax

Actions Status PyPI Semantic Release GitHub Downloads Code style: black try/except style: tryceratops Follow guilatrova

"Query AST elements 🌲 by using CSS Selector-like 💅 syntax."

Installation and usage

Installation

pip install ast_selector

Usage

from ast_selector import AstSelector

tree = load_python_code_as_ast_tree()
query = "FunctionDef Raise $FunctionDef"
# Query all functions that raises at least an exception

functions_raising_exceptions = AstSelector(query, tree).all()

Use Cases

Functions that return int

from ast_selector import AstSelector

tree = load_python_code_as_ast_tree()
query = "FunctionDef.returns[id=int] $FunctionDef"
# Query all functions that return ints e.g. def sum() -> int

function_element = AstSelector(query, tree).first()

License

MIT

Credits

It's extremely hard to keep hacking on open source like that while keeping a full-time job. I thank God from the bottom of my heart for both the inspiration and the energy.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ast_selector-0.1.3.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

ast_selector-0.1.3-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file ast_selector-0.1.3.tar.gz.

File metadata

  • Download URL: ast_selector-0.1.3.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.15.0-35-generic

File hashes

Hashes for ast_selector-0.1.3.tar.gz
Algorithm Hash digest
SHA256 82147160cc6940a44b34a7969d7ad88376d84e296f7129cbeb96525989845574
MD5 2931c80bac095aac52dda2a52b442eef
BLAKE2b-256 9d65aae8bd83642042825cd1535375a6c39fce2dff95e202099f28f49db55cca

See more details on using hashes here.

File details

Details for the file ast_selector-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: ast_selector-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.15.0-35-generic

File hashes

Hashes for ast_selector-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ef145ca95823ea1aec3595b5cd1cd5c42ea18def3cef86983782942ca0999227
MD5 5c3a2ac48428086fd723a464eacadb67
BLAKE2b-256 ca3af7e5c697b6563e4fe02af2770826303e1490e338047a47ad710028e0ef3f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page