# ast-grep python binding
[![PyPI](https://img.shields.io/pypi/v/ast-grep-py.svg?logo=PyPI)](https://pypi.org/project/ast-grep-py/)
[![Website](https://img.shields.io/badge/ast--grep-Ast--Grep_Website-red?logoColor=red)](https://ast-grep.github.io/)
<p align=center>
<img src="https://ast-grep.github.io/logo.svg" alt="ast-grep"/>
</p>
## ast-grep
`ast-grep` is a tool for code structural search, lint, and rewriting.
This crate intends to build a native python binding of ast-grep and provide a python API for programmatic usage.
## Installation
```bash
pip install ast-grep-py
```
## Usage
You can take our tests as examples. For example, [test_simple.py](./tests/test_simple.py) shows how to use ast-grep to search for a pattern in a file.
Please see the [API usage guide](https://ast-grep.github.io/guide/api-usage.html) and [API reference](https://ast-grep.github.io/reference/api.html) for more details.
Other resources include [ast-grep's official site](https://ast-grep.github.io/) and [repository](https://github.com/ast-grep/ast-grep).
## Development
### Setup virtualenv
```shell
python -m venv venv
```
### Activate venv
```shell
source venv/bin/activate
```
### Install `maturin`
```shell
pip install maturin[patchelf]
```
### Build bindings
```shell
maturin develop
```
### Run tests
```shell
pytest
```
All tests files are under [tests](./tests) directory.
## License
This project is licensed under the MIT license.
Raw data
{
"_id": null,
"home_page": null,
"name": "ast-grep-py",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>",
"keywords": "ast, pattern, codemod, structural search, rewrite",
"author": "Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>",
"author_email": "Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>",
"download_url": "https://files.pythonhosted.org/packages/19/b8/6df54070b56bcc5085a500d49008cb493b61ed8ffaa98d52c3316b9dd824/ast_grep_py-0.33.0.tar.gz",
"platform": null,
"description": "# ast-grep python binding\n\n[![PyPI](https://img.shields.io/pypi/v/ast-grep-py.svg?logo=PyPI)](https://pypi.org/project/ast-grep-py/)\n[![Website](https://img.shields.io/badge/ast--grep-Ast--Grep_Website-red?logoColor=red)](https://ast-grep.github.io/)\n\n<p align=center>\n <img src=\"https://ast-grep.github.io/logo.svg\" alt=\"ast-grep\"/>\n</p>\n\n## ast-grep\n\n`ast-grep` is a tool for code structural search, lint, and rewriting. \n\nThis crate intends to build a native python binding of ast-grep and provide a python API for programmatic usage.\n\n## Installation\n\n```bash\npip install ast-grep-py\n```\n\n## Usage\n\nYou can take our tests as examples. For example, [test_simple.py](./tests/test_simple.py) shows how to use ast-grep to search for a pattern in a file.\n\nPlease see the [API usage guide](https://ast-grep.github.io/guide/api-usage.html) and [API reference](https://ast-grep.github.io/reference/api.html) for more details.\n\nOther resources include [ast-grep's official site](https://ast-grep.github.io/) and [repository](https://github.com/ast-grep/ast-grep).\n\n## Development\n\n### Setup virtualenv\n\n```shell\npython -m venv venv\n```\n\n### Activate venv\n\n```shell\nsource venv/bin/activate\n```\n\n### Install `maturin`\n\n```shell\npip install maturin[patchelf]\n```\n\n### Build bindings\n\n```shell\nmaturin develop\n```\n\n### Run tests\n\n```shell\npytest\n```\n\nAll tests files are under [tests](./tests) directory.\n\n## License\n\nThis project is licensed under the MIT license.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Structural Search and Rewrite code at large scale using precise AST pattern.",
"version": "0.33.0",
"project_urls": {
"Changelog": "https://github.com/ast-grep/ast-grep/blob/main/CHANGELOG.md",
"Documentation": "https://ast-grep.github.io/",
"Repository": "https://github.com/ast-grep/ast-grep"
},
"split_keywords": [
"ast",
" pattern",
" codemod",
" structural search",
" rewrite"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "58d3651a3c2dc6acbb771ac4cc4bf836d7d021a4b863dd675720f17ca7fe96b1",
"md5": "f51ac77343cccec98569b765bb732c98",
"sha256": "82fce78a0fe5f8c9734fd62a27a325f1b6a2d6d5cdedc915c5088fd577bdeed9"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "f51ac77343cccec98569b765bb732c98",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 4930924,
"upload_time": "2025-01-05T06:12:52",
"upload_time_iso_8601": "2025-01-05T06:12:52.500666Z",
"url": "https://files.pythonhosted.org/packages/58/d3/651a3c2dc6acbb771ac4cc4bf836d7d021a4b863dd675720f17ca7fe96b1/ast_grep_py-0.33.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7e1fd6e1fc408ee2ab95931ef71d103868f68d00bb8b4ac61b2552154dec10e5",
"md5": "431ce01bd9f01b6c301eafed713fae9d",
"sha256": "d1f45d0748dfff36a5456e7399135e3547278a6cf0c1e1bc3fd2178e2da81f47"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "431ce01bd9f01b6c301eafed713fae9d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 4902746,
"upload_time": "2025-01-05T06:12:56",
"upload_time_iso_8601": "2025-01-05T06:12:56.525267Z",
"url": "https://files.pythonhosted.org/packages/7e/1f/d6e1fc408ee2ab95931ef71d103868f68d00bb8b4ac61b2552154dec10e5/ast_grep_py-0.33.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "acae658c63dbd1f3d4a41f2c85b7e6830d878d83210a10caea85252065fe034f",
"md5": "ff48389a1d717ae6a65a63c0fa321a0f",
"sha256": "b73cdc242c2289c5a53866797b7bed07aaa2dac4585705bdd32e6d3a1e5f9ca7"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "ff48389a1d717ae6a65a63c0fa321a0f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 4533852,
"upload_time": "2025-01-05T06:12:59",
"upload_time_iso_8601": "2025-01-05T06:12:59.984671Z",
"url": "https://files.pythonhosted.org/packages/ac/ae/658c63dbd1f3d4a41f2c85b7e6830d878d83210a10caea85252065fe034f/ast_grep_py-0.33.0-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "67af44b335656f3775cb84f666067601f1a737786c2c4aa542a042b095a0123b",
"md5": "ec1d44ecb56fe9eb5c02de30f72db6f6",
"sha256": "17d3cb571196f1af15137fd35532137415c959aa2a45f905ebf9f5e357106e2c"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "ec1d44ecb56fe9eb5c02de30f72db6f6",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 4672243,
"upload_time": "2025-01-05T06:13:02",
"upload_time_iso_8601": "2025-01-05T06:13:02.395195Z",
"url": "https://files.pythonhosted.org/packages/67/af/44b335656f3775cb84f666067601f1a737786c2c4aa542a042b095a0123b/ast_grep_py-0.33.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aabc97251238ed1026dcabcbadaa5bc75db423301e7e903bd8573359ae41d0d7",
"md5": "70ecc8cb5d5cece867c5ffd8c2ce1903",
"sha256": "4ad5d31b986089cbfcff8638665c8e1eb545ccedb57ccb8aae9402ac3326eb82"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "70ecc8cb5d5cece867c5ffd8c2ce1903",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 4831509,
"upload_time": "2025-01-05T06:13:05",
"upload_time_iso_8601": "2025-01-05T06:13:05.855494Z",
"url": "https://files.pythonhosted.org/packages/aa/bc/97251238ed1026dcabcbadaa5bc75db423301e7e903bd8573359ae41d0d7/ast_grep_py-0.33.0-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bf5bbbaeeff3db55c5582649eaf63f4b9bacc4dc5898598d09ce99a78d6d16e2",
"md5": "c0d85d95ac5afd9956c44c99bd1b5c31",
"sha256": "498a0731115e93212e2102fa3495a9708ac825a9780c94a9250e32bc63877831"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c0d85d95ac5afd9956c44c99bd1b5c31",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 4992855,
"upload_time": "2025-01-05T06:13:09",
"upload_time_iso_8601": "2025-01-05T06:13:09.394053Z",
"url": "https://files.pythonhosted.org/packages/bf/5b/bbaeeff3db55c5582649eaf63f4b9bacc4dc5898598d09ce99a78d6d16e2/ast_grep_py-0.33.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "75a6ee6b958370f5212977e7349bade940fa4cfd26e9de580a1482188112a514",
"md5": "9bc9f4172c2ea5e8a59ab5d6e503616f",
"sha256": "06c196d32ccfb5f5ad0876c5db73092302cb3917afc84dcc130acf570fcc153e"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "9bc9f4172c2ea5e8a59ab5d6e503616f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 4930218,
"upload_time": "2025-01-05T06:13:12",
"upload_time_iso_8601": "2025-01-05T06:13:12.905222Z",
"url": "https://files.pythonhosted.org/packages/75/a6/ee6b958370f5212977e7349bade940fa4cfd26e9de580a1482188112a514/ast_grep_py-0.33.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ef44dc029ab25122dc1aff4a6d68705f2dc9d2fccf33a327598c8e767175bf88",
"md5": "abbef72aac970cae26c06819fb19dc51",
"sha256": "a9510621f8031ac87f5f4ceec8204c7b0704177a76baa1c3eb6577b9ea2166f1"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "abbef72aac970cae26c06819fb19dc51",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 4902968,
"upload_time": "2025-01-05T06:13:16",
"upload_time_iso_8601": "2025-01-05T06:13:16.191674Z",
"url": "https://files.pythonhosted.org/packages/ef/44/dc029ab25122dc1aff4a6d68705f2dc9d2fccf33a327598c8e767175bf88/ast_grep_py-0.33.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9c2d86cad4f84afaaedabcff98293b68f2a881c83831e0a4182c24bed48cf092",
"md5": "cdc63a03460db23f681d8a1fc7db16fa",
"sha256": "669612455ab1e7abebe2b80605728431c09eaa0c6ebd0b65d0a7cc28538ab05f"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "cdc63a03460db23f681d8a1fc7db16fa",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 4534302,
"upload_time": "2025-01-05T06:13:19",
"upload_time_iso_8601": "2025-01-05T06:13:19.889342Z",
"url": "https://files.pythonhosted.org/packages/9c/2d/86cad4f84afaaedabcff98293b68f2a881c83831e0a4182c24bed48cf092/ast_grep_py-0.33.0-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ba8b1679ca4430d3e44af8cc095cc98c5d08d19dc2a542ece04e1410c1656262",
"md5": "8ab0fb9987d3d01b54a223a64d221c4d",
"sha256": "14a9546ca308d1340a9b4a47dc5cd5f092a38a5722ae5a6cb124f881a3df1d37"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "8ab0fb9987d3d01b54a223a64d221c4d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 4672268,
"upload_time": "2025-01-05T06:13:23",
"upload_time_iso_8601": "2025-01-05T06:13:23.503019Z",
"url": "https://files.pythonhosted.org/packages/ba/8b/1679ca4430d3e44af8cc095cc98c5d08d19dc2a542ece04e1410c1656262/ast_grep_py-0.33.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2393e9a9034cc6b05f4afa4f9bb30e5c118949a8088d403a0b1925e604bbaec9",
"md5": "54eb95f1e0138f96f8cc70de97c15173",
"sha256": "4e857409b3cf6ee3220c83ab679a875aa4f5da99344f9b74dd4bf30ccf388fa1"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "54eb95f1e0138f96f8cc70de97c15173",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 4816562,
"upload_time": "2025-01-05T06:13:27",
"upload_time_iso_8601": "2025-01-05T06:13:27.059727Z",
"url": "https://files.pythonhosted.org/packages/23/93/e9a9034cc6b05f4afa4f9bb30e5c118949a8088d403a0b1925e604bbaec9/ast_grep_py-0.33.0-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "07916f66b62412571d1a1c004ff187fb80ceca1d663ecf09eab5cebf08bf210f",
"md5": "a4f84cec968db699200653e336498a43",
"sha256": "0f6d7e22e2a132c9727eefed44b9e5d709a9ce89315cc2cd8c771774348fb1be"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "a4f84cec968db699200653e336498a43",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 4974210,
"upload_time": "2025-01-05T06:13:29",
"upload_time_iso_8601": "2025-01-05T06:13:29.255288Z",
"url": "https://files.pythonhosted.org/packages/07/91/6f66b62412571d1a1c004ff187fb80ceca1d663ecf09eab5cebf08bf210f/ast_grep_py-0.33.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a27c40232bde68519bc744d4ba62015623fd3f86ec8fe91cc8d712ab012272b1",
"md5": "6eb98a7f55b069ef1840c2f3136182cc",
"sha256": "27faebde927a8c85dd96ee704353bb8e222d0a888cd906571d0dfc3e09454bdb"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "6eb98a7f55b069ef1840c2f3136182cc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 4927371,
"upload_time": "2025-01-05T06:13:31",
"upload_time_iso_8601": "2025-01-05T06:13:31.493611Z",
"url": "https://files.pythonhosted.org/packages/a2/7c/40232bde68519bc744d4ba62015623fd3f86ec8fe91cc8d712ab012272b1/ast_grep_py-0.33.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6322b03cdec2ebbbe6fd3bb2cab27d523be2850fd1b6b6e5f225db6523addf6a",
"md5": "fb23f96d8eb8cb63aabdba9bdc64ccb7",
"sha256": "b385fef3f20de7b4bd6520c510e81e9fd1f50d233d1772ecef11783fb9b9b1a1"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "fb23f96d8eb8cb63aabdba9bdc64ccb7",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 4898811,
"upload_time": "2025-01-05T06:13:33",
"upload_time_iso_8601": "2025-01-05T06:13:33.801021Z",
"url": "https://files.pythonhosted.org/packages/63/22/b03cdec2ebbbe6fd3bb2cab27d523be2850fd1b6b6e5f225db6523addf6a/ast_grep_py-0.33.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b653fdcc81e37436ac7fd8659276450e66a05cd297f02d897d225492d30b1709",
"md5": "c95b75eeb4b3e081c5ad5968e14d305a",
"sha256": "6013e84742798dfa53deacaf966c95674830a0ba0385ffbc8720e4971bc6d2ec"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "c95b75eeb4b3e081c5ad5968e14d305a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 4533272,
"upload_time": "2025-01-05T06:13:36",
"upload_time_iso_8601": "2025-01-05T06:13:36.799510Z",
"url": "https://files.pythonhosted.org/packages/b6/53/fdcc81e37436ac7fd8659276450e66a05cd297f02d897d225492d30b1709/ast_grep_py-0.33.0-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d25c00143987ec666b9c250f1d71cfecbf4b29b0f1f3c47d6e19d52630ff6a11",
"md5": "297556b24a92b855b33d780d5d42bee6",
"sha256": "25fc2ec8e9ba78a2a0296dca303e7d04e55716f2c9d10c4098bb7eb963c0e498"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "297556b24a92b855b33d780d5d42bee6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 4672922,
"upload_time": "2025-01-05T06:13:38",
"upload_time_iso_8601": "2025-01-05T06:13:38.899167Z",
"url": "https://files.pythonhosted.org/packages/d2/5c/00143987ec666b9c250f1d71cfecbf4b29b0f1f3c47d6e19d52630ff6a11/ast_grep_py-0.33.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "33df8ee3bfe5c6a424a9950d2c6520acae5741c78ccb97d4c86db4c3e002c193",
"md5": "f6e80784a4b94a6547cf300cd7be592e",
"sha256": "86be7932f1cf6ac1f47244cd6306fea857d2eb40c6f54b8f88ca517337156422"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "f6e80784a4b94a6547cf300cd7be592e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 4822037,
"upload_time": "2025-01-05T06:13:42",
"upload_time_iso_8601": "2025-01-05T06:13:42.598024Z",
"url": "https://files.pythonhosted.org/packages/33/df/8ee3bfe5c6a424a9950d2c6520acae5741c78ccb97d4c86db4c3e002c193/ast_grep_py-0.33.0-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c709b985875259de769fb9d52d7f1a2c17dce205c36e2e8ef369f8e39ee100b4",
"md5": "2f02a55fe6dae8e74bedcfc5dc3435f5",
"sha256": "3b3c5af4bdbe7dcd8954002dac5188b85b10b8344a8fe3a2ea2579d829794647"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "2f02a55fe6dae8e74bedcfc5dc3435f5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 4977049,
"upload_time": "2025-01-05T06:13:44",
"upload_time_iso_8601": "2025-01-05T06:13:44.949374Z",
"url": "https://files.pythonhosted.org/packages/c7/09/b985875259de769fb9d52d7f1a2c17dce205c36e2e8ef369f8e39ee100b4/ast_grep_py-0.33.0-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "378a26cc89a5c3ba52c0187d02bf1cd871f9c926dedc392927c089893024c461",
"md5": "15e9b1b937fb52e4a0a8333397be5973",
"sha256": "afbd45f53d393fe009a112363f3ce8425cd644459a3af5819b62b0906695ec81"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "15e9b1b937fb52e4a0a8333397be5973",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 4927421,
"upload_time": "2025-01-05T06:13:47",
"upload_time_iso_8601": "2025-01-05T06:13:47.289708Z",
"url": "https://files.pythonhosted.org/packages/37/8a/26cc89a5c3ba52c0187d02bf1cd871f9c926dedc392927c089893024c461/ast_grep_py-0.33.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4e99471e21046243ea5da2dc2d3043b594bfcb6f4b58da0030893cae978cbae3",
"md5": "431037252689d563971a4a27d7cd7d81",
"sha256": "1586bb1826f1c1c5da633c0113875ed68a0c183c50c75a6bad8abf909b32c506"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "431037252689d563971a4a27d7cd7d81",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 4898781,
"upload_time": "2025-01-05T06:13:50",
"upload_time_iso_8601": "2025-01-05T06:13:50.899207Z",
"url": "https://files.pythonhosted.org/packages/4e/99/471e21046243ea5da2dc2d3043b594bfcb6f4b58da0030893cae978cbae3/ast_grep_py-0.33.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5b17c811e3ddc4f8e7afb72d61d88d35234bf980b50dfac0053fe6cc47ac161b",
"md5": "b896fb2878c5667307325187ee71a2e6",
"sha256": "2cd97d7e0d514aeaf707f87214657493ffcfe63e06a8ebea5f7287433b251353"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "b896fb2878c5667307325187ee71a2e6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 4533351,
"upload_time": "2025-01-05T06:13:53",
"upload_time_iso_8601": "2025-01-05T06:13:53.019690Z",
"url": "https://files.pythonhosted.org/packages/5b/17/c811e3ddc4f8e7afb72d61d88d35234bf980b50dfac0053fe6cc47ac161b/ast_grep_py-0.33.0-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5ad72a1f4f487cad60d4179e87620711a650015a69f8c503220e80e8380c0708",
"md5": "03a0a29ceeedc8fca5a9d4d6834f863d",
"sha256": "731524273f8a7d5cb0c40a9657dacc483acd9e7d5bbeb6be0d89984131827e13"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "03a0a29ceeedc8fca5a9d4d6834f863d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 4673061,
"upload_time": "2025-01-05T06:13:56",
"upload_time_iso_8601": "2025-01-05T06:13:56.293338Z",
"url": "https://files.pythonhosted.org/packages/5a/d7/2a1f4f487cad60d4179e87620711a650015a69f8c503220e80e8380c0708/ast_grep_py-0.33.0-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b8ff79b303a1de3cf4ce2df2e1342b93710788e5e24f302466a5e1478228c846",
"md5": "8e9dbe5aedfefdd971ece347d1f3e44c",
"sha256": "a8533064eb0e404272525ad737ade80646342ba007ae8de976e08e042eac3f7c"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "8e9dbe5aedfefdd971ece347d1f3e44c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 4932775,
"upload_time": "2025-01-05T06:13:58",
"upload_time_iso_8601": "2025-01-05T06:13:58.923408Z",
"url": "https://files.pythonhosted.org/packages/b8/ff/79b303a1de3cf4ce2df2e1342b93710788e5e24f302466a5e1478228c846/ast_grep_py-0.33.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "91c62eb149b81ff4adbb2fac36250dd05935334f655f8b15983ba1d0958d3ec8",
"md5": "374816d66ea61460f558889ca3905d0c",
"sha256": "a7dabf9db4533003336865302785a2112185f5037fa9407776b18a89465ff23e"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "374816d66ea61460f558889ca3905d0c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 4903384,
"upload_time": "2025-01-05T06:14:01",
"upload_time_iso_8601": "2025-01-05T06:14:01.320132Z",
"url": "https://files.pythonhosted.org/packages/91/c6/2eb149b81ff4adbb2fac36250dd05935334f655f8b15983ba1d0958d3ec8/ast_grep_py-0.33.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "30a2e3ef91e7d0667ba7ba009900c25f8b32fabf81911403ee0870401069ee57",
"md5": "b8e494caed8ea0fc5a7f49723678ef37",
"sha256": "00eb5a0c6aa99c50557ff0646213d8494800d31377a857d83cc62a57c7b84245"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "b8e494caed8ea0fc5a7f49723678ef37",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 4535244,
"upload_time": "2025-01-05T06:14:05",
"upload_time_iso_8601": "2025-01-05T06:14:05.583437Z",
"url": "https://files.pythonhosted.org/packages/30/a2/e3ef91e7d0667ba7ba009900c25f8b32fabf81911403ee0870401069ee57/ast_grep_py-0.33.0-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "41fcd067b14f00e57e375f4da16719ca251ff5f1cc92576392e617c91f5466bc",
"md5": "2bdb11f19482e6543b94930d62806753",
"sha256": "647689f57134ca0c2d9db4eea831802571aff8b93280050f7a5686bcc98d201d"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "2bdb11f19482e6543b94930d62806753",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 4672519,
"upload_time": "2025-01-05T06:14:08",
"upload_time_iso_8601": "2025-01-05T06:14:08.009930Z",
"url": "https://files.pythonhosted.org/packages/41/fc/d067b14f00e57e375f4da16719ca251ff5f1cc92576392e617c91f5466bc/ast_grep_py-0.33.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "19b86df54070b56bcc5085a500d49008cb493b61ed8ffaa98d52c3316b9dd824",
"md5": "63c64f96a4833393a2b0ef9395c21828",
"sha256": "9212dc0da8b5d3549c1cfd08be8d1f62acea5492c7b4cdbb26557f142b0db479"
},
"downloads": -1,
"filename": "ast_grep_py-0.33.0.tar.gz",
"has_sig": false,
"md5_digest": "63c64f96a4833393a2b0ef9395c21828",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 124783,
"upload_time": "2025-01-05T06:14:11",
"upload_time_iso_8601": "2025-01-05T06:14:11.438528Z",
"url": "https://files.pythonhosted.org/packages/19/b8/6df54070b56bcc5085a500d49008cb493b61ed8ffaa98d52c3316b9dd824/ast_grep_py-0.33.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-05 06:14:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ast-grep",
"github_project": "ast-grep",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ast-grep-py"
}