Created
August 9, 2010 17:49
-
-
Save junkafarian/515784 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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