Skip to main content

Enterprise-ready Python framework that enforces Clean Architecture for building maintainable and scalable applications.

Project description

Vega Framework

An enterprise-ready Python framework that enforces Clean Architecture for building maintainable and scalable applications.

Features

  • Automatic Dependency Injection - Zero boilerplate, type-safe DI
  • Clean Architecture Patterns - Interactor, Mediator, Repository, Service
  • Scope Management - Singleton, Scoped, Transient lifetimes
  • Type-Safe - Full type hints support
  • Framework-Agnostic - Works with any domain (web, AI, IoT, fintech, etc.)
  • CLI Scaffolding - Generate projects and components instantly
  • FastAPI Integration - Built-in web scaffold with routing and middleware
  • SQLAlchemy Support - Database management with async support and migrations
  • Lightweight - No unnecessary dependencies

Installation

pip install vega-framework

Quick Start

# Create new project
vega init my-app

# Generate components
vega generate entity User
vega generate repository UserRepository
vega generate interactor CreateUser

# Create FastAPI project
vega init my-api --template fastapi

CLI Commands

Initialize Project

vega init <project_name> [--template basic|fastapi|ai-rag] [--path .]

Creates a new Vega project with Clean Architecture structure:

  • domain/ - Entities, repositories, services, interactors
  • application/ - Mediators and workflows
  • infrastructure/ - Repository and service implementations
  • config.py - DI container setup
  • settings.py - Application configuration

Generate Components

vega generate entity <Name>
vega generate repository <Name> [--impl memory|sql]
vega generate service <Name>
vega generate interactor <Name>
vega generate mediator <Name>
vega generate router <Name>          # Requires FastAPI
vega generate middleware <Name>      # Requires FastAPI
vega generate model <Name>           # Requires SQLAlchemy

Add Features

# Add FastAPI web scaffold
vega add web

# Add SQLAlchemy database support
vega add sqlalchemy
# or
vega add db

Database Migrations (SQLAlchemy)

# Initialize database
vega migrate init

# Create a new migration
vega migrate create -m "migration message"

# Apply migrations
vega migrate upgrade [--revision head]

# Rollback migrations
vega migrate downgrade [--revision -1]

# Show current revision
vega migrate current

# Show migration history
vega migrate history

Validate Project

vega doctor [--path .]

Validates project structure, DI configuration, and architecture compliance.

Use Cases

Perfect for:

  • AI/RAG applications
  • E-commerce platforms
  • Fintech systems
  • Mobile backends
  • Microservices
  • CLI tools
  • Any Python application requiring clean architecture

License

MIT

Contributing

Contributions welcome! This framework is extracted from production code and battle-tested.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

vega_framework-0.1.11.tar.gz (42.2 kB view details)

Uploaded Source

Built Distribution

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

vega_framework-0.1.11-py3-none-any.whl (64.7 kB view details)

Uploaded Python 3

File details

Details for the file vega_framework-0.1.11.tar.gz.

File metadata

  • Download URL: vega_framework-0.1.11.tar.gz
  • Upload date:
  • Size: 42.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.11.13 Linux/6.11.0-1018-azure

File hashes

Hashes for vega_framework-0.1.11.tar.gz
Algorithm Hash digest
SHA256 739a6314ea8b89cbf596ca03285cf691e0f330cdc73dd4914c6e13b08b70f960
MD5 dd66b81afb5c82a873e92c4d8751d28f
BLAKE2b-256 f197dde49c95f50302f9fc7e641157b3c7be91135f720ca41280848d38dd3d6a

See more details on using hashes here.

File details

Details for the file vega_framework-0.1.11-py3-none-any.whl.

File metadata

  • Download URL: vega_framework-0.1.11-py3-none-any.whl
  • Upload date:
  • Size: 64.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.11.13 Linux/6.11.0-1018-azure

File hashes

Hashes for vega_framework-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 425104d6b776a57ec238a652bdcf156e7c9d8c82104438a442b7f1ba783dce5c
MD5 a4c0f42d33094370144f0a89d76d1df5
BLAKE2b-256 73c8a3d357d94c8fb282a8128988f75e50fab4da673bd74f515debb1dbe8eb92

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