aiogram/docs/index.md
2019-11-16 23:54:53 +02:00

2.6 KiB

Overview

Documentation for version 3.0 [WIP] 1

MIT License Supported python versions Telegram Bot API PyPi Package Version PyPi status Downloads [Telegram] aiogram live

aiogram modern and fully asynchronous framework for Telegram Bot API written in Python 3.7 with asyncio and aiohttp. It helps you to make your bots faster and simpler.

Features

!!! note Before start using aiogram is highly recommend to know how to work with asyncio.

Also if you has questions you can go to uor community chat s in Telegram:

- [English language](https://t.me/aiogram)
- [Russian language](https://t.me/aiogram_ru)

Task list for 3.0

  • Telegram API features
    • Rewrite Telegram types using pydantic
    • Rewrite Telegram methods using pydantic
    • Rewrite bot class
    • ...
  • Dispatcher features
    • Blueprints/Routers
    • Refactor FSM
    • Refactor filters
  • Tests
    • API
      • Sessions
      • Types
      • Methods
      • Client
    • Dispatcher
      • ...
    • Utils
      • Helper
      • ...
  • CI/CD
    • Publish to PyPi on tag
    • Build docs on push
    • Code style
      • Test with coverage on pull-request
      • Test with coverage on push
      • mypy on pull-request
      • Flake8 on pull-request

  1. work in progress ↩︎