Skip to main content

PubSubHubbub (PuSH) support for Django

Project description

Build Status

PubSubHubbub support for Django.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-push-1.1.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

django_push-1.1-py2.py3-none-any.whl (15.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page