Metadata-Version: 2.4
Name: selfvcs
Version: 1.0.0
Summary: GitHub-like version control system with AI-powered auto-updates
Home-page: https://github.com/yourusername/codevault
Author: Your Name
Author-email: your.email@example.com
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: groq>=0.4.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# CodeVault - GitHub-like Version Control System
A lightweight version control system with AI-powered auto-commit message generation.

## Features
- **Push**: Store code snapshots with automatic change detection
- **Pull**: Restore code from any previous commit
- **Delete**: Remove commits from history
- **Log**: View commit history with timestamps and messages
- **Auto-Update**: AI detects major code changes and generates commit messages
- **Manual Updates**: Full control with custom commit messages

## Installation
```bash
pip install codevault
