Metadata-Version: 2.1
Name: sopel-factoriomods
Version: 0.1.1
Summary: A Sopel plugin to show information about linked Factorio mods.
Author-email: dgw <dgw@technobabbl.es>
License: EFL-2.0
Project-URL: Homepage, https://github.com/dgw/sopel-factoriomods
Project-URL: Bug Tracker, https://github.com/dgw/sopel-factoriomods/issues
Keywords: sopel,plugin,bot,irc
Platform: Linux x86, x86-64
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: Topic :: Communications :: Chat :: Internet Relay Chat
Requires-Python: <4,>=3.8
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: sopel>=8.0

# sopel-factoriomods

A Sopel plugin to show information about linked Factorio mods.

Uses the [Factorio Mod Portal API](https://wiki.factorio.com/Mod_portal_API),
which is *probably* stable but you never know. Proceed cautiously.

## Installing

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

```shell
$ pip install sopel-factoriomods
```

## Changelog

### 0.1.1

Modernized packaging & release automation; require stable version of Sopel 8.0.


### 0.1.0

First release of `sopel-factoriomods`.
