gossiphs 0.9.13

A Rust lib for general code file relationship analysis. Based on tree-sitter and git analysis.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]
name = "gossiphs"
version = "0.9.13"
description = ""
requires-python = ">=3.8"
dependencies = [
]

[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[tool.maturin]
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
features = ["pyo3/extension-module"]
python-source = "py_wrapper"
module-name = "gossiphs._rust_api"