{ "info": { "author": "Josue Gomez", "author_email": "jgomez@jesrat.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Django Process\n\nIts a reusable app for execute scrits in workflows with dependecies\nNEW VERSION 4.6 it allows you to use the complete app from the admin site with the graphics and custom actions\n\n## Table of Contents\n* [usage](#usage)\n* [tips](#tips)\n * [execution of the processes](#exec)\n * [frequency of the process](#freq)\n * [render job/process workflow](#render-diagram)\n * [task placement in diagram](#task-placement)\n * [start job on demand](#job-start)\n * [reopen task for execution in cascade](#task-reopen)\n * [access to django builtins](#access-django)\n\n\n## Usage: \n* pip install django-process\n* add 'process' to installed apps\n* makemigrations and migrate them\n* create a Process and Tasks which belong to the process.\n(The Job is an instance executed of the process, JobTask is an instance executed of the Task you must not create manually any of them !) \n* (optional) you can create dependencies of the tasks for they to run sequentially, if you don't create dependencies the tasks will start all at once\n* execute python manage.py run_jobs \n\n\n# TIPS: \n## execution of the processes \njust as simple as\n```pycon\n>>> python manage.py run_jobs\n```\n\n## frequency of the process \nThe process have a crontab-like configuration for set the frequency.\nLets take the attribute minute for example. You can:\n* use * for all minutes\n* specify a list of minutes 1,3,5,8,25,59\n* specify a range of minutes 1-30\n* combine list and ranges example 1,3,5,8,4-9 will be expanded to: 1,3,4,5,6,7,8,9\n* for the moment it doesnt accept fractions using the / char\n\nyou can use any of those above for the five attributes just like a crontab.\n##### the start job process runs each minute while the tasks manager its always online. \n\n\n## render process or job object as an workflow diagram \nin your html code you can render a Process as an image workflow\n* {% load process_diagram %} in your html for use the diagram templatetag\n* {% include \"process/dj-process.html\" %} in your html for include the CSS and JS\n* {{ object|diagram }} to render the object\n```html\n{% load process_diagram %}\n\n\n
\n {% include \"process/dj-process.html\" %}\n \n\n\n\n\n## placing a task in an workflow diagram \nTask objects have two attributes: level & offset you can place a task in a workflow diagram using those attributes\nlevels are vertical placement while offset are horizontal placements\n* level: the value for level starts on 0 you can create as many levels as you want in workflow diagram\n* offset: its a percentaje 0% will place your task in the middle 25% places to the right while -25% place the task to the left\n\n\n## starting a Job and its tasks on demand \nThe job needs a Process parent to be instanced:\n```pycon\n>>> process = Process.objects.all()[0]\n>>> job, tasks = Job.create(process)\n```\nthis will create the job for the process and also the tasks if the runner is online it will execute immediate\nall the tasks created sequentially if you have defined dependencies for them or all at once if you have not\n\n\n## reopen task for execution in cascasde \nyou can reopen a task that has been executed already:\n```pycon\n>>> task = JobTask.objects.all()[0]\n>>> task.reopen(main=True)\n```\nthis will reopen the job task for execution again and it will set status awaiting for the childs in CASCADE\n\n## access to django builtins \nIf you want to use django functions or access models and their methods in a task-script\n\nyou need first import process.env example:\n```pycon\nimport process.env\nfrom yourapp.models import CustomModel\n\nobjects = CustomModel.objects.all()\nfor obj in objects:\n print(obj)\n```\nif you do not import process.env you will get an error trying to access django\n\n## this short tutorial does not covers all the power for the app. I will be adding more examples\n## if you got doubts or questions don't hesitate send me a mail or create an issue im always online \n[mail the author](mailto:jgomez@jesrat.com)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Jesrat/django-process", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-process", "package_url": "https://pypi.org/project/django-process/", "platform": "", "project_url": "https://pypi.org/project/django-process/", "project_urls": { "Homepage": "https://github.com/Jesrat/django-process" }, "release_url": "https://pypi.org/project/django-process/4.7.6/", "requires_dist": null, "requires_python": "", "summary": "An app for create process workflows and schedule tasks on django", "version": "4.7.6", "yanked": false, "yanked_reason": null }, "last_serial": 12885780, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "ac73c09a6af9f9974a298976915aad9d", "sha256": "e5c03c75c5df2af133a806ddff17d169d740e0ea1896effa502138c69d837b61" }, "downloads": -1, "filename": "django-process-1.0.tar.gz", "has_sig": false, "md5_digest": "ac73c09a6af9f9974a298976915aad9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1271, "upload_time": "2019-09-16T15:43:36", "upload_time_iso_8601": "2019-09-16T15:43:36.839512Z", "url": "https://files.pythonhosted.org/packages/6d/a4/dd7cc30c7f9a0421604fe00f015e3991efbef9b6559effe42fda98deeebc/django-process-1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0": [ { "comment_text": "", "digests": { "md5": "ac487bda2139f6606c326f8e90a3deb8", "sha256": "411197759e7dd63b7463e2571a05ac7c20faf6a1bdfbe375475a7de92ef8ebfd" }, "downloads": -1, "filename": "django-process-2.0.tar.gz", "has_sig": false, "md5_digest": "ac487bda2139f6606c326f8e90a3deb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3581, "upload_time": "2019-09-16T22:56:19", "upload_time_iso_8601": "2019-09-16T22:56:19.551603Z", "url": "https://files.pythonhosted.org/packages/a6/b0/31b5e4f1e78248305b3ac2dd5415eeb44ec7af35db2446d0eb6dc0100d71/django-process-2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1": [ { "comment_text": "", "digests": { "md5": "ad1854d3101b446ae9beb7d86d652786", "sha256": "7e1dc3620b935533d8c3721485da3bd6b6960e74ad859c2cc58ed5716331c8f5" }, "downloads": -1, "filename": "django-process-2.1.tar.gz", "has_sig": false, "md5_digest": "ad1854d3101b446ae9beb7d86d652786", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4840, "upload_time": "2019-09-16T23:09:15", "upload_time_iso_8601": "2019-09-16T23:09:15.353072Z", "url": "https://files.pythonhosted.org/packages/1c/e6/35e596a79cb9142c4c514b846491dd2d3fa0807997eb48b874d767b062ac/django-process-2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2": [ { "comment_text": "", "digests": { "md5": "291be2c3dffa20cb2e1e021a5fcac26e", "sha256": "3ec8a73e2442373d1b52c4bc9cf8c8428827aea31bce1d05e6284849854a7d38" }, "downloads": -1, "filename": "django-process-2.2.tar.gz", "has_sig": false, "md5_digest": "291be2c3dffa20cb2e1e021a5fcac26e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5159, "upload_time": "2019-09-17T15:47:54", "upload_time_iso_8601": "2019-09-17T15:47:54.379628Z", "url": "https://files.pythonhosted.org/packages/66/fb/da6652e25c08c9d2f335a9a84dd3f3a7ce239c1103ef404f9b4e006892b5/django-process-2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0": [ { "comment_text": "", "digests": { "md5": "586d19772696fb833b6dc51ed1a66024", "sha256": "b85e57f5452f8bc09fc3653ea426891dcba6d2275ec13675f5f03c4b3e56e80e" }, "downloads": -1, "filename": "django-process-3.0.tar.gz", "has_sig": false, "md5_digest": "586d19772696fb833b6dc51ed1a66024", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5157, "upload_time": "2019-09-17T17:06:42", "upload_time_iso_8601": "2019-09-17T17:06:42.804794Z", "url": "https://files.pythonhosted.org/packages/3f/86/d78d25c866f041fbb86243ce306d7de3c57b9eba3dd1f1e7caa3298b55db/django-process-3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1": [ { "comment_text": "", "digests": { "md5": "c38cb2efbfc0d66dd81b83dc8307df19", "sha256": "54b7dd37184f60c0141d0ee7cb5c24be39fa8ff23286fc13238f92003e7f8f21" }, "downloads": -1, "filename": "django-process-3.1.tar.gz", "has_sig": false, "md5_digest": "c38cb2efbfc0d66dd81b83dc8307df19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5156, "upload_time": "2019-09-17T17:47:45", "upload_time_iso_8601": "2019-09-17T17:47:45.481121Z", "url": "https://files.pythonhosted.org/packages/19/55/a42398e6793974d3bfd03516327dac0a9c879dd1b619f42e0072bdef7768/django-process-3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2": [ { "comment_text": "", "digests": { "md5": "2f5b62dc19af68c339e2a5153cb395ab", "sha256": "cc0143ebd4b768b80156987adfea81aa33bbaa65aba6564f85bb25f7c0753396" }, "downloads": -1, "filename": "django-process-3.2.tar.gz", "has_sig": false, "md5_digest": "2f5b62dc19af68c339e2a5153cb395ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6678, "upload_time": "2019-09-17T20:16:05", "upload_time_iso_8601": "2019-09-17T20:16:05.183079Z", "url": "https://files.pythonhosted.org/packages/e3/82/405f6c0a242335ac874dcd07697423cf3ac3b5f572f376e3f652f46d6dfc/django-process-3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.3": [ { "comment_text": "", "digests": { "md5": "0566836c163458f0ce57aad74c0b8d41", "sha256": "f72e03637b584c3f0f8d2332f022871ebc489803d7e02c98c8cdbc85f0dc9afc" }, "downloads": -1, "filename": "django-process-3.3.tar.gz", "has_sig": false, "md5_digest": "0566836c163458f0ce57aad74c0b8d41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6676, "upload_time": "2019-09-17T20:33:03", "upload_time_iso_8601": "2019-09-17T20:33:03.239555Z", "url": "https://files.pythonhosted.org/packages/cb/1e/6015d7f71ae36dd00e01cf212480e08dcd4d99bbcd5b08922ab22f6b2afd/django-process-3.3.tar.gz", "yanked": false, "yanked_reason": null } ], "3.4.0": [ { "comment_text": "", "digests": { "md5": "d476c235d7a93cebda3fdf5f3a0a4394", "sha256": "62127062a0b2f0c2888c1ebcece48b255392efd25be8326d8184554a106a209d" }, "downloads": -1, "filename": "django-process-3.4.0.tar.gz", "has_sig": false, "md5_digest": "d476c235d7a93cebda3fdf5f3a0a4394", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6693, "upload_time": "2019-09-17T21:36:31", "upload_time_iso_8601": "2019-09-17T21:36:31.277357Z", "url": "https://files.pythonhosted.org/packages/73/88/5c51f62d621c320ccba510709f5d8e2879fec35e84071e6efce3be9b6853/django-process-3.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5": [ { "comment_text": "", "digests": { "md5": "ddec18424190a11c8196e7c2d20b8b58", "sha256": "8310af9d4f66b102031eb403012723bbec9088424d40cd58f52285dc0161ae89" }, "downloads": -1, "filename": "django-process-3.5.tar.gz", "has_sig": false, "md5_digest": "ddec18424190a11c8196e7c2d20b8b58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6692, "upload_time": "2019-09-17T21:43:39", "upload_time_iso_8601": "2019-09-17T21:43:39.207306Z", "url": "https://files.pythonhosted.org/packages/63/e7/24771caa132d57fa1c2544cef21d4af43e9fe6877a58972f71971da4c9b0/django-process-3.5.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.1": [ { "comment_text": "", "digests": { "md5": "8cc801cf1c0e6c50711be6ce987a795c", "sha256": "edca295c0e050694e8d0674cd6c269bfed46c3e2424595ce8d8a016d267130d8" }, "downloads": -1, "filename": "django-process-3.5.1.tar.gz", "has_sig": false, "md5_digest": "8cc801cf1c0e6c50711be6ce987a795c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6735, "upload_time": "2019-09-17T21:53:25", "upload_time_iso_8601": "2019-09-17T21:53:25.397302Z", "url": "https://files.pythonhosted.org/packages/54/f2/fab826033ef4b56507324cd54c9350bc82c318290c4135cedd03005b5cb5/django-process-3.5.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.2": [ { "comment_text": "", "digests": { "md5": "e7b948b5582159d6b7f4aee36f49d4e0", "sha256": "500c968eef82071a5b6f0dc73f7bf721384d104ce400b332ae42c9b8ffaf0683" }, "downloads": -1, "filename": "django-process-3.5.2.tar.gz", "has_sig": false, "md5_digest": "e7b948b5582159d6b7f4aee36f49d4e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6772, "upload_time": "2019-09-17T21:59:25", "upload_time_iso_8601": "2019-09-17T21:59:25.777903Z", "url": "https://files.pythonhosted.org/packages/25/26/625655d49fc4a444039296965a732c43f6f28ed0429a784da86d8ffa127e/django-process-3.5.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.3": [ { "comment_text": "", "digests": { "md5": "f8c4883a95fcad6f7e0acd66d226a3bd", "sha256": "14518c3cb3aec8a0c75fe9762c5422226039b1bc3b5a3bf45b40a0c1897fd180" }, "downloads": -1, "filename": "django-process-3.5.3.tar.gz", "has_sig": false, "md5_digest": "f8c4883a95fcad6f7e0acd66d226a3bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105061, "upload_time": "2019-09-17T22:09:08", "upload_time_iso_8601": "2019-09-17T22:09:08.910529Z", "url": "https://files.pythonhosted.org/packages/31/b4/028da75f3f3f041aef8eb429ac3dc111761c46ed3a66ca20f11352245993/django-process-3.5.3.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.4": [ { "comment_text": "", "digests": { "md5": "1bc9bd3e9e00773889c569741384e8ed", "sha256": "af43d3241934c2bc9405920cf467e491a07dced174c6e2c74017070a308b1e3e" }, "downloads": -1, "filename": "django-process-3.5.4.tar.gz", "has_sig": false, "md5_digest": "1bc9bd3e9e00773889c569741384e8ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105152, "upload_time": "2019-09-17T22:47:37", "upload_time_iso_8601": "2019-09-17T22:47:37.530801Z", "url": "https://files.pythonhosted.org/packages/c7/e4/fdda3fb78ebe378aa57f9b2bf7a766209ec3f046088920866cb686302816/django-process-3.5.4.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.5": [ { "comment_text": "", "digests": { "md5": "4a864c5e6c78641ec97328cf650536a6", "sha256": "6c50a4947bc3afcc8e27f8f4ccdfeac8544f57d6796944f6fe6256879c56d23b" }, "downloads": -1, "filename": "django-process-3.5.5.tar.gz", "has_sig": false, "md5_digest": "4a864c5e6c78641ec97328cf650536a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105162, "upload_time": "2019-09-17T23:25:20", "upload_time_iso_8601": "2019-09-17T23:25:20.978776Z", "url": "https://files.pythonhosted.org/packages/5f/75/df72527f3575df8d30043b814c0f31c90d7936c2fc167f8169ad0eab4852/django-process-3.5.5.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "14353dfc8eb0b118b113d090214df4e3", "sha256": "600cce697d53679cc023723982585a30deafc2378e7dda4921ed99ceff0be9e1" }, "downloads": -1, "filename": "django-process-4.0.0.tar.gz", "has_sig": false, "md5_digest": "14353dfc8eb0b118b113d090214df4e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105537, "upload_time": "2019-09-18T14:58:37", "upload_time_iso_8601": "2019-09-18T14:58:37.863429Z", "url": "https://files.pythonhosted.org/packages/46/0e/1fd9c920c8aa519bd786c860c6b432ac63586e92dfa4a79d9c9e02e6f5b9/django-process-4.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "aa5a5ca9ec6bd2a380980a835af76e6a", "sha256": "76b90452ce549ee57c841291f286b0300f1d9a0a9bddbdadba1e6a2ab45549b2" }, "downloads": -1, "filename": "django-process-4.0.1.tar.gz", "has_sig": false, "md5_digest": "aa5a5ca9ec6bd2a380980a835af76e6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108271, "upload_time": "2019-09-18T16:13:32", "upload_time_iso_8601": "2019-09-18T16:13:32.234958Z", "url": "https://files.pythonhosted.org/packages/c7/cf/a0873c8c7ec0abebcdc84f7ae0bd06e246ea2dd4d6c555f0c4cb6bc15939/django-process-4.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.2": [ { "comment_text": "", "digests": { "md5": "8ac7c38a4d14a9bd7286ef6dd46019d4", "sha256": "558cb6ed03090d89d5c9a0adadee07abfbebf52f08c19038627f8f46e363b06b" }, "downloads": -1, "filename": "django-process-4.0.2.tar.gz", "has_sig": false, "md5_digest": "8ac7c38a4d14a9bd7286ef6dd46019d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108956, "upload_time": "2019-09-18T17:06:18", "upload_time_iso_8601": "2019-09-18T17:06:18.421459Z", "url": "https://files.pythonhosted.org/packages/65/11/8f565021dff6b482dacfc4cd7f24d50a5924ccff0677669a9b1a33479f70/django-process-4.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "4.1.0": [ { "comment_text": "", "digests": { "md5": "a9bf9101dc29c463804eff776563b4a3", "sha256": "c9dbcb75982712435cb2e68baf1508983cbe35492f353a2722954c9c8748415c" }, "downloads": -1, "filename": "django-process-4.1.0.tar.gz", "has_sig": false, "md5_digest": "a9bf9101dc29c463804eff776563b4a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108969, "upload_time": "2019-09-18T17:23:18", "upload_time_iso_8601": "2019-09-18T17:23:18.030318Z", "url": "https://files.pythonhosted.org/packages/f5/50/228b4377b96a6d2c0a6e731f9bf328e5c8279ac0e241d950543e51a120ca/django-process-4.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "4.1.1": [ { "comment_text": "", "digests": { "md5": "cd4ed25ac42aee45c6faae0c4b89329b", "sha256": "3b37460946d06915cb99d99571e40a5689bbfd7a5b0f5943fa674118bd9b9f07" }, "downloads": -1, "filename": "django-process-4.1.1.tar.gz", "has_sig": false, "md5_digest": "cd4ed25ac42aee45c6faae0c4b89329b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108981, "upload_time": "2019-09-18T17:27:03", "upload_time_iso_8601": "2019-09-18T17:27:03.795301Z", "url": "https://files.pythonhosted.org/packages/90/79/b4ba6cf99538cda6b0192f2af328daff831f7162d67641c1fca08aa09b6e/django-process-4.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.1.2": [ { "comment_text": "", "digests": { "md5": "1957e79e00effcaec98efb11ec9531b4", "sha256": "fea56bb07f1ce3997ce7c7650256ab33d4d658826fb9bee36e744774ccdf4fe0" }, "downloads": -1, "filename": "django-process-4.1.2.tar.gz", "has_sig": false, "md5_digest": "1957e79e00effcaec98efb11ec9531b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108981, "upload_time": "2019-09-18T17:34:33", "upload_time_iso_8601": "2019-09-18T17:34:33.026339Z", "url": "https://files.pythonhosted.org/packages/61/c9/c8fbb0cc769176cfeb6f20ef3fd50d901b518c8cf3f6001efce622d0ce2f/django-process-4.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "4.2.2": [ { "comment_text": "", "digests": { "md5": "a3a41fd80c839543e7c8800e1af180f3", "sha256": "557aedd8e15852da7b15810a7cde11985a1f160767445f279a66918a25e265f8" }, "downloads": -1, "filename": "django-process-4.2.2.tar.gz", "has_sig": false, "md5_digest": "a3a41fd80c839543e7c8800e1af180f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 475214, "upload_time": "2019-09-24T15:09:54", "upload_time_iso_8601": "2019-09-24T15:09:54.306966Z", "url": "https://files.pythonhosted.org/packages/72/3c/8e7254f2feb382fd6ddef0c393f70d2ed86717b0588d5b06c403f0253ebc/django-process-4.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "4.2.3": [ { "comment_text": "", "digests": { "md5": "cb6a514b478482072282518a2e025660", "sha256": "c3ce5ca264faf3617578aa8e32bc10462cdaaa097c3c624f4c329d340a5a8d80" }, "downloads": -1, "filename": "django-process-4.2.3.tar.gz", "has_sig": false, "md5_digest": "cb6a514b478482072282518a2e025660", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 475232, "upload_time": "2019-09-24T16:48:55", "upload_time_iso_8601": "2019-09-24T16:48:55.155004Z", "url": "https://files.pythonhosted.org/packages/f7/02/ed10f736db18abff69971c8c91a135601e4409a0c3d03de9bc51902bab0e/django-process-4.2.3.tar.gz", "yanked": false, "yanked_reason": null } ], "4.2.4": [ { "comment_text": "", "digests": { "md5": "1496fecea461a2e324395dc90f580c27", "sha256": "66521a2d1b57ea31e516ae8d3313ad4d7ad549e1de6948f5d9657f298a96aaf5" }, "downloads": -1, "filename": "django-process-4.2.4.tar.gz", "has_sig": false, "md5_digest": "1496fecea461a2e324395dc90f580c27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 554450, "upload_time": "2019-09-25T19:27:51", "upload_time_iso_8601": "2019-09-25T19:27:51.766782Z", "url": "https://files.pythonhosted.org/packages/fc/f1/14af5194ea3be87e39317ce9b3b247fc9cb7aadeaba82392082b05c24428/django-process-4.2.4.tar.gz", "yanked": false, "yanked_reason": null } ], "4.2.5": [ { "comment_text": "", "digests": { "md5": "9811bfc32323befaa9afc2101037496d", "sha256": "aca28faff88235aacd20ba27adcc76b86e4753d7c2b20a661992896ac6789a33" }, "downloads": -1, "filename": "django-process-4.2.5.tar.gz", "has_sig": false, "md5_digest": "9811bfc32323befaa9afc2101037496d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 554419, "upload_time": "2019-09-25T19:38:14", "upload_time_iso_8601": "2019-09-25T19:38:14.197238Z", "url": "https://files.pythonhosted.org/packages/e7/83/3d923743ff413a57418ea5e5b203e70896ac278951471301186ff166b232/django-process-4.2.5.tar.gz", "yanked": false, "yanked_reason": null } ], "4.2.6": [ { "comment_text": "", "digests": { "md5": "d7af7b964280a575200577f30ffcd02f", "sha256": "9e46b0474945bb6513c0fc7183d82d3e2fe6940bb48fde3ca971c32ac99df37b" }, "downloads": -1, "filename": "django-process-4.2.6.tar.gz", "has_sig": false, "md5_digest": "d7af7b964280a575200577f30ffcd02f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 554431, "upload_time": "2019-09-25T21:46:48", "upload_time_iso_8601": "2019-09-25T21:46:48.942781Z", "url": "https://files.pythonhosted.org/packages/0d/e0/4305b344ecea06c8b62f02a7aa77b6b21b073ae6615847196c7a6e1210a1/django-process-4.2.6.tar.gz", "yanked": false, "yanked_reason": null } ], "4.2.7": [ { "comment_text": "", "digests": { "md5": "960ef9fa325064c5e6ca2d5a62ba2a85", "sha256": "126c807c1251ccd32d8b26d6206677ff95e2696a1441164c7b603bd2e3cf761f" }, "downloads": -1, "filename": "django-process-4.2.7.tar.gz", "has_sig": false, "md5_digest": "960ef9fa325064c5e6ca2d5a62ba2a85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 554608, "upload_time": "2019-09-27T17:23:03", "upload_time_iso_8601": "2019-09-27T17:23:03.982202Z", "url": "https://files.pythonhosted.org/packages/85/13/5232bb2d8cb8ec9510e873d1d3ceb2ee94cba2c647717206879606fa5aae/django-process-4.2.7.tar.gz", "yanked": false, "yanked_reason": null } ], "4.2.8": [ { "comment_text": "", "digests": { "md5": "4a16bb095fb966e2e7e385a90e134f19", "sha256": "c42e2de4e8fa896031c79bd82322012126e01d24e9340cb42adf104c808e36b2" }, "downloads": -1, "filename": "django-process-4.2.8.tar.gz", "has_sig": false, "md5_digest": "4a16bb095fb966e2e7e385a90e134f19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 554579, "upload_time": "2019-09-30T20:35:49", "upload_time_iso_8601": "2019-09-30T20:35:49.638784Z", "url": "https://files.pythonhosted.org/packages/e8/fb/17c567bbcaf7505dc9106fa10bfa61cee365c060c782e615879a45e4a28a/django-process-4.2.8.tar.gz", "yanked": false, "yanked_reason": null } ], "4.2.9": [ { "comment_text": "", "digests": { "md5": "34e5d7698c3dc3cc2ae4679bd0f5ef7e", "sha256": "b364f49f67aaee9246127e2c04b5a881db6b5d5c4a5bf61bbdb52478289326bb" }, "downloads": -1, "filename": "django-process-4.2.9.tar.gz", "has_sig": false, "md5_digest": "34e5d7698c3dc3cc2ae4679bd0f5ef7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 554818, "upload_time": "2019-10-18T22:13:16", "upload_time_iso_8601": "2019-10-18T22:13:16.945354Z", "url": "https://files.pythonhosted.org/packages/d1/5d/605dde2beb1ffd1901e46ea2ba6e660383c6fd671e373cd6e3f87b632fe0/django-process-4.2.9.tar.gz", "yanked": false, "yanked_reason": null } ], "4.3.0": [ { "comment_text": "", "digests": { "md5": "3f17f45d9234226804038def3eb2b359", "sha256": "b3974da99a85e03d9ad862eae63191a2f7db41e78bd882e1351213c33b8a89be" }, "downloads": -1, "filename": "django-process-4.3.0.tar.gz", "has_sig": false, "md5_digest": "3f17f45d9234226804038def3eb2b359", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 554830, "upload_time": "2019-10-23T18:08:41", "upload_time_iso_8601": "2019-10-23T18:08:41.191174Z", "url": "https://files.pythonhosted.org/packages/2a/85/bca6da030fafa5c6c50ce9c244fab06402ba0ba7c6efdbf8574ee80a26da/django-process-4.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "4.3.1": [ { "comment_text": "", "digests": { "md5": "6421b11870f5ab293e715c17b8ba63fc", "sha256": "0e99cab931be9e75fa736f785f4f68ecdbe76a0e062337d754a94c3ab25ff9db" }, "downloads": -1, "filename": "django-process-4.3.1.tar.gz", "has_sig": false, "md5_digest": "6421b11870f5ab293e715c17b8ba63fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 554814, "upload_time": "2019-11-04T15:40:01", "upload_time_iso_8601": "2019-11-04T15:40:01.630158Z", "url": "https://files.pythonhosted.org/packages/36/b9/2be107a0f04ba7cbc9a86d886ed349b0b6b06b972ecd3f4cef29317eb0d9/django-process-4.3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.3.2": [ { "comment_text": "", "digests": { "md5": "4990e21b994a26a7d0662a19067582fa", "sha256": "fe317d89672fb83f1690a1f35cd053eacbef2dc94be94deed968a0f5997ff6f8" }, "downloads": -1, "filename": "django-process-4.3.2.tar.gz", "has_sig": false, "md5_digest": "4990e21b994a26a7d0662a19067582fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 554834, "upload_time": "2019-11-08T22:24:53", "upload_time_iso_8601": "2019-11-08T22:24:53.788271Z", "url": "https://files.pythonhosted.org/packages/42/e7/cb5831220ae9b0c24bb6de380320a7ee0df84f84f002d74dbab77af8d602/django-process-4.3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "4.3.3": [ { "comment_text": "", "digests": { "md5": "72bfb4e82dc21301368a8c834bebaea0", "sha256": "58d925cced05b1a58709a10c2e2c5a4caf36ddf972a830e020aaddaa45238f4f" }, "downloads": -1, "filename": "django-process-4.3.3.tar.gz", "has_sig": false, "md5_digest": "72bfb4e82dc21301368a8c834bebaea0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 554826, "upload_time": "2019-11-22T22:47:57", "upload_time_iso_8601": "2019-11-22T22:47:57.130799Z", "url": "https://files.pythonhosted.org/packages/ab/de/54f248d899f32f72974c88dc434f9411862af6ad2cd5b87beac13a98f4a4/django-process-4.3.3.tar.gz", "yanked": false, "yanked_reason": null } ], "4.3.4": [ { "comment_text": "", "digests": { "md5": "3125b27ef0a5731b3632aebd1b872941", "sha256": "ed0fa14dac925ceb4681c3a727b5c33471db0c6bbd530a358ffa9695e144aa36" }, "downloads": -1, "filename": "django-process-4.3.4.tar.gz", "has_sig": false, "md5_digest": "3125b27ef0a5731b3632aebd1b872941", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 554981, "upload_time": "2019-12-17T14:28:33", "upload_time_iso_8601": "2019-12-17T14:28:33.494384Z", "url": "https://files.pythonhosted.org/packages/2a/d2/4f8371e600e41ae628e64bb56e2dbf7f95be674b17936846fc5c18a176bd/django-process-4.3.4.tar.gz", "yanked": false, "yanked_reason": null } ], "4.3.5": [ { "comment_text": "", "digests": { "md5": "3f9ef14727da7e67e64cbf73a5de9622", "sha256": "3a4458c2ba627f823ed5e1990f70f73beb9314a60dd8fdb31462bed49e814c5d" }, "downloads": -1, "filename": "django-process-4.3.5.tar.gz", "has_sig": false, "md5_digest": "3f9ef14727da7e67e64cbf73a5de9622", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 554988, "upload_time": "2019-12-17T14:36:56", "upload_time_iso_8601": "2019-12-17T14:36:56.059454Z", "url": "https://files.pythonhosted.org/packages/ef/a6/c679364fc0613363600ffa5ca49a7f94660fd0279daf5924fba4e8dc96eb/django-process-4.3.5.tar.gz", "yanked": false, "yanked_reason": null } ], "4.3.6": [ { "comment_text": "", "digests": { "md5": "e0f6c51ee52898d29951b78cb991ef4b", "sha256": "1d31e74604695a25fb85ea8fe8607bebd7a14659353bd53fbcf81ba9ffc2b303" }, "downloads": -1, "filename": "django-process-4.3.6.tar.gz", "has_sig": false, "md5_digest": "e0f6c51ee52898d29951b78cb991ef4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 555013, "upload_time": "2019-12-23T14:47:38", "upload_time_iso_8601": "2019-12-23T14:47:38.697415Z", "url": "https://files.pythonhosted.org/packages/e1/67/257323c0df3b0a4ea9d59e0ecf73858b10d1bb0c4771e63e12dac0051884/django-process-4.3.6.tar.gz", "yanked": false, "yanked_reason": null } ], "4.4.0": [ { "comment_text": "", "digests": { "md5": "0ae5eae2c9cd4839f6baf3d422ea36c2", "sha256": "c4592f204fa4389b2677061a63eef17bd98aca9d3ef25f4713e7ec761737f362" }, "downloads": -1, "filename": "django-process-4.4.0.tar.gz", "has_sig": false, "md5_digest": "0ae5eae2c9cd4839f6baf3d422ea36c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 555228, "upload_time": "2020-04-17T23:23:34", "upload_time_iso_8601": "2020-04-17T23:23:34.402346Z", "url": "https://files.pythonhosted.org/packages/44/a3/a6a095204a7372d3b0bad3a14ea5f351ac53a13b90bf38df37c8b07f7590/django-process-4.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "4.4.1": [ { "comment_text": "", "digests": { "md5": "323152aeeec6e5147c292407a07418a5", "sha256": "c71f619a9e2357f7dc532fbc3067d4e916c26f454d7115a66d8a4310a16c757a" }, "downloads": -1, "filename": "django-process-4.4.1.tar.gz", "has_sig": false, "md5_digest": "323152aeeec6e5147c292407a07418a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 555253, "upload_time": "2020-04-18T00:05:26", "upload_time_iso_8601": "2020-04-18T00:05:26.039330Z", "url": "https://files.pythonhosted.org/packages/a8/d7/eea2de3edc343a074388574e71d5655e0da84f0622ea06fc5b495f3d1526/django-process-4.4.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.4.2": [ { "comment_text": "", "digests": { "md5": "c565cf14888c407c7cf38b4b871d6b3d", "sha256": "6f8ebc79cb170fc220b02dd1e08ad12e05b3c7afffdeadc3428fc7db1e579df1" }, "downloads": -1, "filename": "django-process-4.4.2.tar.gz", "has_sig": false, "md5_digest": "c565cf14888c407c7cf38b4b871d6b3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 555245, "upload_time": "2020-04-18T02:31:47", "upload_time_iso_8601": "2020-04-18T02:31:47.455745Z", "url": "https://files.pythonhosted.org/packages/70/88/9ecaa15b9f603d525197de65d5754ace659e85a9a6680e364046467cc5a3/django-process-4.4.2.tar.gz", "yanked": false, "yanked_reason": null } ], "4.5.0": [ { "comment_text": "", "digests": { "md5": "7458a1b19f82da3fff1e3be6ecf172c6", "sha256": "94cee89073e4a92bd602dfab495a568ac6e7b016e994bc046fb529b4bec6bd14" }, "downloads": -1, "filename": "django-process-4.5.0.tar.gz", "has_sig": false, "md5_digest": "7458a1b19f82da3fff1e3be6ecf172c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 555248, "upload_time": "2020-05-03T00:33:24", "upload_time_iso_8601": "2020-05-03T00:33:24.287622Z", "url": "https://files.pythonhosted.org/packages/37/81/0a295667fadfe4f82d9a0a74c6544258a53b4273bd15dd8bdc32bab25c83/django-process-4.5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "4.5.1": [ { "comment_text": "", "digests": { "md5": "6ec397c89ceb27a59a4c80ee8b53ea9f", "sha256": "e83395f847c51b95937a5bae86d9aae4dcf2e1108fc7012e1a9e10e2d11e53eb" }, "downloads": -1, "filename": "django-process-4.5.1.tar.gz", "has_sig": false, "md5_digest": "6ec397c89ceb27a59a4c80ee8b53ea9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 555365, "upload_time": "2020-05-05T14:58:13", "upload_time_iso_8601": "2020-05-05T14:58:13.901044Z", "url": "https://files.pythonhosted.org/packages/c2/24/0b6f7583ee24c52e001a7eb7b515ba51c364965a583267535d8008324bf5/django-process-4.5.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.5.2": [ { "comment_text": "", "digests": { "md5": "3c498db6ddae790f89bda53b2ffc4064", "sha256": "42fbcc935f03781e524e99d1d77a66b1e081e98fee2733a12a8be4c25f7e5286" }, "downloads": -1, "filename": "django-process-4.5.2.tar.gz", "has_sig": false, "md5_digest": "3c498db6ddae790f89bda53b2ffc4064", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 555391, "upload_time": "2020-05-05T15:51:58", "upload_time_iso_8601": "2020-05-05T15:51:58.389984Z", "url": "https://files.pythonhosted.org/packages/bf/0a/a228e1a4206ee10e2b0e186987e8c19f27d97ecc9ebb4c78e2df1cf2c0bf/django-process-4.5.2.tar.gz", "yanked": false, "yanked_reason": null } ], "4.5.3": [ { "comment_text": "", "digests": { "md5": "7d66cc11cc57f19281db561e4626ebf6", "sha256": "03099f47dede4a16c408d30a7f89af1107c7672d69d6e7df271030f7e70033ce" }, "downloads": -1, "filename": "django-process-4.5.3.tar.gz", "has_sig": false, "md5_digest": "7d66cc11cc57f19281db561e4626ebf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 555370, "upload_time": "2020-05-13T22:26:56", "upload_time_iso_8601": "2020-05-13T22:26:56.116111Z", "url": "https://files.pythonhosted.org/packages/33/21/d38feceb470223bde213b839c4215ef945e55d02094b3a13f3397cfc615f/django-process-4.5.3.tar.gz", "yanked": false, "yanked_reason": null } ], "4.5.4": [ { "comment_text": "", "digests": { "md5": "af823f79352f69aee8c4655f48ace529", "sha256": "fd8257b106b1c2d1dedb9ddc2b1bacfccd9bf9e459ece57178940f211a22d042" }, "downloads": -1, "filename": "django-process-4.5.4.tar.gz", "has_sig": false, "md5_digest": "af823f79352f69aee8c4655f48ace529", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 555368, "upload_time": "2020-05-13T23:07:00", "upload_time_iso_8601": "2020-05-13T23:07:00.156889Z", "url": "https://files.pythonhosted.org/packages/20/65/a9cce82c2685d7774d2d5d301cbcc12725e638b6c2bbbb11d4b05094a0f1/django-process-4.5.4.tar.gz", "yanked": false, "yanked_reason": null } ], "4.5.5": [ { "comment_text": "", "digests": { "md5": "4a7e7e388636123071b9cf34398e2bfc", "sha256": "52596cfbfd076fbeb102721195ad89fbc2b0dd860e80c0538246f37dad944a04" }, "downloads": -1, "filename": "django-process-4.5.5.tar.gz", "has_sig": false, "md5_digest": "4a7e7e388636123071b9cf34398e2bfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 555372, "upload_time": "2020-05-13T23:12:17", "upload_time_iso_8601": "2020-05-13T23:12:17.474443Z", "url": "https://files.pythonhosted.org/packages/22/6d/6b07405d9543d957842eb4d061590a4d2ab8e9ba39e3c39c81086fa57565/django-process-4.5.5.tar.gz", "yanked": false, "yanked_reason": null } ], "4.5.6": [ { "comment_text": "", "digests": { "md5": "2101b4a3b82e11165ae06d751c30ef2c", "sha256": "f9356663785085f3119496765f17a65b2a647f245e0c579a38d5d0ba8c500919" }, "downloads": -1, "filename": "django-process-4.5.6.tar.gz", "has_sig": false, "md5_digest": "2101b4a3b82e11165ae06d751c30ef2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 555377, "upload_time": "2020-05-13T23:28:51", "upload_time_iso_8601": "2020-05-13T23:28:51.597835Z", "url": "https://files.pythonhosted.org/packages/83/66/c90120d2c8120a470d120c6211be1418dc63d86074ab039d016ae1d87bd3/django-process-4.5.6.tar.gz", "yanked": false, "yanked_reason": null } ], "4.5.7": [ { "comment_text": "", "digests": { "md5": "5a800431f8b2e47d8baa797320cdab56", "sha256": "152f3473ea068393e5e6d2bd9b0b79c1cf0638f56a2141465c5a4e44ffe28c34" }, "downloads": -1, "filename": "django-process-4.5.7.tar.gz", "has_sig": false, "md5_digest": "5a800431f8b2e47d8baa797320cdab56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 555451, "upload_time": "2020-06-18T05:51:34", "upload_time_iso_8601": "2020-06-18T05:51:34.829535Z", "url": "https://files.pythonhosted.org/packages/00/ef/7a7d40c2a7c270eb54abfa72b762017dfeedd0fad4ace61fe82740311ef0/django-process-4.5.7.tar.gz", "yanked": false, "yanked_reason": null } ], "4.6.0": [ { "comment_text": "", "digests": { "md5": "9f7d5f53d8272d4663fbbbef03f1525b", "sha256": "176ca9f4925b1d612f0de16796b886901f1d290004c1072533dc36ea2949fb8e" }, "downloads": -1, "filename": "django-process-4.6.0.tar.gz", "has_sig": false, "md5_digest": "9f7d5f53d8272d4663fbbbef03f1525b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 556966, "upload_time": "2021-02-04T05:02:50", "upload_time_iso_8601": "2021-02-04T05:02:50.889290Z", "url": "https://files.pythonhosted.org/packages/d2/03/27baa14b62ee3c0e4a0dabea93f86d60b59ce998ff2405e6feee4311bd71/django-process-4.6.0.tar.gz", "yanked": false, "yanked_reason": null } ], "4.7.0": [ { "comment_text": "", "digests": { "md5": "1b6ccb58078c89c378b4db43b3cacd27", "sha256": "2dd7713780c453f116ca5fe46bad0be29be44542ad08c6ad8cf04d70c88f2be2" }, "downloads": -1, "filename": "django-process-4.7.0.tar.gz", "has_sig": false, "md5_digest": "1b6ccb58078c89c378b4db43b3cacd27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557066, "upload_time": "2021-05-01T22:23:11", "upload_time_iso_8601": "2021-05-01T22:23:11.545712Z", "url": "https://files.pythonhosted.org/packages/be/98/17d6c4403448bc86f0c3dd18de638a5c3fcf99870636cc8f3220972852d0/django-process-4.7.0.tar.gz", "yanked": false, "yanked_reason": null } ], "4.7.1": [ { "comment_text": "", "digests": { "md5": "a05bcbaf4f8e7e5da8863dd42d3bf439", "sha256": "7d20af31748bfb15d29fa26df5b9e235b518265ea04e33c08adb8c58ee13e0a2" }, "downloads": -1, "filename": "django-process-4.7.1.tar.gz", "has_sig": false, "md5_digest": "a05bcbaf4f8e7e5da8863dd42d3bf439", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557053, "upload_time": "2021-05-04T16:31:53", "upload_time_iso_8601": "2021-05-04T16:31:53.699364Z", "url": "https://files.pythonhosted.org/packages/36/ca/6fa11926fc2bb0f3db875200ee98679b8a3f0239f9071347d5636e20ace6/django-process-4.7.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.7.2": [ { "comment_text": "", "digests": { "md5": "19f5e15c4e4ee11cf6f44296a93e4ab6", "sha256": "28b92500205231caa42240dde328af7f21b485f92a1eb73b4f7487928dcbdbad" }, "downloads": -1, "filename": "django-process-4.7.2.tar.gz", "has_sig": false, "md5_digest": "19f5e15c4e4ee11cf6f44296a93e4ab6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557066, "upload_time": "2021-06-17T17:32:24", "upload_time_iso_8601": "2021-06-17T17:32:24.242784Z", "url": "https://files.pythonhosted.org/packages/b5/e2/ed5017cf80d4b5e8eb77154273e961847cbc83e8d2c77d64ece50fba53a5/django-process-4.7.2.tar.gz", "yanked": false, "yanked_reason": null } ], "4.7.3": [ { "comment_text": "", "digests": { "md5": "f8191b4d7c5cb43abb88569f56edefc2", "sha256": "b0dca70528f4a321f1a89fd5f70bc058e61c278e775f1efb079187b6c1a82b4c" }, "downloads": -1, "filename": "django-process-4.7.3.tar.gz", "has_sig": false, "md5_digest": "f8191b4d7c5cb43abb88569f56edefc2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557071, "upload_time": "2021-06-17T17:37:23", "upload_time_iso_8601": "2021-06-17T17:37:23.182890Z", "url": "https://files.pythonhosted.org/packages/19/b3/100b45a5aec52e28872f960aa8ba8518bb71abdccfedeb9d1a600ee62331/django-process-4.7.3.tar.gz", "yanked": false, "yanked_reason": null } ], "4.7.4": [ { "comment_text": "", "digests": { "md5": "b931e2f39b131ecf377401edf0b656e4", "sha256": "8b98c7cf58b631862e9c8c48c49ff9d2e435e44160e8ab57bd83707b4e0cd8f6" }, "downloads": -1, "filename": "django-process-4.7.4.tar.gz", "has_sig": false, "md5_digest": "b931e2f39b131ecf377401edf0b656e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557058, "upload_time": "2022-01-31T15:33:15", "upload_time_iso_8601": "2022-01-31T15:33:15.070654Z", "url": "https://files.pythonhosted.org/packages/d2/5b/6e7a06c69cc78addbbc70c463d857337c4d449553cf52a43ab38b8f0a381/django-process-4.7.4.tar.gz", "yanked": false, "yanked_reason": null } ], "4.7.5": [ { "comment_text": "", "digests": { "md5": "c0307bdaeb31cd74bd5b051cb30e1397", "sha256": "58563a09aa017af0111b134dbac3d00286db59ca8511754c21cea252de9ba746" }, "downloads": -1, "filename": "django-process-4.7.5.tar.gz", "has_sig": false, "md5_digest": "c0307bdaeb31cd74bd5b051cb30e1397", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557095, "upload_time": "2022-02-14T15:35:44", "upload_time_iso_8601": "2022-02-14T15:35:44.474774Z", "url": "https://files.pythonhosted.org/packages/aa/d6/166730cbee90fb254fbebe691597280f8a5bbd3bb5b1d20a0c21a41e778d/django-process-4.7.5.tar.gz", "yanked": false, "yanked_reason": null } ], "4.7.6": [ { "comment_text": "", "digests": { "md5": "112613882f918df0c635edec36d09897", "sha256": "6fa816a48c47ab85e12b3e427920635e334bc62baf4e37f2d3aaf6f5c3afe65a" }, "downloads": -1, "filename": "django-process-4.7.6.tar.gz", "has_sig": false, "md5_digest": "112613882f918df0c635edec36d09897", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557094, "upload_time": "2022-02-14T15:44:04", "upload_time_iso_8601": "2022-02-14T15:44:04.011887Z", "url": "https://files.pythonhosted.org/packages/c9/44/bf0db8656293030a7964e7bc58718bcd278bc8d36277d3e4ff5470500112/django-process-4.7.6.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "112613882f918df0c635edec36d09897", "sha256": "6fa816a48c47ab85e12b3e427920635e334bc62baf4e37f2d3aaf6f5c3afe65a" }, "downloads": -1, "filename": "django-process-4.7.6.tar.gz", "has_sig": false, "md5_digest": "112613882f918df0c635edec36d09897", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557094, "upload_time": "2022-02-14T15:44:04", "upload_time_iso_8601": "2022-02-14T15:44:04.011887Z", "url": "https://files.pythonhosted.org/packages/c9/44/bf0db8656293030a7964e7bc58718bcd278bc8d36277d3e4ff5470500112/django-process-4.7.6.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }\n