Metadata-Version: 2.4
Name: MainShortcuts2
Version: 2.9.0
Summary: Сокращение и улучшение функций + консольные утилиты
Author: MainPlay TG
Author-email: xbox.roman6666666666@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
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: crypto
Provides-Extra: full
Provides-Extra: http
Requires-Dist: aiohttp (>=3.14.3,<4.0.0) ; extra == "full"
Requires-Dist: colorama (>=0.4.6,<0.5.0) ; extra == "full"
Requires-Dist: cryptography (>=50.0.0,<51.0.0) ; extra == "crypto" or extra == "full"
Requires-Dist: json5 (>=0.15.0,<0.16.0) ; extra == "full"
Requires-Dist: pillow (>=12.3.0,<13.0.0) ; extra == "full"
Requires-Dist: progressbar2 (>=4.6.0,<5.0.0) ; extra == "full"
Requires-Dist: psutil (>=7.2.2,<8.0.0) ; extra == "full"
Requires-Dist: pyside6 (>=6.11.2,<7.0.0) ; extra == "full"
Requires-Dist: requests (>=2.32.5,<3.0.0) ; extra == "full" or extra == "http"
Project-URL: Repository, https://github.com/MainPlay-TG/MainShortcuts2.py
Description-Content-Type: text/markdown

# MainShortcuts2
[![Build and upload release](https://github.com/MainPlay-TG/MainShortcuts2.py/actions/workflows/build.yml/badge.svg)](https://github.com/MainPlay-TG/MainShortcuts2.py/actions/workflows/build.yml)
<a href="https://pypi.org/project/MainShortcuts2/"><img alt="PyPi" src="https://img.shields.io/pypi/format/mainshortcuts2?style=flat&label=PyPi"/></a>
## Описание
Сокращение и улучшение функций
## Установка
Для установки через `pip` используйте
```bash
python3 -m pip install -U MainShortcuts2
```
## Использование
Импорт модуля
```python
from MainShortcuts2 import ms
```
Встроенная информация о модуле
```python
ms.version -> str # Версия модуля
```
-# README в разработке, это оказалось сложнее, чем писать сам модуль
