Metadata-Version: 2.1
Name: meowcorp
Version: 0.1.4
Summary: Add-on to the library of aiogram
Home-page: https://github.com/EluciferE/meowcorp/
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv~=0.21.0
Requires-Dist: sqlalchemy~=1.4.39
Requires-Dist: psycopg2~=2.9.5
Requires-Dist: aiogram~=2.23.1

# Meowcorp

Meowcorp is a Python library that serves as an add-on to the aiogram library. It provides additional functionalities to help you create big and complex Telegram bots.

## Installation

To install Meowcorp, simply run:

```
pip install meowcorp
```

## Getting Started

To start a new project with Meowcorp, run:

```
meowcorp startproject
```

This will create a new project with the necessary files and folders.

### Handlers

In the `branch` folder, you need to create handlers for messages. These handlers will be responsible for receiving and processing messages from users.

### Callback Handlers

In the `callback` folder, you need to create callback handlers. These handlers will be responsible for handling callbacks from inline keyboards.

### Keyboard Utilities

Meowcorp provides two utilities for creating keyboards: `create_keyboard` and `create_inline_keyboard`. These functions make it easy to create custom keyboards for your bot.

## Contributing

If you would like to contribute to Meowcorp, please fork the repository and submit a pull request. We welcome all contributions!

## License

Meowcorp is released under the MIT License. See [LICENSE](https://github.com/EluciferE/meowcorp/blob/main/LICENSE) for more information.
