Skip to content

Instantly share code, notes, and snippets.

@edsu
Created May 27, 2011 13:41
Show Gist options
  • Select an option

  • Save edsu/995270 to your computer and use it in GitHub Desktop.

Select an option

Save edsu/995270 to your computer and use it in GitHub Desktop.
ptree usage
>>> import ptree
>>> ptree.id2ptree("info:lccn/hahah/motherhubbard")
'/in/fo/+l/cc/n=/ha/ha/h=/mo/th/er/hu/bb/ar/d/'
>>> ptree.ptree2id("/in/fo/+l/cc/n=/ha/ha/h=/mo/th/er/hu/bb/ar/d/")
u'info:lccn/hahah/motherhubbard'
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment