{ "info": { "author": "tshabs", "author_email": "yourname@example.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "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": "===============================================\n django-crossbar - Crossbar.io Integration for Django\n===============================================\n\n.. image:: diagram.png\n\n:Version: 0.1\n:Web: https://git.atm4coin.com/root/django-crossbar/\n:Download: http://pypi.python.org/pypi/django-crossbar/\n:Source: https://git.atm4coin.com/root/django-crossbar/\n:Keywords: crossbar, django, celery, python\n\n--\n\nWARNING\n=======\n\nThis software is experimental and incomplete!\n\nOverview\n========\n\nAll RPC + Pubsub activites are handled by celery tasks, of which there are several types.\n\nThe first is a classic celery task where you can write your own code (CROSSBAR_CELERY_TASKS).\nThe rest are generic celery tasks to acieve object_list, object_detail, object_update & object create (for database objects). \n\nThese are all sepecified in django settings.py file\n\n\nInstallation\n=============\n\nYou can install ``django-crossbar`` either via the Python Package Index (PyPI)\nor from source.\n\nTo install using ``pip``,::\n\n $ pip install django-crossbar\n\nOR from source\n\n $ pip install git+https://git.atm4coin.com/root/django-crossbar.git\n\nAdd \"djcb\" and \"djcelery\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'djcelery',\n 'djcb',\n ]\n\nDo crossbar / django-crossbar setup\n\n ./manage.py djcb_init\n\nRun your project with:\n\n $ crossbar start\n\n\nNote: You need to make sure prerequisites for celery etc are setup (message broker etc)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://git.atm4coin.com/root/django-crossbar/", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-crossbar", "package_url": "https://pypi.org/project/django-crossbar/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-crossbar/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://git.atm4coin.com/root/django-crossbar/" }, "release_url": "https://pypi.org/project/django-crossbar/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Crossbar.io Integration for Django.", "version": "0.1.1" }, "last_serial": 2361587, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e34977df97e566a3d39ddf82668fe6ab", "sha256": "afa5404ec52756098b7ca3227ca156943ecace64cf4faf57fb3141a478efdd6a" }, "downloads": -1, "filename": "django-crossbar-0.1.tar.gz", "has_sig": false, "md5_digest": "e34977df97e566a3d39ddf82668fe6ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4302, "upload_time": "2016-09-24T00:53:47", "url": "https://files.pythonhosted.org/packages/4f/67/843ac60d524697a41feff544720e2aa6f254ba7bc6acb61f371b009d7136/django-crossbar-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5736f6986c207fccc9e35ce4962a5291", "sha256": "4d4980c50a67bd20fafb80b7f7e98b5a88f406ddaa3a4045dadf6eeaae8ca0ac" }, "downloads": -1, "filename": "django-crossbar-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5736f6986c207fccc9e35ce4962a5291", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8384, "upload_time": "2016-09-24T18:06:10", "url": "https://files.pythonhosted.org/packages/f9/92/2b108377c1512fbda3f4f75fe081251ff69841bdae719b64ded40d7a1b40/django-crossbar-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5736f6986c207fccc9e35ce4962a5291", "sha256": "4d4980c50a67bd20fafb80b7f7e98b5a88f406ddaa3a4045dadf6eeaae8ca0ac" }, "downloads": -1, "filename": "django-crossbar-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5736f6986c207fccc9e35ce4962a5291", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8384, "upload_time": "2016-09-24T18:06:10", "url": "https://files.pythonhosted.org/packages/f9/92/2b108377c1512fbda3f4f75fe081251ff69841bdae719b64ded40d7a1b40/django-crossbar-0.1.1.tar.gz" } ] }