{ "info": { "author": "Jef Geskens, Unleashed NV", "author_email": "operations@unleashed.be", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "django-progress\n===============\n\nA small Django App for monitoring the progress of various operations using a small and handy API.\n\nExample:\n```python\nfrom djprogress import with_progress\n\nfor item in with_progress(list_of_items, name='My hardcore processing action'):\n # heavy processing action with item\n \n # You can optionally nest multiple with_progress constructs if you want:\n for subitem in with_progress(list_of_subitems, name='Subprocessing of item'):\n # more heavy processing action with subitem\n```\n\nThere is a view included where you can get an overview of all running processes and their estimated time of completion.\nIt makes use of admin media which means that this page works out of the box. Here is an example:\n\n![django-progress overview page](https://github.com/citylive/django-progress/raw/master/django_progress.png)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/vikingco/django-progress", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-progress", "package_url": "https://pypi.org/project/django-progress/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-progress/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/vikingco/django-progress" }, "release_url": "https://pypi.org/project/django-progress/1.0.4/", "requires_dist": null, "requires_python": null, "summary": "Django Progress", "version": "1.0.4" }, "last_serial": 2851396, "releases": { "1.0.4": [ { "comment_text": "", "digests": { "md5": "61edfc0e9e1dde91108e41a3099f1819", "sha256": "3fb784596783949bda9d9b497405e785ba240b4262b414c4982b0e7f5e83c7e6" }, "downloads": -1, "filename": "django_progress-1.0.4-py2-none-any.whl", "has_sig": false, "md5_digest": "61edfc0e9e1dde91108e41a3099f1819", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16390, "upload_time": "2017-05-04T14:04:50", "url": "https://files.pythonhosted.org/packages/99/a5/d05bdcbf0756e4185dc20eec10f7467c374bbeba73faa1da4e90a04680bd/django_progress-1.0.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5e2c79da4b56582a97b8db20db8b6cd9", "sha256": "7c59d71b8579e4e1f749126d4553e0ff58b812539e2c1ca60d603243a26167bd" }, "downloads": -1, "filename": "django-progress-1.0.4.tar.gz", "has_sig": false, "md5_digest": "5e2c79da4b56582a97b8db20db8b6cd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7523, "upload_time": "2017-05-04T14:04:45", "url": "https://files.pythonhosted.org/packages/06/16/9fdadf5b3f96aac2992bc7037cd53f34f1e0dad93fb46d7f5f820d029637/django-progress-1.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "61edfc0e9e1dde91108e41a3099f1819", "sha256": "3fb784596783949bda9d9b497405e785ba240b4262b414c4982b0e7f5e83c7e6" }, "downloads": -1, "filename": "django_progress-1.0.4-py2-none-any.whl", "has_sig": false, "md5_digest": "61edfc0e9e1dde91108e41a3099f1819", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16390, "upload_time": "2017-05-04T14:04:50", "url": "https://files.pythonhosted.org/packages/99/a5/d05bdcbf0756e4185dc20eec10f7467c374bbeba73faa1da4e90a04680bd/django_progress-1.0.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5e2c79da4b56582a97b8db20db8b6cd9", "sha256": "7c59d71b8579e4e1f749126d4553e0ff58b812539e2c1ca60d603243a26167bd" }, "downloads": -1, "filename": "django-progress-1.0.4.tar.gz", "has_sig": false, "md5_digest": "5e2c79da4b56582a97b8db20db8b6cd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7523, "upload_time": "2017-05-04T14:04:45", "url": "https://files.pythonhosted.org/packages/06/16/9fdadf5b3f96aac2992bc7037cd53f34f1e0dad93fb46d7f5f820d029637/django-progress-1.0.4.tar.gz" } ] }