pydataportability.xrds 0.2
An XRDS parser
pydataportability.xrds
pydataportability.xrds is a parser for XRDS-Simple
For more information about pydataportability check out this blog post
Installation
Install using setuptools, e.g. (within a virtualenv):
$ easy_install pydataportability.xrds
Source Code and reporting bugs
0.2 (2009-09-08)
Documentation
- CHANGES.txt and README.txt have been added
Features
- Some basic tests using py.test have been added
Bugfixes
- upper- and lowercase namespaces are not recognized, see issue 3: issue 3; thanks to scherpenisse for the patch
- service priorities and URI priorities have been mixed previously resulting in the service priority always being the last URI priority to be found, this is fixed now.
- ElementTree import is made more stable to check for alternative locations (see issue 4)
Backwards Incompatibilities
- localid can occur multiple times with different priorities. We just checked for a single element without a priority. A new LocalID class which holds the id and the priority has been added and will be returned as localids attribute on the Service class.
- priorities will now be always converted to integers or to None in case the value is null.
- the prio attribute of the URI class has been renamed to priority
- the default value for priority parameters in constructors has been changed from 0 to None.
0.1 (2008-04-19)
initial release
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| pydataportability.xrds-0.2.tar.gz (md5) | Source | 2009-09-08 | 4KB | 558 | |
- Author: Christian Scholz
- Home Page: http://mrtopf.de/blog
- Keywords: dataportability xrds simple parser
- License: BSD
- Categories
- Package Index Owner: mrtopf
- DOAP record: pydataportability.xrds-0.2.xml
