Skip to content

Commit 0795254

Browse files
gkorlandCopilot
andcommitted
fix(pypi): rename package to falkordb-code-graph
The name 'code-graph' is taken on PyPI. Rename to 'falkordb-code-graph' and update all install references. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d3d33ee commit 0795254

5 files changed

Lines changed: 64 additions & 64 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Key variables (see `.env.template` for full list):
138138

139139
Typer-based CLI wrapping the sync `Graph` and `Project` classes. Outputs JSON to stdout, status to stderr. Entry point: `api/cli.py`.
140140

141-
Install: `pipx install code-graph` or `pip install code-graph`
141+
Install: `pipx install falkordb-code-graph` or `pip install falkordb-code-graph`
142142

143143
For development: `make install-cli` or `uv pip install -e .`
144144

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ CodeGraph includes a CLI tool for indexing codebases and querying the knowledge
168168

169169
```bash
170170
# Install from PyPI (recommended for end users)
171-
pipx install code-graph
171+
pipx install falkordb-code-graph
172172

173173
# Or with pip
174-
pip install code-graph
174+
pip install falkordb-code-graph
175175
```
176176

177177
For development (from a local clone):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "code-graph"
2+
name = "falkordb-code-graph"
33
version = "0.4.2"
44
description = "code_graph is designed to help developers visualize and analyze the structure of their source code. It takes source code as input and generates a graph representation, making it easier to understand relationships and dependencies within the codebase."
55
authors = [{name = "Roi Lipman", email = "roilipman@gmail.com"}]

skills/code-graph/references/management.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ npx skills add FalkorDB/code-graph
1717
### Install the cgraph CLI
1818

1919
```bash
20-
pipx install code-graph
20+
pipx install falkordb-code-graph
2121
# or
22-
pip install code-graph
22+
pip install falkordb-code-graph
2323
```
2424

2525
For development (from a local clone):
@@ -71,9 +71,9 @@ This will:
7171
Ensure the package is installed and the entry point is on your PATH:
7272

7373
```bash
74-
pipx install code-graph
74+
pipx install falkordb-code-graph
7575
# or
76-
pip install code-graph
76+
pip install falkordb-code-graph
7777
```
7878

7979
For development:

uv.lock

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)