Metadata-Version: 2.4
Name: chuqin
Version: 0.0.1
Project-URL: Homepage, https://github.com/hezhangjian/ChuQin
Project-URL: Repository, https://github.com/hezhangjian/ChuQin
Project-URL: Documentation, https://github.com/hezhangjian/ChuQin#readme
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pymupdf>=1.24.0
Requires-Dist: python-docx>=1.1.2
Requires-Dist: python-pptx>=1.0.2
Requires-Dist: pywebview>=6.0.0
Requires-Dist: typer>=0.16.0
Provides-Extra: build
Requires-Dist: pyinstaller>=6.0.0; extra == "build"
Provides-Extra: dev
Requires-Dist: mypy; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: types-pyinstaller; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# ChuQin

![License](https://img.shields.io/badge/license-Apache2.0-green)

English | [简体中文](README_CN.md)

**ChuQin** is an AI-native personal assistant.

## Cli

In addition to the desktop application, ChuQin also provides a `chuqin` command-line tool. It is useful for calling individual capabilities directly from the terminal.

See the Cli [docs](./docs/cli/README.md) for details.

## Working Directory

ChuQin supports an optional `root_path` as its working directory.

- By default, `root_path` uses the current user's home directory.
- You can override it with the `CHUQIN_DIR` environment variable.

## Requirements

- Python 3.11+

## Dependencies

- [Python](https://www.python.org)
- [pywebview](https://pywebview.flowrl.com)
