Skip to content

Instantly share code, notes, and snippets.

@junkafarian
Created August 9, 2010 17:49
Show Gist options
  • Save junkafarian/515784 to your computer and use it in GitHub Desktop.
Save junkafarian/515784 to your computer and use it in GitHub Desktop.
class IProfileMetadata(Interface):
""" Provides contextual profile metadata
"""
title = Attribute(u'Profile title')
description = Attribute(u'Profile description')
biography = Attribute(u'Profile biography')
image = Attribute(u'Profile image')
url = Attribute(u'The url to the profile page')
dq = Attribute(u'The user\'s Design Quotient')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment