Metadata-Version: 1.1
Name: aiogram_calendar
Version: 0.1.1
Summary: Simple Inline Calendar & Date Selection tool for Aiogram Telegram bots
Home-page: https://github.com/noXplode/aiogram_calendar
Author: Andrew Nikolabay
Author-email: UNKNOWN
License: MIT
Download-URL: https://github.com/noXplode/aiogram_calendar/archive/refs/tags/0.1.1.tar.gz
Description: # Date Selection tool for Aiogram Telegram Bots
        
        ## Description
        A simple inline calendar, date selection tool for [aiogram](https://github.com/aiogram/aiogram) telegram bots written in Python.
        Offers two types of date pickers:
        Navigation calendar - user can either select a date or move to the next or previous month/year by clicking a singe button.
        Dialog calendar - user selects year on first stage, month on next stage, day on last stage
        
        ## Usage
        Install package
        
                pip install aiogram_calendar
        
        A full working example on how to use aiogram-calendar is provided in *bot_example.py*. 
        You create a calendar 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.
        
Keywords: Aiogram,Telegram,Bots,Calendar
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
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
