Metadata-Version: 2.4
Name: py-code-agent-grep
Version: 0.1.0
Summary: Unified code search plugin for Py Code Agent — regex + AST structural search
Author: Py Code Agent Team
License: MIT
Keywords: ast-grep,code-search,grep,plugin,py-code-agent,search
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: ast-grep-py>=0.42.0
Provides-Extra: all
Requires-Dist: ast-grep-py>=0.42.0; extra == 'all'
Provides-Extra: text-only
Description-Content-Type: text/markdown

# py-code-agent-grep

Unified code search plugin for Py Code Agent supporting regex-based text search and AST-based structural search. This plugin is designed to be discovered by Py Code Agent via the plugin entry point and can be extended with additional engines and scanners.
