Metadata-Version: 2.1
Name: cardia
Version: 0.0.8
Summary: Python library for intelligent code card generation.
Home-page: https://github.com/kevin91nl/cardia
Author: Kevin Jacobs
Author-email: mail@kevinjacobs.nl
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# Cardia

Welcome to Cardia, a Python-based library designed for building large AI-executable systems. Code cards, compact files containing a single class or function along with unit tests, serve as executable building blocks for AI agents, enabling them to execute tasks more efficiently.

## Features

- **Effortless System Building**: Cardia simplifies the process of constructing large, AI-executable systems by breaking them down into manageable code cards.

- **Intelligent Code Execution**: The library enables AI agents to execute tasks with precision and efficiency, thanks to the modular nature of code cards.

- **Seamless Code Transformation**: Easily convert existing code into code cards, allowing for swift integration into your AI-powered projects.

- **Enhanced Code Reusability**: Code cards promote reusability, accelerating the development of complex systems and fostering collaborative coding practices.

- **Robust Unit Testing Support**: Each code card includes comprehensive unit tests, ensuring code integrity and reliability throughout development.

## Installation

You can install Cardia using pip:

```bash
pip install cardia
```

This command will download and install the latest version of Cardia along with any required dependencies. If you want to keep Cardia up-to-date, simply run the same command with the --upgrade flag:

```bash
pip install cardia --upgrade
```

Now you're ready to start using Cardia to intelligently generate and manage your code cards.

*Disclaimer: This project is under active development. Please report any issues or suggestions you may have. Thank you!*
