Metadata-Version: 2.1
Name: kenarBot
Version: 0.0.1
Summary: KenarBot: A Python SDK for building Kenar messaging bots with an intuitive, teleBot-inspired syntax.
Home-page: https://github.com/Mobin-Pourabedini/KenarBot
Author: Mobin Pourabedini
Author-email: realmobinpourabedini@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask>=2.0.3
Requires-Dist: requests>=2.31.0

# KenarpyBot

<div align="center">

[![PyPI version](https://badge.fury.io/py/kenarBot.svg)](https://badge.fury.io/py/kenarBot)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python Versions](https://img.shields.io/pypi/pyversions/kenarBot.svg)](https://pypi.org/project/kenarBot/)
 
</div>

A Python SDK for creating and managing Kenar messaging bots. KenarBot provides a simple, intuitive interface inspired by teleBot's syntax, making it easy for developers familiar with Telegram bot development to create bots for the Kenar platform.

## Features

- 🚀 Simple, teleBot-inspired syntax
- 📨 Easy message handling and routing
- 🔄 Built-in support for Kenar's messaging endpoints
- ⚙️ Straightforward bot configuration

## Installation

```bash
pip install kenarBot
