跳转到主要内容

Django的PubSubHubbub (PuSH) 支持

项目描述

Build Status

为Django提供PubSubHubbub支持。

  • 作者:Bruno Renié及贡献者

  • 许可证:BSD

用法

文档可在ReadTheDocs上找到。

贡献

PubSubHubbub规范链接:0.40.3

  • 项目在github上:https://github.com/brutasse/django-push

  • 要设置开发环境,运行

    mkvirtualenv django-push
    pip install -r requirements-dev.txt Django

    然后运行测试

    python setup.py test

使用 tox 运行所有支持的Python / Django版本组合的测试

pip install tox
tox

获取代码覆盖率统计

pip install coverage
coverage run runtests.py
coverage html
open htmlcov/index.html

由以下支持