Metadata-Version: 2.1
Name: retoolrpc
Version: 0.1.0
Summary: Python package for Retool RPC
Home-page: https://retool.com
License: MIT
Author: tryretool
Author-email: developer-api@retool.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: asyncio (>=3.4.3,<4.0.0)
Requires-Dist: httpx (>=0.25.0,<0.26.0)
Project-URL: Repository, https://github.com/tryretool/retoolrpc
Description-Content-Type: text/markdown

# `retoolrpc` Python Client Package

Welcome to the `retoolrpc` client package! This package serves as the client-side component for the `retoolrpc` project. For detailed information and usage instructions, please refer to our official documentation.

## About `retoolrpc`

Retool RPC (Remote Procedure Call) is a fast, secure solution for connecting your own codebase to Retool. You define functions in your backend and then call them from Retool apps using a Retool RPC resource.

## Documentation

For more detailed information, examples, and usage guidelines, please refer to our official documentation. The documentation provides in-depth insights into the `retoolrpc` client package, including installation instructions and comprehensive usage guides.

[Link to Documentation](https://docs.retool.com/retool-rpc)

## Getting Started

To get started with the `retoolrpc` client package, please consult our documentation, which provides step-by-step instructions and examples to help you integrate and use this package effectively in your projects.

## Issues and Support

If you encounter any issues, have questions, or need assistance, please feel free to reach out to our support team or report issues on our GitHub repository.

[Link to GitHub Repository](https://github.com/tryretool/retoolrpc)

## License

This project is licensed under the MIT License. Please refer to the LICENSE file in this repository for more details.

---

Feel free to replace the placeholders with the actual links and relevant information for your project. This README section provides a clear introduction to the `retoolrpc` client package and directs users to your official documentation and support channels.

