Metadata-Version: 2.1
Name: sopel-inclusivity
Version: 0.3.0.dev0
Summary: Have your Sopel bot suggest more inclusive language
Author: Elsie Powell
Maintainer-email: dgw <dgw@technobabbl.es>
License: EFL-2.0
Project-URL: Homepage, https://github.com/sopel-irc/sopel-inclusivity
Project-URL: Bug Tracker, https://github.com/sopel-irc/sopel-inclusivity/issues
Keywords: sopel,plugin,bot,irc
Platform: Linux x86, x86-64
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: Eiffel Forum License (EFL)
Classifier: License :: OSI Approved :: Eiffel Forum License
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Communications :: Chat :: Internet Relay Chat
Requires-Python: <4,>=3.8
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: sopel>=7.1

# sopel-inclusivity

Have your Sopel bot suggest more inclusive language

## Installing

Releases are hosted on PyPI, so after installing Sopel, all you need is `pip`:

```shell
$ pip install sopel-inclusivity
```

### Requirements

The `sopel-inclusivity` plugin is compatible with Sopel 7.1 or higher, but your
bot must run on Python 3.8 or higher; legacy Python versions are not supported.

## Functionality

`sopel-inclusivity` suggests better wordings when people don't use inclusive
language in chat. It's inspired by [this blog post][18f-post] from 18F, who
added a similar feature to their Slack rooms. It only deals with use of the word
"guys" for now, but PRs are welcome to add coverage of more vocabulary.

[18f-post]: https://18f.gsa.gov/2016/01/12/hacking-inclusion-by-customizing-a-slack-bot/

## Changelog

### 0.3.0

First release as `sopel-inclusivity`, replacing `sopel_modules.inclusivity`.

Changed:
* Updated compatibility for Sopel 8
* Minimum Sopel version is now 7.1
* Use newer `search` rule type, instead of bookending pattern with `.*`

Meta:
* Packaging converted to `pyproject.toml` and modernized
  * Package name has changed: `sopel_modules.inclusivity` → `sopel-inclusivity`
* Author & Maintainer metadata corrected to credit embolalia as the creator

### 0.2.0

Changed:
* Updated compatibility for Sopel 7

### 0.1.0

Initial release of `sopel_modules.inclusivity`.
