tree-sitter-python 0.19.0

Python grammar for the tree-sitter parsing library
Documentation
[build-dependencies.cc]
version = "1.0"
[dependencies.tree-sitter]
version = "0.19"

[lib]
path = "bindings/rust/lib.rs"

[package]
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>", "Douglas Creager <dcreager@dcreager.net>"]
build = "bindings/rust/build.rs"
categories = ["parsing", "text-editors"]
description = "Python grammar for the tree-sitter parsing library"
edition = "2018"
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
keywords = ["incremental", "parsing", "python"]
license = "MIT"
name = "tree-sitter-python"
readme = "bindings/rust/README.md"
repository = "https://github.com/tree-sitter/tree-sitter-python"
version = "0.19.0"