Metadata-Version: 2.1
Name: bard-py
Version: 0.1.0
Summary: Python client for Bard.
License: MIT
Author: vsakkas
Author-email: vasileios.sakkas96@gmail.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: aiohttp (>=3.8.4,<4.0.0)
Description-Content-Type: text/markdown

# Bard.py

[![Latest Release](https://img.shields.io/github/v/release/vsakkas/bard.py.svg)](https://github.com/vsakkas/bard.py/releases/tag/v0.1.0)
[![Python](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
[![MIT License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/vsakkas/bard.py/blob/master/LICENSE)

Python client for Bard.

> **Note**
> This is an **unofficial** client.

## Requirements

- Python 3.10 or newer
- Google account with access to [Bard](https://bard.google.com/)

## Installation

To install Bard.py, run the following command:

```bash
pip install bard-py
```

or, if you use [poetry](https://python-poetry.org/):

```bash
poetry add bard-py
```

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/vsakkas/bard.py/blob/master/LICENSE) file for details.

