Metadata-Version: 2.1
Name: calendar-pytba
Version: 1.0.2
Summary: 
Author: Pavel Anokhin
Author-email: p.a.anokhin@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pytelegrambotapi (>=4.12.0,<5.0.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Description-Content-Type: text/markdown

# PYTBA-Calendar


Library for creating a calendar from InlineKeyboardMarkup in
Telegram bots. Works with [PyTelegramBOTAPI](https://github.com/eternnoir/pyTelegramBotAPI) library


### Installation:

- Using pip:

```bash
pip install calendar-pytba
```

- Using poetry:

```bash
poetry add calendar-pytba
```

- Build from source:

[Install](https://python-poetry.org/docs/#installation) Poetry

```bash
git clone https://github.com/pavelan0khin/calendar-pytba.git

cd calendar-pytba

poetry build
```

### Usage:

1. [Create calendar](examples/create_calendar.py)
2. [Handle callbacks](examples/handle_callbacks.py)


### Demo:

![Alt Text](examples/demo.gif)

