Metadata-Version: 2.4
Name: getdev
Version: 0.0.1
Summary: getdev is not a Python package — it's a native CLI that verifies, secures, and ships AI-generated code. This package defensively reserves the name; install the real tool from https://getdev.ai
Project-URL: Homepage, https://getdev.ai
Project-URL: Source, https://github.com/pzelenin/getdev-cli
Author: Pavel Zelenin
License: Apache-2.0
Keywords: ai,audit,cli,secrets,security
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# getdev

> Verify, secure, and ship AI-generated code. One binary, runs locally, nothing leaves your machine.

**getdev is not a Python package.** It's a native CLI (written in Rust); this PyPI package
exists only to reserve the name defensively — AI coding agents and their users frequently
guess `pip install <tool>`, and that name shouldn't be claimable by an attacker. (Package
hallucination is literally one of the failure modes getdev detects.)

Install the real tool:

```bash
curl -fsSL https://getdev.ai/install.sh | sh
# or: brew install pzelenin/tap/getdev · npx getdev · cargo install getdev
```

- Site: https://getdev.ai
- Source (Apache-2.0): https://github.com/pzelenin/getdev-cli
