Metadata-Version: 2.4
Name: docsme
Version: 0.1.1
Summary: Generate a markdown yearly work summary prompt from git commits for a given username.
Author: OpenAI
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pandas>=2.0.0

# docsme-py

> A Python implementation of docsme

![PyPI](https://img.shields.io/pypi/v/docsme)
![Python](https://img.shields.io/badge/python-3.8+-blue.svg)
![License](https://img.shields.io/github/license/yourname/docsme-py)

---

## ✨ Features

- 🐍 Python-based CLI
- ⚡ Fast and lightweight
- 🧰 Simple command interface
- 📦 Installable via `pip`

---

## 🚀 Install

```bash
pip install docsme
```

Or install from source:

```bash
git clone https://github.com/yourname/docsme-py.git
cd docsme-py
pip install -e .
```

---

## 📦 Usage

```bash
docsme --help
```

### Example

```bash
docsme
```

---

## 🔄 Update

```bash
pip install --upgrade docsme
```

---

## ❌ Uninstall

```bash
pip uninstall docsme
```

---

## 🛠️ Development

Clone the repo:

```bash
git clone https://github.com/lramos/docsme-py.git
cd docsme-py
```

Create a virtual environment:

```bash
python -m venv venv
source venv/bin/activate
```

Install locally:

```bash
pip install -e .
```

---

## 📄 License

MIT © lramos0
