Skip to main content

Generate documentation for your repository

Project description

📄 Codereviewer

AI-powered documentation generator for GitHub repositories — fetch, extract, and document any repo in seconds.

Python Gemini Groq License


✨ Features

  • 🔍 Fetches repository information directly from GitHub
  • 📂 Extracts and filters relevant source files
  • 🤖 Uses AI (Gemini + Groq) to generate human-readable documentation

🛠️ Tech Stack

Layer Technology
Language Python 3.12+
AI Providers Gemini, Groq
Core Deps gemini, git_pull, regex, scouter, doc_writer, groq

⚙️ Requirements

  • Python 3.12+
  • GEMINI_API_KEYGet it here
  • GROQ_API_KEYGet it here
  • TOKEN — Personal GitHub access token

🚀 Installation

# 1. Clone the repository
git clone https://github.com/Abbos1308/Documentation-Maker-AI.git
cd codereviewer

# 2. Create and activate a virtual environment
python -m venv myenv
source myenv/bin/activate        # Linux/Mac
# myenv\Scripts\activate         # Windows

# 3. Install the package
pip install .


# 4. Set environment variables
export GEMINI_API_KEY=your_gemini_key
export GROQ_API_KEY=your_groq_key
export TOKEN=your_github_token

Or you can install the package directly from PyPi:

pip install docmakerai

⚡ Quickstart

python main.py https://github.com/owner/repo.git

Or use it programmatically:

from docmakerai.generator import generate

print(generate("https://github.com/owner/repo.git","your_git_token_here","your_ai_api_key_here"))

🔧 Configuration

All configuration is done via environment variables:

Variable Description Required
GEMINI_API_KEY Gemini API Key ✅ Yes
GROQ_API_KEY Groq API Key ✅ Yes
TOKEN Personal GitHub access token ✅ Yes

📁 Project Structure

codereviewer/
├── main.py          # Entry point — run from CLI
├── doc_writer.py    # Core documentation generation logic
└── pyproject.toml   # Project metadata & dependencies

📖 API Reference

generate(link: str,git_token,ai_token) -> str

Generates documentation for a given GitHub repository.

Parameters:

Name Type Description
link str Full URL of the GitHub repository

Returns: str — The generated documentation.

Example:

from docmakerai.generator import generate 

docs = generate("https://github.com/owner/repo.git","your_git_token_here","your_ai_api_key_here")
print(docs)

❗ Error Reference

Error Message Cause
ERROR: Failed to fetch repository. Could be deleted or private. Please check and retry Repo is private, deleted, or the token is invalid
ERROR: Failed to connect with AI. Please try again in few minutes AI service is unreachable or rate-limited

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

docmakerai-0.1.7.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

docmakerai-0.1.7-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file docmakerai-0.1.7.tar.gz.

File metadata

  • Download URL: docmakerai-0.1.7.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for docmakerai-0.1.7.tar.gz
Algorithm Hash digest
SHA256 72e88f3193a1e49c72b15eeb548ba29cef3ecb325a93cff5aacc5e8c579c1ce7
MD5 821020bb2dfc34c9b0dafc98fa18d0b8
BLAKE2b-256 7127fd1b7369cfe4ad0554970363ea2d6b402d954a661893701c4ac35833dfec

See more details on using hashes here.

File details

Details for the file docmakerai-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: docmakerai-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for docmakerai-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 fe859486d6066621cfc616b28df6edd40f6eeaa96140de6e653c108c7bad9eb0
MD5 221d6ad62354080d3808c78d4ac3d7eb
BLAKE2b-256 8e4d407a2e3a42346b49cf8c31607d6816529f94335ff6ecadeb387e39fe6d36

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page