Commit graph

2 commits

Author SHA1 Message Date
Alexander Botero-Lowry
e8c8a219c0 - update to 0.2 2006-11-17 05:10:52 +00:00
Alexander Botero-Lowry
263451279b - add TagFu 0.1
TagFu is a library for tagging entities (which can be anything with
 a url) with Tags or metadata. TagFu is implemented in Python and very
 closely mimics basic Python data structures. Tags is a Python list of
 tags, Entities is a Python List of Entity objects, and Entity is a
 dict which contains all the key-value pairs for all tags associated
 to the Entity. The key is the Tag name and value is an arbitrary value,
 if no value is set, the tag is considered to be a simple tag.

 WWW: http://www.geekfire.com/~alex/tagfu/
2006-11-14 09:11:51 +00:00