Metadata-Version: 2.4
Name: sopel-doubts
Version: 1.0.1
Summary: Press X to doubt.
Author-email: xnaas <me@xnaas.info>
Maintainer-email: dgw <dgw@technobabbl.es>
License-Expression: Unlicense
Project-URL: Homepage, https://github.com/dgw/sopel-doubts
Project-URL: Bug Tracker, https://github.com/dgw/sopel-doubts/issues
Platform: Linux x86, x86-64
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Requires-Python: <4,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sopel>=7.1
Dynamic: license-file

# sopel-doubts

A Sopel plugin letting users "Press X to doubt".

## Installing

```sh
pip install sopel-doubts
```

## Using

Triggers on these characters (case-insensitive):

* X
* Ⓧ
* 𝕏

## Credits

This is a continuation of [ActionSack's `sopel-doubts`][asak-doubts-source],
which has been marked as archived and no longer maintained. It maintains the
same license and authorship credits as the original.

The new maintainer (dgw) has only made minor updates to documentation and
package metadata, including changing the "maintainer" field to reflect
upstream's archival status.

[//]: # (asak-doubts-source is also used in the NEWS file appended for PyPI)
[asak-doubts-source]: https://git.actionsack.com/xnaas-archived/sopel-doubts

## Changelog

### 1.0.1

Bugfix release, adding lowercase `𝕩` as a recognized character.


### 1.0.0

First release of `sopel-doubts` on PyPI.

Repackaging of public domain work from the [ActionSack Git][asak-doubts-source],
where upstream has been marked as archived.

[//]: # (NB: asak-doubts-source is defined in the README.md file)
