Project Limit Request: ast-grep-py - 30 GB
Closed this issue ยท 2 comments
Project URL
https://pypi.org/project/ast-grep-py/
Does this project already exist?
- Yes
New limit
30
Update issue title
- I have updated the title.
Which indexes
PyPI
About the project
ast-grep is a command-line interface (CLI) tool designed for code structural search, linting, and rewriting. It leverages abstract syntax trees (ASTs) to match code patterns, making it more precise than traditional text-based search tools. Written in Rust, ast-grep allows users to write patterns as if they are writing ordinary code, which it then matches against the syntactical structure of the target code. This tool is particularly useful for large-scale code manipulation and static analysis. The project has been active for over a year.
ast-grep-py is the Python binding for ast-grep, providing a Python API for programmatic usage. It allows users to perform structural search and rewrite operations on code using precise AST patterns, similar to the functionality offered by ast-grep. This binding makes it easier for Python developers to integrate ast-grep's capabilities into their workflows. The project has been active for almost one year.
How large is each release?
~120MiB
How frequently do you make a release?
Roughly twice a month.
Code of Conduct
- I agree to follow the PSF Code of Conduct
Hello @HerringtonDarkholme ๐
I've set the project limit for ast-grep-py
to 30 GB on PyPI.
Have a nice day ๐
Thank you so much ๐ Have a great holiday!