<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>PalmDB</name>
<shortdesc>Pure Python library to read/write/modify Palm PDB and PRC format databases.</shortdesc>
<description>This module allows access to Palm OS(tm) database files on the desktop 
    in pure Python.
    This version is an almost complete rewrite of the original library to
    use plugins to read/write specific formats. It also uses plugins to
    read/write XML representations of the PDB. The default format is XML, but
    it is possible to read/write other formats. If there is no plugin for the
    database type you are converting, a basic one will be used. Currently
    the plugins include Progect, Progect Project List and Palm TODO.
    Work is continuing, and I hope to provide plugins for the standard
    Palm databases, either written by other people or by myself over time.
    *Any* database will be converted to XML, but the application specific
    data will remain opaque, by providing a plugin you can turn the opaque
    data into something useful.</description>
<homepage rdf:resource="https://sourceforge.net/projects/pythonpalmdb/" />
<maintainer><foaf:Person><foaf:name>Rick Price</foaf:name>
<foaf:mbox_sha1sum>9ceba6e9d2efae9052baf21e35a62dac59737053</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.8.0</revision></Version></release>
</Project></rdf:RDF>