Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.49 KB

README.rst

File metadata and controls

50 lines (32 loc) · 1.49 KB

Toolforge python helper library

toolforge is a Python library that contains helper functions for some common tasks that Toolforge users might encounter.

Installation

Use pip to install the latest stable version of toolforge:

python3 -m pip install --upgrade toolforge

The 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.git

Usage

See the API reference and user guide for usage instructions.

Contributing

See CONTRIBUTING.rst for guidelines on contributing to toolforge.

Bug reports

Please report bugs and feature requests at https://phabricator.wikimedia.org/tag/tool-python-toolforge/.

License

Licensed under the GPL-3.0-or-later license. See COPYING for the full license.