exspec-lang-python 1.0.0

Python language support for exspec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "exspec-lang-python"
version.workspace = true
edition.workspace = true
description = "Python language support for exspec"
license.workspace = true
repository.workspace = true
authors.workspace = true

[dependencies]
exspec-core.workspace = true
tree-sitter = "0.24"
tree-sitter-python = "0.23"
streaming-iterator = "0.1"
regex = "1"

[dev-dependencies]
tempfile = "3"