exspec-lang-python 0.1.2

Python language support for exspec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "exspec-lang-python"
version = "0.1.2"
edition = "2021"
description = "Python language support for exspec"
license = "MIT"
repository = "https://github.com/morodomi/exspec"
authors = ["morodomi"]

[dependencies]
exspec-core = { path = "../core", version = "0.1.2" }
tree-sitter = "0.24"
tree-sitter-python = "0.23"
streaming-iterator = "0.1"