{ "info": { "author": "Andy Sun", "author_email": "andy_sun_sha@hotmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-fcm\n==========\n.. image:: https://badge.fury.io/py/django-fcm.svg\n :target: https://badge.fury.io/py/django-fcm\n\nFirebase Cloud Messaging Server in Django\n\nQuickstart\n----------\n\nInstall the package via ``pip``::\n\n pip install django-fcm --process-dependency-links\n \n\n\nAdd ``fcm`` to ``INSTALLED_APPS`` in ``settings.py``\n\n.. code-block:: python\n\n INSTALLED_APPS = [\n ....,\n fcm\n ]\n\nAdd ``FCM_APIKEY`` to ``settings.py`` file:\n\n.. code-block:: python\n\n FCM_APIKEY = \"\"\n\n\nAdd ``fcm urls`` to ``urls.py`` file:\n\n.. code-block:: python\n\n urlpatterns = [\n ...\n url(r'', include('fcm.urls')),\n ...\n ]\n\n\nPython 3 support\n----------------\n``django-fcm`` is fully compatible with Python 3.4 & 3.5\n\nDjango Support\n----------------\n``django-fcm`` is fully compatible with Django 1.8, 1.9 and 1.10\n\nDjango Rest Framework\n----------------\n``django-fcm`` is fully compatible with django-rest-framework 3.3.2.\n\n\nDocumentation: https://django-fcm.readthedocs.org\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://django-fcm.readthedocs.io/en/latest/", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-fcm-vp", "package_url": "https://pypi.org/project/django-fcm-vp/", "platform": "any", "project_url": "https://pypi.org/project/django-fcm-vp/", "project_urls": { "Homepage": "https://django-fcm.readthedocs.io/en/latest/" }, "release_url": "https://pypi.org/project/django-fcm-vp/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "A Django package that enables sending messages using FCM (Firebase Cloud Messaging).", "version": "0.1.3" }, "last_serial": 2508731, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "a8195dbb938637f64ff5441e47631fa6", "sha256": "96e35ff825932d9517072c70538763f2bca38d7fafb50a71e12a1b9bcc817551" }, "downloads": -1, "filename": "django-fcm-vp-0.1.3.tar.gz", "has_sig": false, "md5_digest": "a8195dbb938637f64ff5441e47631fa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7727, "upload_time": "2016-12-09T13:26:16", "url": "https://files.pythonhosted.org/packages/70/2c/928763da07e471cd9e1ee38fcb1020c8df938090290446f32e5663ddd946/django-fcm-vp-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a8195dbb938637f64ff5441e47631fa6", "sha256": "96e35ff825932d9517072c70538763f2bca38d7fafb50a71e12a1b9bcc817551" }, "downloads": -1, "filename": "django-fcm-vp-0.1.3.tar.gz", "has_sig": false, "md5_digest": "a8195dbb938637f64ff5441e47631fa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7727, "upload_time": "2016-12-09T13:26:16", "url": "https://files.pythonhosted.org/packages/70/2c/928763da07e471cd9e1ee38fcb1020c8df938090290446f32e5663ddd946/django-fcm-vp-0.1.3.tar.gz" } ] }