Metadata-Version: 2.4
Name: sopel-http-example
Version: 0.1.1
Summary: An example Sopel plugin making use of sopel-http
Author-email: Trevor Bergeron <mal@sec.gd>
Project-URL: HomePage, https://github.com/half-duplex/sopel-http-example
Keywords: irc,sopel,example
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Requires-Python: ~=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: sopel~=7.1.9
Requires-Dist: sopel-http~=0.1.1
Requires-Dist: Flask~=2.1.2
Dynamic: license-file

# sopel-http-example
[![PyPi Version](https://img.shields.io/pypi/v/sopel-http-example.svg)](https://pypi.org/project/sopel-http-example/)

An example plugin for [sopel-http](https://github.com/half-duplex/sopel-http)

## Setup
Just `pip install sopel-http-example` into your
[Sopel](https://github.com/sopel-irc/sopel) environment.

## Usage
Once this plugin is installed and your bot is restarted, you should be able to
access the web UI on https://localhost:8094/ (or whatever host/port you
configured `sopel-http` to use).
