Metadata-Version: 2.4
Name: chatblog
Version: 0.0.1
Summary: ChatTool Blog manageer
Author-email: rexwzh <1073853456@qq.com>
License-Expression: MIT
Keywords: chatblog,cli
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0
Requires-Dist: chatstyle
Dynamic: license-file

# chatblog

ChatTool Blog manageer

## Quick Start

```bash
python -m pytest -q
python -m build
```

## Layout

- `src/`: package source code
- `tests/code-tests/`: code tests and migrated historical tests
- `tests/cli-tests/`: real CLI tests, doc-first
- `tests/mock-cli-tests/`: mock/fake CLI tests, doc-first
- `docs/`: long-lived project docs

## Development Notes

See `DEVELOP.md` and `setup.md` before expanding the scaffold.
