Skip to content

Commit

Permalink
meta: version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Exirel committed Apr 12, 2020
1 parent 3810d20 commit 9d9ee09
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
==========
sopel-help
==========

Expand All @@ -6,3 +7,24 @@ Sopel plugin ``.help`` command::
[Exirel]: .help help
[Sopel]: Generate help for Sopel's commands.
[Sopel]: e.g. .help help or .help

Install
=======

The recommanded way to install this plugin is to use ``pip``::

$ pip install sopel-help

Note that this plugin requires Python 3.5+ and Sopel 7+.

Providers
=========

There are several providers built-in with this plugin:

* ``base`` (the default): basic provider; it outputs help directly to the user
* ``local``: it generates an HTML file and outputs an URL; you have to
install and configure your own origin server to serve that file
* ``clbin``, ``0x0``, ``hastebin``, ``termbin``, ``ubuntu``: all these
providers post a plain-text file to a pastebin service and then output the
resulting URL
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sopel-help
version = 0.0.1-dev
version = 0.1.0
description = Help plugin for Sopel
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit 9d9ee09

Please sign in to comment.