Metadata-Version: 2.1
Name: python-bale-bot
Version: 2.4.8
Summary: An API wrapper for Bale written in Python
Home-page: https://github.com/python-bale-bot/python-bale-bot/
Download-URL: https://pypi.org/project/python-bale-bot/
Author: Kian Ahmadian
Author-email: devs@python-bale-bot.ir
License: LGPLv2
Project-URL: Documentation, https://docs.python-bale-bot.ir/en/stable/
Project-URL: Changelog, https:///docs.python-bale-bot.ir/en/stable/whats_new.html
Project-URL: Bug Tracker, https://github.com/python-bale-bot/python-bale-bot/issues
Project-URL: Source Code, https://github.com/python-bale-bot/python-bale-bot/
Keywords: bale bale-bot framework bot
Platform: Windows
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp<3.8.6,>=3.6.0
Requires-Dist: asyncio~=3.4.3
Requires-Dist: setuptools<68.3,>=60.2
Provides-Extra: docs
Requires-Dist: sphinx==7.2.6; extra == "docs"
Requires-Dist: sphinx-pypi-upload; extra == "docs"
Requires-Dist: sphinx-paramlinks==0.6.0; extra == "docs"
Requires-Dist: sphinxcontrib-mermaid==0.8.1; extra == "docs"
Requires-Dist: sphinx-copybutton==0.5.2; extra == "docs"
Requires-Dist: furo==2023.9.10; extra == "docs"
Requires-Dist: sphinx-inline-tabs==2023.4.21; extra == "docs"

# python-bale-bot Library

<div align='center'>
<img width="600" src="https://python-bale-bot.ir/assets/images/banner.png" alt="python-bale-bot image">
<br>
<b style='margin-bottom:50px;'>An API wrapper for Bale written in Python. </b>
<br>

[![Python Version](https://img.shields.io/badge/Python-3.8_|_3.9_|_3.10_|_3.11_-red?logo=python&style=plastic)](https://python.org)
[![PyPi Version](https://img.shields.io/pypi/v/python-bale-bot?color=blue&label=pypi&style=plastic)](https://pypi.org/p/python-bale-bot)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/deacf2bc3f13492d944e329ac19ac0d1)](https://www.codacy.com/gh/python-bale-bot/python-bale-bot/dashboard)
[![python-bale-bot score](https://snyk.io/advisor/python/python-bale-bot/badge.svg)](https://snyk.io/advisor/python/python-bale-bot)
[![Project License](https://img.shields.io/github/license/python-bale-bot/python-bale-bot?style=plastic)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[![API Version](https://img.shields.io/badge/Bale%20API-1.0-blue?style=plastic)](https://dev.bale.ai/api)
[![Documentation Status](https://readthedocs.org/projects/python-bale-bot/badge/?version=stable)](https://docs.python-bale-bot.ir/)

</div>

## What is Bale?
**The "Bale" is a messenger-platform for send and receive messages.** it's provides services for developers and they can send or receive messages through `bots` like normal users and These services are provided by [web services](https://dev.bale.ai) (`API`).

## What is python-bale-bot?
**The "python-bale-bot" is a Python language package optimized for developers to use web services provided by "Bale".**

## Installing
<div align='center'>
  
  **You can install or update `python-bale-bot` via:**
  
</div>

### PyPi:

```
$ pip install python-bale-bot -U
```

### Git:

```
$ git clone https://github.com/python-bale-bot/python-bale-bot
$ cd python-bale-bot
$ python setup.py install
```

## Documentation
**The [package documentation](https://docs.python-bale-bot.ir/en/stable) is the technical reference for python-bale-bot. It contains descriptions of all available classes, modules, methods and arguments as well as the changelog.**


## Contact to Developers
[![Email](https://img.shields.io/badge/Email-python--bale--bot@googlegroups.com-green?logo=Gmail&logoColor=white)](mailto:python-bale-bot@googlegroups.com)
[![Discord](https://img.shields.io/badge/Support_Server-bYHEzyDe2j-green?logo=Discord&logoColor=white)](https://discord.gg/bYHEzyDe2j)
[![Our Site](https://img.shields.io/badge/Our_site-python--bale--bot.ir-green?logo=GitHub&logoColor=white)](https://python-bale-bot.ir)
