Metadata-Version: 2.1
Name: tree-sitter-python-orchard
Version: 0.4.1
Summary: Parser for Python files
Author-email: Max Brunsfeld <maxbrunsfeld@gmail.com>
License: MIT
Project-URL: Homepage, https://codeberg.org/grammar-orchard/tree-siter-python-orchard
Keywords: incremental,parsing,tree-sitter,python-orchard
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: core
License-File: LICENSE

# tree-sitter-python-orchard

[![crates][crates]](https://crates.io/crates/tree-sitter-python-orchard)
[pypi]: https://img.shields.io/pypi/v/tree-sitter-python-orchard?logo=pypi&logoColor=ffd242

Python grammar for Tree-sitter, forked from https://github.com/tree-sitter/tree-sitter-python

Note that unlike upstream, generated files are not checked into git, so you need to run `tree-sitter generate` after cloning this repository.

Contributions are welcome, so are co-maintainers.

[crates]: https://img.shields.io/crates/v/tree-sitter-python-orchard?logo=rust
[pypi]: https://img.shields.io/pypi/v/tree-sitter-python-orchard?logo=pypi&logoColor=ffd242
