Metadata-Version: 2.4
Name: dandy
Version: 1.3.0
Summary: Python Artificial Intelligence Framework
Author-email: Nathan Johnson <nathanj@stratusadv.com>
License-Expression: MIT
Project-URL: Homepage, https://dandysoftware.com
Project-URL: Documentation, https://dandysoftware.com
Project-URL: Repository, https://github.com/stratusadv/dandy
Project-URL: Changelog, https://dandysoftware.com/changelog/changelog/
Keywords: dandy,ai,llm,agent,prompt,gpt,bot,workflow,automation,artificial intelligence
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: bottle==0.13.4
Requires-Dist: requests==2.32.4
Requires-Dist: pydantic==2.12.0
Requires-Dist: python-dotenv==1.1.1
Provides-Extra: development
Requires-Dist: build; extra == "development"
Requires-Dist: Faker; extra == "development"
Requires-Dist: setuptools; extra == "development"
Requires-Dist: twine; extra == "development"
Requires-Dist: wheel; extra == "development"
Provides-Extra: documentation
Requires-Dist: mkdocs; extra == "documentation"
Requires-Dist: markdown-exec[ansi]; extra == "documentation"
Requires-Dist: mkdocstrings-python; extra == "documentation"
Requires-Dist: mkdocs-gen-files; extra == "documentation"
Requires-Dist: mkdocs-include-markdown-plugin; extra == "documentation"
Requires-Dist: mkdocs-literate-nav; extra == "documentation"
Requires-Dist: mkdocs-material; extra == "documentation"
Requires-Dist: mkdocs-section-index; extra == "documentation"
Requires-Dist: mkdocs-table-reader-plugin; extra == "documentation"
Requires-Dist: openpyxl; extra == "documentation"
Dynamic: license-file

<div align="center">
    <a href="https://dandysoftware.com">
        <img alt="Dandy Logo" src="https://dandysoftware.com/static/img/dandy_icon_128.png"/>
    </a>
</div>

# Dandy

![Build](https://img.shields.io/github/actions/workflow/status/stratusadv/dandy/run_tests.yml)
![Python Versions](https://img.shields.io/pypi/pyversions/dandy)
![PyPI Version](https://img.shields.io/pypi/v/dandy)
![Downloads](https://img.shields.io/pypi/dm/dandy)

A powerful open-source Python framework that simplifies the development of artificial intelligence software.

### Get Started

Start by installing with `pip install dandy` and then checking out our [quick start guide](https://dandysoftware.com/getting_started/quick_start/) for more steps.

### Documentation

Check out the [Dandy Website](https://dandysoftware.com) for documentation including tutorials and more.

