Skip to main content

读咚咚 (Read DongDong) - 个人知识数据层的命令行接口

Project description

读咚咚 (Read) - 个人知识数据层

读咚咚是个人知识数据层的 Python 库,提供 CLI、SDK 和 MCP Server 等多种访问方式。

本地、私有、可编程的个人知识基础设施。

Python License Version


简介

读咚咚 是一个个人知识数据层,以 Core Library 为核心资产,支持多种客户端访问。

当你看到一句有启发的话、一篇好文章,快速存下来。CLI、浏览器插件、Agent 都可以访问这些数据。

核心特点

  • 数据层优先 - Core Library 是核心,CLI/插件/SDK 都是客户端
  • 本地私有 - 数据存放在 ~/.dong/read/read.db,不上云、不同步、不追踪
  • Agent 友好 - JSON 输出 + Python SDK + MCP Server
  • 极简核心 - 只做收集,不做整理

安装

方式一:从 PyPI 安装(推荐)

pipx install dong-read

方式二:从源码安装

git clone https://github.com/gudong/read.git
cd read
pip install -e .

初始化

dong-read init

快速开始

# 添加摘录
dong-read add "开始,就是最好的时机"

# 收藏文章
dong-read add --url "https://mp.weixin.qq.com/s/xxx"

# 列出所有
dong-read list

# 搜索
dong-read search "AI"

# 删除
dong-read delete 123 --force

项目结构

read/
├── src/read/           # CLI 源码
├── docs/              # 文档
├── tests/             # 测试
├── pyproject.toml     # Python 包配置
└── README.md          # 本文件

Python SDK

from read import Client

client = Client()

# 添加
item = client.add("开始,就是最好的时机")

# 列出
items = client.list(limit=10)

# 搜索
results = client.search("AI")

命令参考

命令 说明
dong-read init 初始化数据库
dong-read add "内容" 添加摘录
dong-read add --url "..." 收藏链接
dong-read list 列出所有
dong-read search "关键词" 搜索
dong-read get 123 获取单条
dong-read delete 123 删除

架构设计

┌─────────────────────────────────────────────────────────┐
│                    客户端层                              │
├──────────────┬──────────────┬──────────────┬────────────┤
│ CLI          │ Browser      │ Python SDK   │ MCP Server  │
│ (dong-read add)    │ Extension    │ (import)     │ (Agent)     │
└──────────────┴──────────────┴──────────────┴────────────┘
                             │
                    ┌────────▼────────┐
                    │   Core Library  │
                    │ (read.core.Client)│
                    └────────┬────────┘
                             │
                    ┌────────▼────────┐
                    │   SQLite DB     │
                    │   ~.dong/read/read.db │
                    └─────────────────┘

路线图

版本 核心资产 客户端 状态
v0.5 Core Library v0.1 CLI + Python SDK ✅ 完成
v0.6 Core Library v0.1 MCP Server 🚧 开发中
v0.7 Core Library v0.1 Python SDK 增强 📋 计划中
v0.8 Core Library v0.1 Browser Extension 📋 计划中

文档


License

MIT


作者

@gudong


让 AI 看见你的知识。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dong_read-0.7.2.tar.gz (36.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dong_read-0.7.2-py3-none-any.whl (24.3 kB view details)

Uploaded Python 3

File details

Details for the file dong_read-0.7.2.tar.gz.

File metadata

  • Download URL: dong_read-0.7.2.tar.gz
  • Upload date:
  • Size: 36.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for dong_read-0.7.2.tar.gz
Algorithm Hash digest
SHA256 e79cd3f02b77352b88e08d7d19c3719b4e8e6e0d178004f8b46acb4513ae0456
MD5 ff3d2aa79055eaa1c50c7c068d170880
BLAKE2b-256 403f1325529d50c87867fb5ef7d5f21eccc64b927f02888a61ddd068b9e78894

See more details on using hashes here.

File details

Details for the file dong_read-0.7.2-py3-none-any.whl.

File metadata

  • Download URL: dong_read-0.7.2-py3-none-any.whl
  • Upload date:
  • Size: 24.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for dong_read-0.7.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2af69331422b2ff92616ec1715b11f25da99c2fc5e29d78e9c917515d6129255
MD5 835c3bf6bb8c5d4aa6596c052d22c639
BLAKE2b-256 cbd699b5b1cc58e6dc38b94838ed2d22c2cd992d7927d2c00d3c1497fe4a617a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page