Metadata-Version: 2.4
Name: twilight-vk
Version: 0.1.0b1
Summary: Асинхронная библиотека для работы с VK API, с поддержкой API эндпоинтов
Author: darky_wings
License: MIT License
        
        Copyright (c) 2025 darky_wings
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/darky-bot/TwilightVK
Project-URL: Repository, https://github.com/darky-bot/TwilightVK
Project-URL: Issues, https://github.com/darky-bot/TwilightVK/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp==3.12.15
Requires-Dist: fastapi==0.115.12
Requires-Dist: PyYAML==6.0.2
Requires-Dist: uvicorn==0.34.0
Provides-Extra: dev
Requires-Dist: pytest>=8.3.0; extra == "dev"
Requires-Dist: pytest-asyncio>=1.0.0; extra == "dev"
Requires-Dist: pytest-mock>=3.15.0; extra == "dev"
Requires-Dist: pytest-mypy>=1.0.0; extra == "dev"
Dynamic: license-file

![Logo](/docs/SVG/logo-transparent.svg)

<p align="center">
    <img alt="Framework Version" src="https://img.shields.io/badge/latest_version-0.1.0b1-A04">
    <img alt="Python Version" src="https://img.shields.io/badge/python-3.12-A04">
    <img alt="PyPi" src="https://img.shields.io/badge/pypi-not_yet-000">
    <img alt="Issues" src="https://img.shields.io/github/issues/darky-bot/TwilightVK">
</pg>

## TwilightVK

TwilightVK - это асинхронный фреймворк для удобного взаимодействия с VK API, вдохновленный другими похожими фреймворками.

## Руководство

Здесь вы можете ознакомиться с тем как использовать данный фреймворк
+ [Содержание](/docs/content.md)

## Почему TwilightVK?

TwilightVK является личным экспериментом и не обязывает вас сравнивать его с другими фреймворками. У него, как и у других, есть свои плюсы и минусы.
В TwilightVK есть поддержка API эндпоинтов, позволяющая удобно управлять одним или группой ботов через единый API фреймворка

Планируется также собственная админ-панель привязанная к этому API
> ##### ! Еще в разработке !

> ##### ! Для работы API необходимо использовать TwilightAPI !

## Установка

Установить фреймворк можно через команду `pip install`

    pip install twilight_vk
