Skip to content

Commit 7ac695a

Browse files
fix: rename package to gcf-py, add Blackwell Systems badge
Avoids redundant "graph-compact-format-format" naming.
1 parent c4bf1a4 commit 7ac695a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

38
Python 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

1318
Zero dependencies. Pure Python. Python 3.9+.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "gcf-format"
6+
name = "gcf-py"
77
version = "0.1.0"
88
description = "Python implementation of GCF (Graph Compact Format): token-optimized wire format for LLM tool responses"
99
readme = "README.md"

0 commit comments

Comments
 (0)