Metadata-Version: 2.4
Name: claude-system
Version: 0.1.3
Summary: claude-system — Python distribution wrapper (thin, bundles cli/dist)
Author: Claude System Maintainers
Maintainer: Claude System Maintainers
License-Expression: MIT
Project-URL: Homepage, https://github.com/hariomlohardev/claude-system
Project-URL: Repository, https://github.com/hariomlohardev/claude-system
Project-URL: Issues, https://github.com/hariomlohardev/claude-system/issues
Keywords: claude-code,claude-system
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# claude-system — Python wrapper

Thin Python distribution wrapper for **claude-system**. It bundles the Node CLI (`cli/dist`) and delegates to `node`.

> **Prefer the canonical install:**
> ```sh
> curl -fsSL https://raw.githubusercontent.com/hariomlohardev/claude-system/main/install.sh | sh
> # or
> npm i -g claude-system
> ```
> ```sh
> pip install claude-system
> claude-system --help
> ```

Requires **Node >= 18** and the [`claude` CLI](https://docs.anthropic.com/en/docs/claude-code) on your `PATH`.

See the main [README](../../README.md) and [docs](../../docs/creating-a-system.md).

License: MIT
