Metadata-Version: 2.4
Name: jaseci
Version: 2.2.12
Summary: Jaseci - A complete AI-native programming ecosystem with Jac language, LLM integration, and full-stack web apps
Author-email: Jason Mars <jason@mars.ninja>
Maintainer-email: Jason Mars <jason@mars.ninja>
License-Expression: MIT
Project-URL: Repository, https://github.com/Jaseci-Labs/jaseci
Project-URL: Homepage, https://jaseci.org
Project-URL: Documentation, https://jac-lang.org
Keywords: jac,jaclang,jaseci,ai,llm,full-stack,web-apps,jac-client,jac-scale,programming-language,machine-learning,artificial-intelligence
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: jaclang>=0.9.14
Requires-Dist: byllm>=0.4.17
Requires-Dist: jac-client>=0.2.14
Requires-Dist: jac-scale>=0.1.5
Requires-Dist: jac-super>=0.1.0

# Jaseci

### Complete AI-Native Programming Ecosystem

Jaseci is a **meta-package** that provides a unified installation for the complete Jaseci ecosystem.

## What's Included

When you install `jaseci`, you automatically get:

- **jaclang** - The Jac programming language
- **byllm** - LLM integration for AI-native programming
- **jac-client** - Full-stack web applications with React-like components in Jac

## Installation

```bash
pip install jaseci
```

## Quick Start

After installation, you can start using Jac:

```bash
jac --help
```

## Documentation

- **Jac Language**: [https://www.jac-lang.org](https://www.jac-lang.org)
- **byLLM (AI Integration)**: [https://www.byllm.ai](https://www.byllm.ai)
- **Jac Client**: [https://docs.jaseci.org/jac-client/](https://docs.jaseci.org/jac-client/)
- **Jaseci Homepage**: [https://jaseci.org](https://jaseci.org)
- **GitHub Repository**: [https://github.com/Jaseci-Labs/jaseci](https://github.com/Jaseci-Labs/jaseci)
