Metadata-Version: 2.4
Name: turborg
Version: 0.1.1
Summary: Turborg is a full solution for web frameworks in python.
Project-URL: Homepage, https://github.com/turborg/turborg
Project-URL: Repository, https://github.com/turborg/turborg
Project-URL: Bug Tracker, https://github.com/turborg/turborg/issues
Author-email: stefanzc <stefanzc@turborg.com>
License: MIT
License-File: LICENSE
Keywords: dependency-injection,fast,high-performance,inversion-of-control,minimalist,turborg,web-framework
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: turbolightdi<1.0.0,>=0.1.0
Requires-Dist: turboroid<1.0.0,>=0.1.0
Provides-Extra: dev
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-asyncio; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown



<div align="center">

![Python Versions](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue?style=flat-square)
![Development Status](https://img.shields.io/badge/status-Alpha-orange?style=flat-square)
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/turborg?period=total&units=INTERNATIONAL_SYSTEM&left_color=GREY&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/turborg)
</div>

`turborg` is the foundational meta-package for the Turborg ecosystem—a high-performance, minimalist suite of tools designed for the modern AI-driven development era.

## Status: Planning
This package is currently a **placeholder** for the core Turborg namespace. We are actively developing the initial release of the suite components.

### Our Mission
To provide developers with lightning-fast, lightweight, and highly composable libraries (like `turbolightdi`) that prioritize:
- **Performance:** Zero-overhead abstractions.
- **Developer Experience:** Intuitive, type-safe APIs.
- **AI-Compatibility:** Architectures designed to be easily interpreted and extended by LLMs and autonomous agents.

## Ecosystem Projects
While this core package is being finalized, check out our active components:
- [turbolightdi](https://pypi.org/project/turbolightdi/): High-performance Dependency Injection for Python.

## Installation
*Note: This package does not currently contain executable code.*
```bash
pip install turborg
```

---
*Part of the [**Turborg**](https://turborg.com) AI-First Open Source Suite Ecosystem*