toolforge is a Python library that contains helper functions for some
common tasks that Toolforge users might encounter.
Use pip to install the latest stable version of toolforge:
python3 -m pip install --upgrade toolforgeThe current development version is available on gitlab.wikimedia.org, and can be installed directly from the git repository:
python3 -m pip install --upgrade git+https://gitlab.wikimedia.org/toolforge-repos/python-toolforge.gitSee the API reference and user guide for usage instructions.
See CONTRIBUTING.rst for guidelines on contributing to toolforge.
Please report bugs and feature requests at https://phabricator.wikimedia.org/tag/tool-python-toolforge/.
Licensed under the GPL-3.0-or-later license. See COPYING for the full license.