Metadata-Version: 2.1
Name: griptape-tools
Version: 0.14.0
Summary: Tools for the Griptape framework.
Home-page: https://github.com/griptape-ai/griptape-tools
License: Apache 2.0
Author: Griptape
Author-email: hello@griptape.ai
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: griptape (>=0.12.0)
Project-URL: Repository, https://github.com/griptape-ai/griptape-tools
Description-Content-Type: text/markdown

# griptape-tools

[![PyPI Version](https://img.shields.io/pypi/v/griptape-tools.svg)](https://pypi.python.org/pypi/griptape-tools)
[![Tests](https://github.com/griptape-ai/griptape-tools/actions/workflows/tests.yml/badge.svg)](https://github.com/griptape-ai/griptape-tools/actions/workflows/tests.yml)
[![Docs](https://readthedocs.org/projects/griptape/badge/)](https://griptape.readthedocs.io/en/latest/griptape-tools/)
[![Griptape Discord](https://dcbadge.vercel.app/api/server/gnWRz88eym?compact=true&style=flat)](https://discord.gg/gnWRz88eym)

This repo is a collection of official Griptape tools for the [Griptape Framework](https://github.com/griptape-ai/griptape).

If you are considering contributing a new tool, please make a pull request to [griptape-labs](https://github.com/griptape-ai/griptape-labs) first.

## Documentation

Please refer to [Griptape Docs](https://griptape.readthedocs.io) for:

- Getting started guides. 
- Core concepts and design overviews.
- Examples.
- Contribution guidelines.

## License

Griptape Tools are available under the Apache 2.0 License.

