mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-06-09 09:24:04 +00:00
26 lines
889 B
Markdown
26 lines
889 B
Markdown
# Structured Wikivoyage Exports
|
|
|
|
Small utility to convert the wikitext data from the Wikivoyage dumps into a structured format. The goal is to make it easier to work with the data and extract useful information programmatically.
|
|
|
|
## Installation
|
|
|
|
## Documentation
|
|
|
|
See [docs](docs) for more information on how to use this utility.
|
|
|
|
## Testing
|
|
|
|
Run `PYTHONPATH=. pytest` from inside the venv
|
|
|
|
## License
|
|
|
|
### Code
|
|
|
|
(c) 2025 bcye and moll-re
|
|
|
|
All code and documentation unless otherwise stated is licensed under the AGPLv3 license, refer to [LICENSE](LICENSE) for the full license text.
|
|
|
|
### Examples
|
|
|
|
Files in the `docs/example` and `tests/fixtures` are copies (.txt) or derivatives (.json) of the Boston Article on Wikivoyage and licensed under CC BY-SA 4.0. A [list of contributors is available on the original article](https://en.wikivoyage.org/w/index.php?title=Boston&action=history).
|