Metadata-Version: 2.4
Name: autodoc_ai
Version: 3.0.0
Summary: [DEPRECATED] AI-powered documentation generation - use GitHub Copilot or Claude Code instead
Project-URL: Homepage, https://github.com/auraz/autodoc_ai
Project-URL: Bug Tracker, https://github.com/auraz/autodoc_ai/issues
Project-URL: Documentation, https://github.com/auraz/autodoc_ai/wiki
Author-email: Oleksandr Kryklia <kryklia@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <3.13,>=3.10
Requires-Dist: autodoceval-crewai>=0.2.0
Requires-Dist: crewai>=0.121.0
Requires-Dist: openai>=1.75.0
Requires-Dist: rich>=13.9.4
Requires-Dist: tiktoken>=0.9.0
Provides-Extra: dev
Requires-Dist: coverage>=7.0.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Description-Content-Type: text/markdown

# autodoc_ai

> **DEPRECATED**: This project is no longer maintained. The functionality it provides is now better served by modern AI coding assistants.

[![PyPI](https://img.shields.io/pypi/v/autodoc_ai)](https://pypi.org/project/autodoc_ai/)

## Alternatives

| Tool | Commit Messages | Doc Updates | Integration |
|------|-----------------|-------------|-------------|
| [GitHub Copilot](https://github.com/features/copilot) | Yes | On request | Native GitHub |
| [Claude Code](https://claude.ai/code) | Yes | Yes | CLI |
| [Cursor](https://cursor.sh) | Yes | Yes | IDE |
| [Aider](https://aider.chat) | Yes | Yes | CLI |

## Why Deprecated?

When autodoc_ai was created in 2024, AI-powered documentation tools were scarce. Now:

- **GitHub Copilot** suggests commit messages natively
- **Claude Code / Cursor** update docs conversationally with full codebase context
- **Aider** provides similar git-integrated AI assistance

These tools offer better UX, deeper integration, and active maintenance.

## Final Version

v3.0.0 is the final release. It will:
- Show deprecation warnings on import
- Remain installable for existing users
- Receive no further updates or security patches

## Migration

Replace `autodoc_ai` usage with:

```bash
# Instead of: autodoc_ai
# Use Claude Code:
claude "update the README based on recent changes"

# Or Cursor/Copilot in your IDE
```

## License

MIT
