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)
===============
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
Release history Release notifications | RSS feed
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)
Built Distribution
File details
Details for the file django-progress-1.0.4.tar.gz
.
File metadata
- Download URL: django-progress-1.0.4.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c59d71b8579e4e1f749126d4553e0ff58b812539e2c1ca60d603243a26167bd |
|
MD5 | 5e2c79da4b56582a97b8db20db8b6cd9 |
|
BLAKE2b-256 | 06169fdadf5b3f96aac2992bc7037cd53f34f1e0dad93fb46d7f5f820d029637 |
File details
Details for the file django_progress-1.0.4-py2-none-any.whl
.
File metadata
- Download URL: django_progress-1.0.4-py2-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fb784596783949bda9d9b497405e785ba240b4262b414c4982b0e7f5e83c7e6 |
|
MD5 | 61edfc0e9e1dde91108e41a3099f1819 |
|
BLAKE2b-256 | 99a5d05bdcbf0756e4185dc20eec10f7467c374bbeba73faa1da4e90a04680bd |