Skip to content

Commit 4ceaad0

Browse files
committed
PyPI name: nanocoderagent (nano-coder too similar to nanocoder)
1 parent 2dd28cc commit 4ceaad0

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NanoCoder
22

3-
[![PyPI](https://img.shields.io/pypi/v/nano-coder)](https://pypi.org/project/nano-coder/)
3+
[![PyPI](https://img.shields.io/pypi/v/nanocoderagent)](https://pypi.org/project/nanocoderagent/)
44
[![Python](https://img.shields.io/badge/python-3.10+-blue)](https://python.org)
55
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE)
66
[![Tests](https://github.com/he-yufeng/NanoCoder/actions/workflows/ci.yml/badge.svg)](https://github.com/he-yufeng/NanoCoder/actions)
@@ -51,7 +51,7 @@ Every pattern is a real, runnable implementation — not a diagram or a blog pos
5151
## Install
5252

5353
```bash
54-
pip install nano-coder
54+
pip install nanocoderagent
5555
```
5656

5757
Pick your model — any OpenAI-compatible API works:

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[English](README.md) | [中文](README_CN.md) | [Claude Code 源码深度导读(7 篇)](article/)
44

5-
[![PyPI](https://img.shields.io/pypi/v/nano-coder)](https://pypi.org/project/nano-coder/)
5+
[![PyPI](https://img.shields.io/pypi/v/nanocoderagent)](https://pypi.org/project/nanocoderagent/)
66
[![Python](https://img.shields.io/badge/python-3.10+-blue)](https://python.org)
77
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE)
88
[![Tests](https://github.com/he-yufeng/NanoCoder/actions/workflows/ci.yml/badge.svg)](https://github.com/he-yufeng/NanoCoder/actions)
@@ -51,7 +51,7 @@ Claude Code 51 万行源码提炼出来的 7 个核心模式:
5151
## 安装
5252

5353
```bash
54-
pip install nano-coder
54+
pip install nanocoderagent
5555
```
5656

5757
选你的模型,任何 OpenAI 兼容 API 都行:

article/zhihu-nanocoder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Claude Code 的 QueryEngine(1295 行)管理跨轮次的会话状态。NanoCo
119119
安装:
120120

121121
```bash
122-
pip install nano-coder
122+
pip install nanocoderagent
123123
```
124124

125125
用 DeepSeek(国内推荐):

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 = "nano-coder"
6+
name = "nanocoderagent"
77
version = "0.1.0"
88
description = "Minimal AI coding agent (~1300 LoC) inspired by Claude Code. Works with any LLM."
99
readme = "README.md"

0 commit comments

Comments
 (0)