Metadata-Version: 2.1
Name: toolforge
Version: 6.0.0
Summary: Small library for common tasks on Wikimedia Toolforge
Project-URL: Homepage, https://wikitech.wikimedia.org/wiki/User:Legoktm/toolforge_library
Project-URL: Bug Tracker, https://phabricator.wikimedia.org/tag/tool-python-toolforge/
Project-URL: Source, https://gitlab.wikimedia.org/toolforge-repos/python-toolforge
Author-email: Kunal Mehta <Legoktm@debian.org>
Maintainer-email: Bryan Davis <bd808@wikimedia.org>, Lucas Werkmeister <mail@lucaswerkmeister.de>
License-Expression: GPL-3.0+
License-File: COPYING
Keywords: toolforge,wikimedia
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Requires-Dist: pymysql>=1.0.3
Requires-Dist: requests>=2.28.2
Description-Content-Type: text/x-rst

=========
toolforge
=========

Toolforge is a Python library that contains helper functions for different
tasks.

See wikitech_ for
the full documentation.

Licensed under the GPL v3 or any later version. See COPYING for the full
details.

.. _wikitech: https://wikitech.wikimedia.org/wiki/User:Legoktm/toolforge_library
