Metadata-Version: 2.4
Name: dead-parrot
Version: 0.1.0
Summary: A Framework for Scalable AI Assistants
Project-URL: source, https://github.com/pygumby/dead-parrot
Author: Lucas Konstantin Bärenfänger
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: dspy>=3.1.3
Requires-Dist: faiss-cpu>=1.13.2
Requires-Dist: pandas>=3.0.1
Requires-Dist: pypdf>=6.7.3
Description-Content-Type: text/markdown

<div align="center">

# 😵🦜 dead-parrot
## Framework for Scalable AI Assistants

</div>

**dead-parrot** is a Python package authored by Lucas Konstantin Bärenfänger ([@pygumby](https://github.com/pygumby)) in the context of his thesis for the master's program "Data Analytics & Management" at Frankfurt School of Finance & Management.

----

## Usage

Please refer to the self-contained usage examples provided in the [demos](demos/) folder.

## Development

- Install dependencies: `uv sync`
- Type-check: `uv run mypy .`
- Lint: `uv run ruff check . --fix`
- Format: `uv run ruff format .`

## License

[MIT License](LICENSE)
