PubSubHubbub (PuSH) support for Django
Project Description
PubSubHubbub support for Django.
- Author: Bruno Renié and contributors
- Licence: BSD
Usage
The documentation is available on ReadTheDocs.
Contributing
Links to the PubSubHubbub specs: 0.4, 0.3.
The project is on github: https://github.com/brutasse/django-push
To setup a development environment, run:
mkvirtualenv django-push pip install -r requirements-dev.txt Django
Then run the tests:
python setup.py test
Use tox to run the tests across all supported Python / Django version combinations:
pip install tox tox
To get code coverage stats:
pip install coverage coverage run runtests.py coverage html open htmlcov/index.html
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
django_push-1.0-py2.py3-none-any.whl (16.7 kB) Copy SHA256 hash SHA256 | Wheel | py2.py3 | Apr 25, 2017 |
django-push-1.0.tar.gz (7.7 kB) Copy SHA256 hash SHA256 | Source | None | Apr 25, 2017 |