Contents

django-chunkator 2.0.0

0

Chunk large QuerySets into small chunks, and iterate over them without killing your RAM.

Chunk large QuerySets into small chunks, and iterate over them without killing your RAM.

Stars: 108, Watchers: 108, Forks: 10, Open Issues: 5

The peopledoc/django-chunkator repo was created 9 years ago and the last code push was 1 years ago.
The project is popular with 108 github stars!

How to Install django-chunkator

You can install django-chunkator using pip

pip install django-chunkator

or add it to a project with poetry

poetry add django-chunkator

Package Details

Author
PeopleDoc
License
MIT
Homepage
https://github.com/peopledoc/django-chunkator
PyPi:
https://pypi.org/project/django-chunkator/
GitHub Repo:
https://github.com/peopledoc/django-chunkator

Classifiers

  • Internet/WWW/HTTP
  • Internet/WWW/HTTP/Dynamic Content
No  django-chunkator  pypi packages just yet.

Errors

A list of common django-chunkator errors.

Code Examples

Here are some django-chunkator code examples and snippets.

Related Packages & Articles