Skip to content

Instantly share code, notes, and snippets.

View xlorepdarkhelm's full-sized avatar
🏠
Working from home

Cliff Hill xlorepdarkhelm

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am xlorepdarkhelm on github.
  • I am xlorepdarkhelm (https://keybase.io/xlorepdarkhelm) on keybase.
  • I have a public key ASDfqq-XS_BkbriKxbyvCaFtLuJ4sDEefafoeyeXb5Cgzwo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am xlorepdarkhelm on github.
  • I am xlorep (https://keybase.io/xlorep) on keybase.
  • I have a public key ASBHxzr6MH0G8-7zrjZ6D72wzjd10HS6ak_5tflNpMD6Iwo

To claim this, I am signing this object:

@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