Metadata-Version: 2.1
Name: aiogram_uptodate
Version: 0.5.2
Summary: Simple Datepicker for Aiogram Telegram bots
Home-page: https://github.com/antonyartsev/aiogram_uptodate
License: MIT
Author: Andrii Nikolabai
Author-email: nikolabay.as@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: aiogram (>=3.0,<4.0)
Description-Content-Type: text/markdown

# <p align="center">Aiogram Uptodate</p> 

<p align="center">
    <img src="https://github.com/antonyartsev/aiogram_uptodate/actions/workflows/python-publish.yml/badge.svg" alt="Build images status"/>
    <img src="https://img.shields.io/pypi/v/aiogram-uptodate"/>
</p>

This project, a fork of [noXplode/aiogram_calendar](https://github.com/noXplode/aiogram_calendar), introduces an intuitive and user-friendly calendar and timesheet for Telegram bots using the [aiogram](https://github.com/aiogram/aiogram) framework in Python.

<p align="center">
  <a href="" target="blank"><img src="cover.png" width="600" alt="" /></a>
</p>

### What's Inside?
1. **Dual Calendar Modes:** Choose between comprehensive navigation or dialog-based selection.
2. **Hide Unnecessary Dates:** Effortlessly conceal dates that are not required
3. **Date Range Limitation:** Restrict date selection within a specific range.
4. **TimeSheet Dialog**: Allows users to select a time slot after picking a date for easy scheduling.
5. **Highlight Today's Date:** Easily identify the current date.
6. **Localisation Support:** Customize the language or inherit from the user's locale settings.


### Compatibility:
**Aiogram 3:** Fully supported from version 0.2 (for Aiogram 2 use version 0.1.1)
  
### Installation

```bash
pip install aiogram_uptodate

