Metadata-Version: 2.1
Name: python-bale-bot
Version: 2.4.8.1
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/changelog.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/x-rst
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
=======================

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

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

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| |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-1.0-blue?style=plastic
   :target: https://dev.bale.ai/api
.. |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
.. |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
