Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.88 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.88 KB

Utilities for processing Wikipedia and Wikidata dumps in Go

pkg.go.dev Go Report Card pipeline status coverage report

A Go package providing utilities for processing Wikipedia and Wikidata dumps.

Features:

Installation

This is a Go package. You can add it to your project using go get:

go get gitlab.com/tozd/go/mediawiki

It requires Go 1.23 or newer.

Usage

See full package documentation on pkg.go.dev.

GitHub mirror

There is also a read-only GitHub mirror available, if you need to fork the project there.