Metadata-Version: 2.1
Name: bye-wiki
Version: 0.0.2
Summary: Say goodbye to your wikis! Python command-line script to convert MediaWiki pages to Markdown with pandoc
Home-page: https://github.com/jwflory/bw
Author: Justin W. Flory
Author-email: contact@jwf.io
License: BSD-3-Clause
Keywords: data,wiki,mediawiki,markdown,documentation,migration,pandoc
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3
Description-Content-Type: text/markdown

bye_wiki (bw)
=============

[![License: BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

Say goodbye to your wikis!
Python command-line tool to convert MediaWiki pages to Markdown with pandoc


## About

bye_wiki (`bw`) is a Python command-line script to convert MediaWiki pages into Markdown.
This facilitates an easier migration of existing documentation into a new documentation toolchain.
Regardless of whatever tool or framework is chosen for a future docs solution, this tool enables migrating content.
Instead of manually copy-pasting data, run a script to convert a large set of MusicBrainz MediaWiki URLs to plain Markdown files.
You can use these in virtually any chosen tool in the end!

Check back soon for more progress.
<!-- Coming back to this once I have something worth talking about…
## Usage

Detailed usage instructions anticipated once functionality is working.

## How to contribute

See [CONTRIBUTING.md](https://github.com/jwflory/last2libre/blob/master/.github/CONTRIBUTING.md "How to contribute to and work on last2libre").
-->


## Legal

Licensed under [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause "Read the BSD-3-Clause License").


