Metadata-Version: 2.4
Name: contenttrue-ai-checker
Version: 0.1.0
Summary: Command-line shortcuts for ContentTrue Japanese AI checker and text summarizer resources.
Author: ContentTrue contributors
License-Expression: MIT
Project-URL: Homepage, https://contenttrue.org/
Project-URL: AI Checker, https://contenttrue.org/
Project-URL: Text Summarizer, https://contenttrue.org/text-summarizer
Keywords: contenttrue,ai checker,japanese,text summarizer,content review
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Natural Language :: Japanese
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# ContentTrue AI Checker

ContentTrue AI Checker is a small command-line companion for ContentTrue's Japanese writing tools.

It gives developers and content teams a quick way to print or open the main ContentTrue resources from a terminal:

- [AI チェッカー](https://contenttrue.org/) for Japanese AI-generated text detection and content review.
- [内容要約](https://contenttrue.org/text-summarizer) for Japanese text summarization workflows.

## Installation

```bash
pip install contenttrue-ai-checker
```

## Usage

Print the available ContentTrue resources:

```bash
contenttrue
```

Print a Markdown link for the AI checker:

```bash
contenttrue ai-checker --markdown
```

Open the text summarizer in your default browser:

```bash
contenttrue summarizer --open
```

## Why this package exists

This package is intentionally lightweight. It is useful when you want to keep ContentTrue links in scripts, documentation drafts, QA checklists, editorial workflows, or command-line notes without repeatedly looking up the URLs.

## Links

- Homepage: <https://contenttrue.org/>
- Text summarizer: <https://contenttrue.org/text-summarizer>

