Metadata-Version: 2.1
Name: pymdisp
Version: 0.1.0
Summary: 
Author: megahomyak
Author-email: g.megahomyak@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# pymdisp

pymdisp is a message dispatcher intended for use in Telegram bots and things alike. It allows to write readable code instead of mangled states

## Installation

`pip install pymdisp`

## Usage

You can find a live example in [live\_example/bot.py](live_example/bot.py)

