Metadata-Version: 2.1
Name: f3wikidatabot
Version: 0.0.1
Summary: A Wikidata bot that makes sanity checks for the Wikidata Forges project.
Home-page: https://lab.forgefriends.org/friendlyforgeformat/f3-wikidata-bot
License: GPLv3+
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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.7
Requires-Dist: black (>=23.3.0,<24.0.0)
Requires-Dist: dataclasses-json (>=0.6.0,<0.7.0)
Requires-Dist: pywikibot (>=8.1.2,<9.0.0)
Project-URL: Issue Tracker, https://lab.forgefriends.org/friendlyforgeformat/f3-wikidata-bot/-/issues
Project-URL: Repository, https://lab.forgefriends.org/friendlyforgeformat/f3-wikidata-bot
Description-Content-Type: text/markdown

# F3 Wikidata Bot

f3wikidatabot is a command-line toolbox for the wikidata `Forges project <https://www.wikidata.org/wiki/Wikidata:WikiProject_Informatics/Forges>`_

## Setup

```sh
git clone --recursive https://lab.forgefriends.org/friendlyforgeformat/f3-wikidata-bot.git
cd f3-wikidata-bot
echo layout python3 > .envrc
direnv allow
pip install poetry
poetry install
```

## Usage

```sh
PYTHONPATH=$(pwd) python bin/f3wikidatabot  --help
```

## License

This project is licensed under the GPLv3+ License.

