Metadata-Version: 2.1
Name: pplx_api
Version: 0.1.2
Summary: A Python client for the Perplexity AI API
Home-page: https://github.com/kamiwaza-ai/pplx_api
Author: Kamiwaza AI
Author-email: opensource@kamiwaza.ai
Classifier: Development Status :: 3 - Alpha
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
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Requires-Dist: pydantic>=2.5.2

# pplx_api - Python Client for Perplexity AI API

[![PyPI version](https://badge.fury.io/py/pplx_api.svg)](https://badge.fury.io/py/pplx_api)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

`pplx_api` is a Python client library for interacting with the Perplexity AI API. It provides a simple and intuitive interface to make chat completion requests to Perplexity's advanced language models.

## Installation

You can install `pplx_api` using pip:

```bash
pip install pplx_api
```

