File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <p align =" center " >
2+ <a href =" https://github.com/blackwell-systems " ><img src =" https://raw.githubusercontent.com/blackwell-systems/blackwell-docs-theme/main/badge-trademark.svg " alt =" Blackwell Systems " ></a >
3+ <a href =" LICENSE " ><img src =" https://img.shields.io/badge/license-MIT-blue.svg " alt =" License " ></a >
4+ </p >
5+
16# gcf-python
27
38Python implementation of [ GCF (Graph Compact Format)] ( https://github.com/blackwell-systems/gcf ) .
@@ -7,7 +12,7 @@ Python implementation of [GCF (Graph Compact Format)](https://github.com/blackwe
712## Install
813
914```
10- pip install gcf-format
15+ pip install gcf-py
1116```
1217
1318Zero dependencies. Pure Python. Python 3.9+.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["hatchling"]
33build-backend = " hatchling.build"
44
55[project ]
6- name = " gcf-format "
6+ name = " gcf-py "
77version = " 0.1.0"
88description = " Python implementation of GCF (Graph Compact Format): token-optimized wire format for LLM tool responses"
99readme = " README.md"
You can’t perform that action at this time.
0 commit comments