Metadata-Version: 2.4
Name: docsync-cli
Version: 0.1.0
Summary: Keep project documentation synchronized with code changes
Author: Syab Ahmad
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# DocSync CLI

Keep project documentation automatically synchronized with code changes.

```bash
docsync init      # Initialize project
docsync scan      # Scan and create/update API snapshot
docsync diff      # Show detected API changes
docsync update    # Regenerate documentation
```

Requires `GROQ_API_KEY` (or `OPENAI_API_KEY`) environment variable for LLM-powered updates.
