xrds解析器

pydataportability.xrds的Python项目详细描述


pydataportability.xrds

pydataportability.xrdsXRDS-Simple的解析器

有关pydataportability的更多信息,请签出 this blog post

安装

使用setuptools安装,例如(在virtualenv中):

$ easy_install pydataportability.xrds

源代码和报告错误

访问http://code.google.com/p/pydataportability/

0.2(2009-09-08)

文件

  • ^{tt2}$ and ^{tt3}$ have been added

功能

  • Some basic tests using py.test have been added

错误修复

  • 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)

向后不兼容

  • localid can occur multiple times with different priorities. We just checked for a single element without a priority. A new ^{tt4}$ class which holds the id and the priority has been added and will be returned as ^{tt5}$ attribute on the ^{tt6}$ class.
  • priorities will now be always converted to integers or to ^{tt7}$ in case the value is ^{tt8}$.
  • the ^{tt9}$ attribute of the ^{tt10}$ class has been renamed to ^{tt11}$
  • the default value for ^{tt11}$ parameters in constructors has been changed from ^{tt13}$ to ^{tt7}$.

0.1(2008-04-19)

初始版本

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
用于批量操作的java RESTful API分块响应   java读取在线存储的文本文件   在Java ME中将双精度舍入到小数点后5位   java查找一个数字的最接近因子   java更改JMenuBar的字体   java Kmeans聚类算法运行时间和复杂性   java是否可以阻止try catch返回null   java内容解析器指向具有正确URI的错误表   java Android Kotlin插装测试未被识别为插装测试   java TestNG@Dataprovider   在forloop和print语句中声明变量时发生java错误   java在Android Studio 3中设置JNI