{ "info": { "author": "James Pic", "author_email": "jpic@yourlabs.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Install\n=======\n\npip install django-call\n\nAdd djcall to INSTALLED_APPS and migrate.\n\nExample project\n===============\n\nSetup example project::\n\n djcall-example collectstatic\n djcall-example migrate\n djcall-example createsuperuser\n\nRun with runserver::\n\n djcall-example runserver\n\nOr with uWSGI::\n\n uwsgi --env DJANGO_SETTINGS_MODULE=djcall_example.settings --env DEBUG=1 --spooler=/spooler/stat --spooler=/spooler/mail --spooler-processes 1 --http=:8000 --plugin=python --module=djcall_example.wsgi:application --honour-stdin --static-map /static=static\n\nHistory\n=======\n\nFirst made a dead simple pure python generic spooler for uwsgi:\nhttps://gist.github.com/jpic/d28333b0573c3c555fbe6e55862ecddb\n\nThe made a first implementation including CRUDLFA+ support:\nhttps://github.com/yourlabs/django-uwsgi-spooler\n\nThis version adds:\n\n- Cron model and support for uWSGI cron, can't add/remove them without restart,\n but can change kwargs and options online\n- CRUDLA+ support is on hold waiting for what's currently in\n https://github.com/tbinetruy/CHIP because i don't want to build crud support\n here with templates because of the debt this will add, it's time to use\n components in CRUDLFA+ to make the CRUD for Cron/Background tasks awesome", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://yourlabs.io/oss/djcall", "keywords": "django uwsgi cache spooler", "license": "", "maintainer": "", "maintainer_email": "", "name": "djcall", "package_url": "https://pypi.org/project/djcall/", "platform": "", "project_url": "https://pypi.org/project/djcall/", "project_urls": { "Homepage": "https://yourlabs.io/oss/djcall" }, "release_url": "https://pypi.org/project/djcall/0.3.0/", "requires_dist": null, "requires_python": "", "summary": "Leverage uWSGI spooler and cron in Django", "version": "0.3.0" }, "last_serial": 4433642, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "acbb496679ca4fd542949fccf9c34f20", "sha256": "61753311b77d607e09ad0ea9e98becad459858d294f956874bf783eba09d31e0" }, "downloads": -1, "filename": "djcall-0.2.1.tar.gz", "has_sig": false, "md5_digest": "acbb496679ca4fd542949fccf9c34f20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9631, "upload_time": "2018-10-08T12:04:57", "url": "https://files.pythonhosted.org/packages/6b/97/c12bd644ec5667fce0cee24639ca1d0eca6e7f91a1a180b8135165b7e22c/djcall-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "8b81ae69bb947a8caf66e4c76d3cb0e7", "sha256": "ce3369f111be28e3e52ff4d2619a04f750826b149b719452757b8e270cc6d2b3" }, "downloads": -1, "filename": "djcall-0.2.2.tar.gz", "has_sig": false, "md5_digest": "8b81ae69bb947a8caf66e4c76d3cb0e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8811, "upload_time": "2018-10-08T12:09:32", "url": "https://files.pythonhosted.org/packages/81/d0/cd46cbc0e98ff5cca0c37cf138147d2c2a432f02ebb058bf4c039d815837/djcall-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "7fa4a8e2336f3444050618c087f75a94", "sha256": "84d73a92915b8ee0159ab4d6b7dff5ebfc7a361a98d9562b19f353059ef20c8d" }, "downloads": -1, "filename": "djcall-0.3.0.tar.gz", "has_sig": false, "md5_digest": "7fa4a8e2336f3444050618c087f75a94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8854, "upload_time": "2018-10-30T23:09:54", "url": "https://files.pythonhosted.org/packages/17/56/40925926c9b8702eeeefe6e94b59be83f65e20ab9ab571f0e324e9364a1b/djcall-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7fa4a8e2336f3444050618c087f75a94", "sha256": "84d73a92915b8ee0159ab4d6b7dff5ebfc7a361a98d9562b19f353059ef20c8d" }, "downloads": -1, "filename": "djcall-0.3.0.tar.gz", "has_sig": false, "md5_digest": "7fa4a8e2336f3444050618c087f75a94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8854, "upload_time": "2018-10-30T23:09:54", "url": "https://files.pythonhosted.org/packages/17/56/40925926c9b8702eeeefe6e94b59be83f65e20ab9ab571f0e324e9364a1b/djcall-0.3.0.tar.gz" } ] }