# -*-n3-*- @prefix dc: . @prefix dcterms: . @prefix doap: . @prefix asc: . <> dc:identifier "$Id: Changes,v 1.1 2006/01/28 23:13:14 asc Exp $" ; dc:description "A simple Python interface to the Upcoming.org REST API." ; dcterms:references . dcterms:isVersionOf ; doap:Version [ doap:revision "0.1" ; doap:created "2006-01-28" ; ]; asc:changes [ asc:commit "Initial public release." ; ] . a doap:Project ; doap:download-page "http://aaronland.info/python/pyupcoming/" ; doap:download-mirror "" .