django-channels
===============
.. image:: https://badge.fury.io/py/django-channels.svg
:target: https://pypi.python.org/pypi/django-channels/
:alt: PyPI version
.. image:: https://travis-ci.org/ymyzk/django-channels.svg?branch=master
:target: https://travis-ci.org/ymyzk/django-channels
:alt: Build Status
.. image:: https://readthedocs.org/projects/django-channels/badge/?version=latest
:target: http://django-channels.readthedocs.org/
:alt: Documentation Status
.. image:: https://codeclimate.com/github/ymyzk/django-channels/badges/gpa.svg
:target: https://codeclimate.com/github/ymyzk/django-channels
:alt: Code Climate
.. image:: https://coveralls.io/repos/ymyzk/django-channels/badge.svg?branch=master
:target: https://coveralls.io/r/ymyzk/django-channels?branch=master
:alt: Coverage Status
.. image:: https://requires.io/github/ymyzk/django-channels/requirements.svg?branch=master
:target: https://requires.io/github/ymyzk/django-channels/requirements/?branch=master
:alt: Requirements Status
django-channels is a Django library for sending notifications.
HipChat, Slack, Twitter and Yo are supported for now.
**Note:** This should not be confused with the official Django Channels
project which you can see at https://channels.readthedocs.io/.
At a Glance
-----------
After installation and configuration, you can send notifications to HipChat,
Slack, Twitter, or Yo with a following simple code:
.. code-block:: python
import channels
channels.send("Sample notification.")
See `Quickstart`_ page for more details.
Requirements
------------
Python
^^^^^^
* Python 2.7+
* Python 3.3+
* PyPy
* PyPy3
Django
^^^^^^
* Django 1.8
* Django 1.9
* Django 1.10
Installation
------------
.. code-block:: shell
pip install django-channels
Note: Please use the latest version of setuptools & pip
.. code-block:: shell
pip install -U setuptools pip
Links
-----
* `Documentation`_
* `GitHub`_
.. _Documentation: http://django-channels.readthedocs.org/
.. _GitHub: https://github.com/ymyzk/django-channels
.. _Quickstart: http://django-channels.readthedocs.org/en/latest/quickstart.html
Raw data
{
"_id": null,
"home_page": "https://github.com/ymyzk/django-channels",
"name": "django-channels",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Yusuke Miyazaki",
"author_email": "miyazaki.dev@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c2/c2/0fdebf20672aa4b007d43e6563cf7c9e3e32a3700ba548eeefdc7a84211c/django-channels-0.7.0.tar.gz",
"platform": "",
"description": "django-channels\n===============\n.. image:: https://badge.fury.io/py/django-channels.svg\n :target: https://pypi.python.org/pypi/django-channels/\n :alt: PyPI version\n.. image:: https://travis-ci.org/ymyzk/django-channels.svg?branch=master\n :target: https://travis-ci.org/ymyzk/django-channels\n :alt: Build Status\n.. image:: https://readthedocs.org/projects/django-channels/badge/?version=latest\n :target: http://django-channels.readthedocs.org/\n :alt: Documentation Status\n.. image:: https://codeclimate.com/github/ymyzk/django-channels/badges/gpa.svg\n :target: https://codeclimate.com/github/ymyzk/django-channels\n :alt: Code Climate\n.. image:: https://coveralls.io/repos/ymyzk/django-channels/badge.svg?branch=master\n :target: https://coveralls.io/r/ymyzk/django-channels?branch=master\n :alt: Coverage Status\n.. image:: https://requires.io/github/ymyzk/django-channels/requirements.svg?branch=master\n :target: https://requires.io/github/ymyzk/django-channels/requirements/?branch=master\n :alt: Requirements Status\n\ndjango-channels is a Django library for sending notifications.\nHipChat, Slack, Twitter and Yo are supported for now.\n\n**Note:** This should not be confused with the official Django Channels\nproject which you can see at https://channels.readthedocs.io/.\n\nAt a Glance\n-----------\nAfter installation and configuration, you can send notifications to HipChat,\nSlack, Twitter, or Yo with a following simple code:\n\n.. code-block:: python\n\n import channels\n\n channels.send(\"Sample notification.\")\n\nSee `Quickstart`_ page for more details.\n\nRequirements\n------------\n\nPython\n^^^^^^\n* Python 2.7+\n* Python 3.3+\n* PyPy\n* PyPy3\n\nDjango\n^^^^^^\n* Django 1.8\n* Django 1.9\n* Django 1.10\n\nInstallation\n------------\n\n.. code-block:: shell\n\n pip install django-channels\n\nNote: Please use the latest version of setuptools & pip\n\n.. code-block:: shell\n\n pip install -U setuptools pip\n\n\nLinks\n-----\n* `Documentation`_\n* `GitHub`_\n\n.. _Documentation: http://django-channels.readthedocs.org/\n.. _GitHub: https://github.com/ymyzk/django-channels\n.. _Quickstart: http://django-channels.readthedocs.org/en/latest/quickstart.html",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Django library for sending notifications",
"version": "0.7.0",
"project_urls": {
"Homepage": "https://github.com/ymyzk/django-channels"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6be7eac16a9f0faad05ef9f06e2e5edc267ebf8a61583fc61cb76403a315c027",
"md5": "35306a4b13cfc55b1a0737fcd3724167",
"sha256": "06812bda257e7b5e9786b1c205bede9ab7bd2864689ed5dc64b549086b3d3a33"
},
"downloads": -1,
"filename": "django_channels-0.7.0-py2-none-any.whl",
"has_sig": false,
"md5_digest": "35306a4b13cfc55b1a0737fcd3724167",
"packagetype": "bdist_wheel",
"python_version": "py2",
"requires_python": null,
"size": 9498,
"upload_time": "2016-10-04T07:50:57",
"upload_time_iso_8601": "2016-10-04T07:50:57.210772Z",
"url": "https://files.pythonhosted.org/packages/6b/e7/eac16a9f0faad05ef9f06e2e5edc267ebf8a61583fc61cb76403a315c027/django_channels-0.7.0-py2-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ea2db8bfeda52e60495b73cc58ac30b676fc9a39008f0c9b68a0eb529768244b",
"md5": "0f73709e989f823e26c8313a47ff8c57",
"sha256": "ceb5675ed0133bd54cc0529eb76157cc3b9ab67aceba7293ee5ac2fe4126987b"
},
"downloads": -1,
"filename": "django_channels-0.7.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0f73709e989f823e26c8313a47ff8c57",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9487,
"upload_time": "2016-10-04T07:51:31",
"upload_time_iso_8601": "2016-10-04T07:51:31.322261Z",
"url": "https://files.pythonhosted.org/packages/ea/2d/b8bfeda52e60495b73cc58ac30b676fc9a39008f0c9b68a0eb529768244b/django_channels-0.7.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c2c20fdebf20672aa4b007d43e6563cf7c9e3e32a3700ba548eeefdc7a84211c",
"md5": "e0d058dc75a08d9e9dab95b99bf00570",
"sha256": "c8bc623df4a7828c2e5ea453d0d0f066ff9b71b8c7c1a58b2f7fa86bc0bd619e"
},
"downloads": -1,
"filename": "django-channels-0.7.0.tar.gz",
"has_sig": false,
"md5_digest": "e0d058dc75a08d9e9dab95b99bf00570",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5718,
"upload_time": "2016-10-04T07:49:48",
"upload_time_iso_8601": "2016-10-04T07:49:48.797234Z",
"url": "https://files.pythonhosted.org/packages/c2/c2/0fdebf20672aa4b007d43e6563cf7c9e3e32a3700ba548eeefdc7a84211c/django-channels-0.7.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2016-10-04 07:49:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ymyzk",
"github_project": "django-channels",
"travis_ci": true,
"coveralls": true,
"github_actions": false,
"tox": true,
"lcname": "django-channels"
}