Metadata-Version: 2.4
Name: scrybe.ai
Version: 0.1.1
Summary: Scrybe — MCP-native Markdown editor. Metapackage installing the full Python toolkit (library + CLI + MCP server + Mermaid codec).
Project-URL: Homepage, https://github.com/hartsock/scrybe
Project-URL: Source, https://github.com/hartsock/scrybe
Project-URL: Issues, https://github.com/hartsock/scrybe/issues
Author: Shawn Hartsock
License: Apache-2.0
Keywords: ai,editor,markdown,mcp,scrybe
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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 Editors
Classifier: Topic :: Text Processing :: Markup :: Markdown
Requires-Python: >=3.9
Requires-Dist: scrybe-cli==0.1.1
Requires-Dist: scrybe-mcp-server==0.1.1
Requires-Dist: scrybe-mermaid==0.1.1
Requires-Dist: scrybe-py==0.1.1
Description-Content-Type: text/markdown

# scrybe.ai

**Scrybe — MCP-native Markdown editor.** Metapackage that installs the full Python toolkit:

```bash
pip install scrybe.ai
```

This pulls in:

| Package | Role |
|---|---|
| [`scrybe-py`](https://pypi.org/project/scrybe-py/) | PyO3 library — `import scrybe` for embedding/scripting |
| [`scrybe-cli`](https://pypi.org/project/scrybe-cli/) | `scrybe` command-line tool — render / lint / mermaid |
| [`scrybe-mcp-server`](https://pypi.org/project/scrybe-mcp-server/) | Standalone MCP server binary |
| [`scrybe-mermaid`](https://pypi.org/project/scrybe-mermaid/) | PNG iTXt codec — embeds Mermaid source in PNG metadata |

Each component is also installable on its own if you only need one. This metapackage exists so `pip install scrybe.ai` Just Works for users who want the whole kit.

## Desktop app

The Scrybe **desktop application** (Tauri 2 — macOS / Windows / Linux) is distributed via [GitHub Releases](https://github.com/hartsock/scrybe/releases), not PyPI. Download the platform installer from the latest release.

## Project home

Source, issues, and documentation: <https://github.com/hartsock/scrybe>

License: Apache-2.0
