Skip to main content

Django Progress

Project description

django-progress
===============

A small Django App for monitoring the progress of various operations using a small and handy API.

Example:
```python
from djprogress import with_progress

for item in with_progress(list_of_items, name='My hardcore processing action'):
# heavy processing action with item

# You can optionally nest multiple with_progress constructs if you want:
for subitem in with_progress(list_of_subitems, name='Subprocessing of item'):
# more heavy processing action with subitem
```

There is a view included where you can get an overview of all running processes and their estimated time of completion.
It makes use of admin media which means that this page works out of the box. Here is an example:

![django-progress overview page](https://github.com/citylive/django-progress/raw/master/django_progress.png)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-progress-1.0.4.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

django_progress-1.0.4-py2-none-any.whl (16.4 kB view details)

Uploaded Python 2

File details

Details for the file django-progress-1.0.4.tar.gz.

File metadata

File hashes

Hashes for django-progress-1.0.4.tar.gz
Algorithm Hash digest
SHA256 7c59d71b8579e4e1f749126d4553e0ff58b812539e2c1ca60d603243a26167bd
MD5 5e2c79da4b56582a97b8db20db8b6cd9
BLAKE2b-256 06169fdadf5b3f96aac2992bc7037cd53f34f1e0dad93fb46d7f5f820d029637

See more details on using hashes here.

File details

Details for the file django_progress-1.0.4-py2-none-any.whl.

File metadata

File hashes

Hashes for django_progress-1.0.4-py2-none-any.whl
Algorithm Hash digest
SHA256 3fb784596783949bda9d9b497405e785ba240b4262b414c4982b0e7f5e83c7e6
MD5 61edfc0e9e1dde91108e41a3099f1819
BLAKE2b-256 99a5d05bdcbf0756e4185dc20eec10f7467c374bbeba73faa1da4e90a04680bd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page