Metadata-Version: 2.4
Name: forgepygen
Version: 1.0.1
Summary: AI-powered project generator that creates complete project structures from natural language descriptions using local Ollama models.
Author: Varanasi Teja
License-Expression: MIT
Project-URL: Homepage, https://github.com/varanasiteja2006/ForgePyGen
Project-URL: Documentation, https://github.com/varanasiteja2006/ForgePyGen
Project-URL: Source, https://github.com/varanasiteja2006/ForgePyGen
Project-URL: Issues, https://github.com/varanasiteja2006/ForgePyGen/issues
Keywords: ai,ollama,project-generator,code-generation,automation,python,developer-tools,scaffolding
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
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: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Dynamic: license-file

# ForgePyGen

Generate complete project structures using local AI models powered by Ollama.

ForgePyGen transforms natural language descriptions into ready-to-use project scaffolds by automatically creating folders, files, starter code, documentation, and configuration files.

---

## Features

- AI-powered project generation
- Automatic folder and file creation
- Starter code generation
- README and requirements file generation
- Works locally using Ollama
- Simple Python API
- Fast and lightweight

---

## Requirements

Before using ForgePyGen, install and run Ollama.

### Install Ollama

Download and install Ollama from:

https://ollama.com

### Download a Model

```bash
ollama pull llama3.2:3b
