Skip to content

Instantly share code, notes, and snippets.

@xlorepdarkhelm
xlorepdarkhelm / inventory.py
Last active August 23, 2016 22:24 — forked from epc/inventory.py
Updated to Python 3
#!/usr/bin/env python3
""" Process URL for intersphinx targets and emit html or text """
from sphinx.ext.intersphinx import read_inventory_v2
from posixpath import join
# import pprint
import argparse
# import locale
# import os
import sys