{ "info": { "author": "MPA Solutions", "author_email": "info@mpasol.it", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Django Webix Sender\n===================\n\n\n.. image:: https://badge.fury.io/py/django-webix-sender.svg\n :target: https://badge.fury.io/py/django-webix-sender\n :alt: Version\n\n.. image:: https://travis-ci.org/MPASolutions/django-webix-sender.svg?branch=master\n :target: https://travis-ci.org/MPASolutions/django-webix-sender\n :alt: Build\n\n.. image:: https://codecov.io/gh/MPASolutions/django-webix-sender/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/MPASolutions/django-webix-sender\n :alt: Codecov\n\n.. image:: https://img.shields.io/github/issues/MPASolutions/django-webix-sender.svg\n :target: https://github.com/MPASolutions/django-webix-sender/issues\n :alt: Issues\n\n.. image:: https://img.shields.io/pypi/pyversions/django-webix-sender.svg\n :target: https://img.shields.io/pypi/pyversions/django-webix-sender.svg\n :alt: Py versions\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :target: https://raw.githubusercontent.com/MPASolutions/django-webix-sender/master/LICENSE\n :alt: License\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-webix-sender.readthedocs.io.\n\nQuickstart\n----------\n\nInstall Django Webix Sender:\n\n.. code-block:: bash\n\n $ pip install django-webix-sender\n\nAdd ``django-webix-sender`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = [\n # ...\n 'django_webix_sender',\n # ...\n ]\n\nAdd ``django-webix-sender`` URLconf to your project ``urls.py`` file\n\n.. code-block:: python\n\n from django.conf.urls import url, include\n\n urlpatterns = [\n # ...\n url(r'^django-webix-sender/', include('django_webix_sender.urls')),\n # ...\n ]\n\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n.. code-block:: bash\n\n $ source /bin/activate\n $ (myenv) $ pip install tox\n $ (myenv) $ tox", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MPASolutions/django-webix-sender", "keywords": "", "license": "GNU GPLv3 License", "maintainer": "", "maintainer_email": "", "name": "django-webix-sender", "package_url": "https://pypi.org/project/django-webix-sender/", "platform": "", "project_url": "https://pypi.org/project/django-webix-sender/", "project_urls": { "Homepage": "https://github.com/MPASolutions/django-webix-sender" }, "release_url": "https://pypi.org/project/django-webix-sender/0.3.6/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.3.6" }, "last_serial": 5759378, "releases": { "0.3.6": [ { "comment_text": "", "digests": { "md5": "c19738b7be41c8a804a56ced5d56264e", "sha256": "01a59ab2a151ea201506a8e90f53b94b298f1556c68e8febed98469b802d5516" }, "downloads": -1, "filename": "django-webix-sender-0.3.6.tar.gz", "has_sig": false, "md5_digest": "c19738b7be41c8a804a56ced5d56264e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39945, "upload_time": "2019-08-30T09:40:47", "url": "https://files.pythonhosted.org/packages/f9/fc/44df04df99d008f7f48b4d1f1080903a53bb315a84054fd0eccc010b2dd5/django-webix-sender-0.3.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c19738b7be41c8a804a56ced5d56264e", "sha256": "01a59ab2a151ea201506a8e90f53b94b298f1556c68e8febed98469b802d5516" }, "downloads": -1, "filename": "django-webix-sender-0.3.6.tar.gz", "has_sig": false, "md5_digest": "c19738b7be41c8a804a56ced5d56264e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39945, "upload_time": "2019-08-30T09:40:47", "url": "https://files.pythonhosted.org/packages/f9/fc/44df04df99d008f7f48b4d1f1080903a53bb315a84054fd0eccc010b2dd5/django-webix-sender-0.3.6.tar.gz" } ] }