Metadata-Version: 2.1
Name: python-bale-bot
Version: 2.5.0
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://python-bale-bot.ir/changelog
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/
Project-URL: News, https://t.me/pbblib
Keywords: bale bale-bot framework bot
Platform: Windows
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: aiohttp<3.9.2,>=3.6.0
Requires-Dist: asyncio~=3.4.3
Requires-Dist: setuptools~=69.0.3
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
=======================

.. container::

   An API wrapper for Bale written in Python.

   |Python Version| |PyPi Version| |Codacy Badge| |python-bale-bot
   score| |Project License| |API Version| |Documentation Status|

Introduction
============

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

.. container::

   **You can install or update ``python-bale-bot`` via:**

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

Quick Start
===========

To get started, learn how the library works through the library. In
addition, there are examples in the
“`Examples <https://docs.python-bale-bot.ir/en/stable/examples.html>`__”
section of the library.

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| |Discord| |Telegram Channel| |Our Site|

.. |Python Version| image:: https://img.shields.io/badge/Python-3.8_%7C_3.9_%7C_3.10_%7C_3.11_-red?logo=python&style=plastic
   :target: https://python.org
.. |PyPi Version| image:: https://img.shields.io/pypi/v/python-bale-bot?color=blue&label=pypi&style=plastic
   :target: https://pypi.org/p/python-bale-bot
.. |Codacy Badge| image:: https://app.codacy.com/project/badge/Grade/deacf2bc3f13492d944e329ac19ac0d1
   :target: https://www.codacy.com/gh/python-bale-bot/python-bale-bot/dashboard
.. |python-bale-bot score| image:: https://snyk.io/advisor/python/python-bale-bot/badge.svg
   :target: https://snyk.io/advisor/python/python-bale-bot
.. |Project License| image:: https://img.shields.io/github/license/python-bale-bot/python-bale-bot?style=plastic
   :target: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
.. |API Version| image:: https://img.shields.io/badge/Bale%20API-2.0-blue?style=plastic
   :target: https://docs.bale.ai
.. |Documentation Status| image:: https://readthedocs.org/projects/python-bale-bot/badge/?version=stable
   :target: https://docs.python-bale-bot.ir/
.. |Email| image:: https://img.shields.io/badge/Email-python--bale--bot@googlegroups.com-green?logo=Gmail&logoColor=white
   :target: mailto:python-bale-bot@googlegroups.com
.. |Discord| image:: https://img.shields.io/badge/Support_Server-bYHEzyDe2j-green?logo=Discord&logoColor=white
   :target: https://discord.gg/bYHEzyDe2j
.. |Telegram Channel| image:: https://img.shields.io/badge/Telegram_Channel-@pbblib-green?logo=telegram&logoColor=white
   :target: https://t.me/pbblib
.. |Our Site| image:: https://img.shields.io/badge/Our_site-python--bale--bot.ir-green?logo=GitHub&logoColor=white
   :target: https://python-bale-bot.ir
