Welcome to pydataportability
pydataportability is a set of libraries for managing the open web. It
contains components for managing XRDS-Simple, XRD, microformats and in the future
much more.
Components
The following components are implemented to some extent today:
-
pydataportability.xrd
-
A parser for the upcoming XRD standard, defined at OASIS.
-
pydataportability.xrds
-
A parser for XRDS-Simple.
-
pydataportability.microformats
-
A parser for microformats which supports hCard and XFN
at the moment.
-
pydataportability.model.resource
-
A helper module for defining a resource description model. Used by pydataportability.xrd.
-
pydataportability.discovery
-
A module for providing a discovery function which supports the
LRDD way of obtaining a resource description. Right now it supports
only host-meta but additionally is webfinger
aware as much as it's specified yet.