Metadata-Version: 2.1
Name: nonebot-plugin-ipypreter
Version: 0.1.0
Summary: An interactive python interpreter plugin for nonebot2
Home-page: https://github.com/iyume/nonebot-plugin-ipypreter
Author: iyume
Author-email: iyumelive@gmail.com
License: GPLv3
Description: # nonebot-plugin-ipypreter
        [![pypi](https://img.shields.io/pypi/v/nonebot-plugin-ipypreter.svg)](https://pypi.org/project/nonebot-plugin-ipypreter/)
        ![implementation](https://img.shields.io/pypi/implementation/nonebot-plugin-ipypreter)
        ![wheel](https://img.shields.io/pypi/wheel/nonebot-plugin-ipypreter)
        ![python](https://img.shields.io/pypi/pyversions/nonebot-plugin-ipypreter)
        [![license](https://img.shields.io/github/license/iyume/nonebot-plugin-ipypreter.svg)](https://raw.githubusercontent.com/iyume/nonebot-plugin-ipypreter/main/LICENSE)
        - 基于[nonebot2](https://github.com/nonebot/nonebot2)
        
        ## 快速开始 Quickstart
        ```
        pip install nonebot-plugin-ipypreter
        ```
        
        > 如果你使用的是`nb-cli`，此时`bot.py`会自动添加`nonebot.load_plugin('nonebot-plugin-ipypreter')`
        若没有，请手动添加
        
        发送指令`prefix`+`python`即可使用
        > aliases = ['python3']
        
        发送文本`exit`即可退出交互
        > aliases = ['exit()', 'quit']
        
        ## 配置项 Env
        
Keywords: nonebot
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
