Metadata-Version: 2.4
Name: python-lilypad
Version: 0.0.13
Summary: An open-source prompt engineering framework.
Project-URL: Homepage, https://lilypad.so
Project-URL: Documentation, https://lilypad.so/docs
Project-URL: Repository, https://github.com/Mirascope/lilypad
Project-URL: Issues, https://github.com/Mirascope/lilypad/issues
Project-URL: Changelog, https://github.com/Mirascope/lilypad/releases
Author-email: William Bakst <william@mirascope.io>, Brendan Kao <brendan@mirascope.io>
Maintainer-email: William Bakst <william@mirascope.io>
License: MIT License
        
        Copyright (c) 2024 Mirascope
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: artificial intelligence,developer tools,evaluation,llm,llm tools,prompt engineering
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: OpenTelemetry
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: alembic>=1.14.0
Requires-Dist: cryptography>=43.0.3
Requires-Dist: fastapi[standard]>=0.114.0
Requires-Dist: itsdangerous>=2.2.0
Requires-Dist: libcst>=1.6.0
Requires-Dist: mirascope>=1.9.5
Requires-Dist: opentelemetry-api>=1.29.0
Requires-Dist: opentelemetry-instrumentation>=0.49b1
Requires-Dist: opentelemetry-sdk>=1.29.0
Requires-Dist: pillow>=10.4.0
Requires-Dist: posthog>=3.8.3
Requires-Dist: psycopg2-binary>=2.9.9
Requires-Dist: pydantic-settings>=2.6.1
Requires-Dist: python-jose[cryptography]>=3.3.0
Requires-Dist: requests>=2.32.3
Requires-Dist: ruff>=0.8.1
Requires-Dist: sqlmodel>=0.0.22
Requires-Dist: typer>=0.12.5
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.36.0; extra == 'anthropic'
Provides-Extra: bedrock
Requires-Dist: aioboto3>=13.2.0; extra == 'bedrock'
Requires-Dist: boto3-stubs[bedrock-runtime]>=1.35.82; extra == 'bedrock'
Requires-Dist: boto3>=1.35.36; extra == 'bedrock'
Requires-Dist: types-aioboto3[bedrock-runtime]>=13.2.0.post3; extra == 'bedrock'
Provides-Extra: gemini
Requires-Dist: google-generativeai<1,>=0.4.0; extra == 'gemini'
Requires-Dist: pillow<11,>=10.4.0; extra == 'gemini'
Provides-Extra: mistral
Requires-Dist: mistralai<2,>=1.0.0; extra == 'mistral'
Provides-Extra: openai
Requires-Dist: openai>=1.57.0; extra == 'openai'
Provides-Extra: outlines
Requires-Dist: outlines>=0.1.11; extra == 'outlines'
Provides-Extra: vertex
Requires-Dist: google-cloud-aiplatform>=1.74.0; extra == 'vertex'
Description-Content-Type: text/markdown

# Lilypad

> [!WARNING]
> __Project is in the early beta phase__
> 
> This means that things like the user interface, database schemas, etc. are still subject to change. We do not yet recommend fully relying on this project in production, but we've found it works quite well in its current stage.

An open-source prompt engineering framework built on these principles:

- Prompt engineering is an optimization process, which requires...
- Automatic versioning and tracing
- Developer-centric prompt template editor
- Proper syncing between prompts and code

## Community

If you're interested in being more involved in the development and direction of Lilypad (either as a builder or a user), [join our community](https://join.slack.com/t/mirascope-community/shared_invite/zt-2ilqhvmki-FB6LWluInUCkkjYD3oSjNA) and DM William Bakst :)

## Usage

We are actively working on this library and it's documentation, which you can find [here](https://lilypad.so/docs)

## Versioning

Lilypad uses [Semantic Versioning](https://semver.org/)

## License

This project uses a dual-license model:

### Open-Source License (MIT)

Except for the contents and code contained in any `/ee` directory, which is covered by a commercial license (see below), all code in this repository is licensed under the terms of the [MIT License](https://github.com/Mirascope/lilypad/blob/main/LICENSE).

### Enterprise Edition License

The contents of any `/ee` directory are licensed under the Enterprise Edition License. This code is only available to users with a valid enterprise license. See [`lilypad/ee/LICENSE`](https://github.com/Mirascope/lilypad/blob/main/lilypad/ee/LICENSE) for the full terms.

__Enterprise Features:__

Stay tuned...

__Obtaining An Enterprise License:__

To purchase an enterprise license, please contact william@mirascope.io

__License Validation:__

Enterprise features require a valid license key for activation. Self-hosted installations will validate licenses against using offline activation.
