Metadata-Version: 2.1
Name: aiogram_timepicker
Version: 0.0.1
Summary: Simple Inline Time Selection tool for Aiogram Telegram bots
Home-page: https://github.com/maratx86/aiogram-timepicker
Download-URL: https://github.com/maratx86/aiogram-timepicker/archive/refs/tags/0.0.1.tar.gz
Author: Marat Ashrafzianov
Author-email: marat.ashraf@yandex.ru
License: MIT
Keywords: Aiogram,Telegram,Bots,Time,Timepicker
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE.txt

# Time Selection tool for Aiogram Telegram Bots

## Description
A simple inline time selection tool for [aiogram](https://github.com/aiogram/aiogram) telegram bots written in Python.
Offers 1 type of date picker:
Full Time Picker - user can select a time with hours, minutes and seconds.

## Usage
Install package with pip

        pip install aiogram_timepicker

A full working example on how to use aiogram-timepicker is provided in *bot_example.py*. 
You create a timepicker panel and add it to a message with a *reply_markup* parameter and then you can process it in a callbackqueyhandler method using the *process_selection* method.

## Licence
Read more about licence [here](./LICENSE.txt).
