Metadata-Version: 2.4
Name: rapida-python
Version: 0.1.11
Summary: RapidaAI SDK to integrate rapida.ai APIs
Author-email: RapidaAI <code@rapida.ai>
License-Expression: MIT
Project-URL: Homepage, https://github.com/rapidaai/rapida-python
Project-URL: Bug Reports, https://github.com/rapidaai/rapida-python/issues
Project-URL: Documentation, https://rapida.ai/docs
Project-URL: Source, https://github.com/rapidaai/rapida-python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: protobuf
Requires-Dist: grpcio
Requires-Dist: grpcio-tools
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: mypy; extra == "dev"

## Table Of Contents

* [About the Project](#about-the-project)
* [Getting Started](#getting-started)
  * [Prerequisites](#prerequisites)
  * [Installation](#installation)
* [Usage](#usage)	


## About The Project

![Screen Shot](https://www.rapida.ai/images/screenshots/light-sc-01.png)

rapida-python sdk to Experiment, Test and Deploy LLM Applications 10X faster and cheaper


## Getting Started

This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.

### Prerequisites

This is an example of how to list things you need to use the software and how to install them.

* python 3.9


### Installation

1. Get a free API Key at [rapida.ai](https://www.rapida.ai/)

2. pip install rapida-python

```
pip install rapida-python
```

3. Refer to [Documentation](https://docs.rapida.ai/api-reference/introduction) on how to use the API Key


## Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

_For more examples, please refer to the [Documentation](https://docs.rapida.ai/api-reference/introduction)
# gxs-demo
