Metadata-Version: 2.1
Name: nonebot_plugin_RealESRGAN
Version: 0.1.4
Summary: 一个基于nonebot2机器人的对图像进行超分辨率重建插件
Home-page: https://github.com/ppxxxg22/nonebot_plugin_RealESRGAN
Author: ppxxxg22
Author-email: liujiaxin011121@gmail.com
License: BSD 3-Clause
Description: 
        # none_bot_Real-ESRGAN
        
        ### 功能
        
        使用nonebot2来作为服务接口，用于将图像进行超分辨率重建。
        
        ### 开始使用
        
        - 使用pip安装
        
        ```
        pip install nonebot_plugin_RealESRGAN
        ```
        
        然后在项目内导入插件
        
        ```
        nonebot.load_plugin('nonebot_plugin_RealESRGAN')
        ```
        
        - 使用nb安装
        
        ```
        nb plugin install nonebot_plugin_RealESRGAN
        ```
        
        - 从github安装
        
        先将源代码拉下来
        
        ```
        https://github.com/ppxxxg22/nonebot_plugin_RealESRGAN
        ```
        
        然后将src中的文件复制到你的bot文件中，这种方式适合做一些修改。
        
        **详细的使用方式可以参见[此处](https://github.com/ppxxxg22/nonebot_plugin_RealESRGAN)**
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
