Skip to content

Instantly share code, notes, and snippets.

@epc
epc / keybase.md
Created April 15, 2015 13:36
keybase.md

Keybase proof

I hereby claim:

  • I am epc on github.
  • I am epc (https://keybase.io/epc) on keybase.
  • I have a public key whose fingerprint is EB56 BD11 9E09 9BB7 E502 A65A A779 B05D 3AC2 749B

To claim this, I am signing this object:

@epc
epc / inventory.py
Last active November 1, 2022 04:48
python script to parse sphinx objects.inv file
#!/usr/bin/env python
""" Process URL for intersphinx targets and emit html or text """
def validuri(string):
return string
from sphinx.ext.intersphinx import read_inventory_v2
from posixpath import join
import pprint
import argparse