Metadata-Version: 2.1
Name: rapida-python
Version: 0.1.4a0
Summary: rapidaAi sdk to integrate rapida.ai api's
Home-page: https://github.com/rapidaai/rapida-python
Author-email: code@rapida.ai
License: UNKNOWN
Platform: POSIX
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.9
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: idna==3.10; python_version >= "3.6"
Requires-Dist: invoke==2.2.0; python_version >= "3.6"
Requires-Dist: grpc-interceptor==0.15.4; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: annotated-types==0.7.0; python_version >= "3.8"
Requires-Dist: attrs==25.3.0; python_version >= "3.8"
Requires-Dist: aiohappyeyeballs==2.6.1; python_version >= "3.9"
Requires-Dist: aiohttp==3.12.13; python_version >= "3.9"
Requires-Dist: aiosignal==1.3.2; python_version >= "3.9"
Requires-Dist: frozenlist==1.7.0; python_version >= "3.9"
Requires-Dist: grpcio==1.72.1; python_version >= "3.9"
Requires-Dist: grpcio-tools==1.72.1; python_version >= "3.9"
Requires-Dist: multidict==6.5.0; python_version >= "3.9"
Requires-Dist: pillow==11.2.1; python_version >= "3.9"
Requires-Dist: propcache==0.3.2; python_version >= "3.9"
Requires-Dist: protobuf==6.31.1; python_version >= "3.9"
Requires-Dist: pydantic==2.11.7; python_version >= "3.9"
Requires-Dist: pydantic-core==2.33.2; python_version >= "3.9"
Requires-Dist: setuptools==80.9.0; python_version >= "3.9"
Requires-Dist: types-protobuf==6.30.2.20250516; python_version >= "3.9"
Requires-Dist: typing-extensions==4.14.0; python_version >= "3.9"
Requires-Dist: typing-inspection==0.4.1; python_version >= "3.9"
Requires-Dist: yarl==1.20.1; python_version >= "3.9"
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"
Provides-Extra: grpcio-tools
Requires-Dist: grpcio-tools==1.72.1; python_version >= "3.9" and extra == "grpcio-tools"

## 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

