Skip to content

Instantly share code, notes, and snippets.

@bacilla-ru
bacilla-ru / zeal_docsets_update.py
Last active November 13, 2021 18:35
Update installed Zeal (https://github.com/zealdocs/zeal) docsets.
#!/usr/bin/env python3
import json
import os
import os.path
import shutil
import sys
import tarfile
import tempfile
import typing
import xml.etree.ElementTree as ET