{"library":"django-imagekit","type":"library","category":null,"description":"Django-imagekit is a Django application for automated image processing on models. It allows developers to define \"specs\" for variations of uploaded images, such as thumbnails or black-and-white versions, which are generated on demand. The library maintains a moderate release cadence, often aligning with new Django and Python version releases to ensure compatibility and leverage modern features.","language":"python","status":"active","version":"6.1.0","tags":["django","image processing","thumbnailing","orm","file uploads"],"last_verified":"Sat May 23","install":[{"cmd":"pip install django-imagekit Pillow","imports":["from imagekit.models import ImageSpecField","from imagekit.models.fields import ProcessedImageField","from imagekit.processors import ResizeToFill"]},{"cmd":"INSTALLED_APPS = [\n    # ...\n    'imagekit',\n    # ...\n]","imports":[]}],"homepage":null,"github":"http://github.com/matthewwithanm/django-imagekit","docs":null,"changelog":null,"pypi":"https://pypi.org/project/django-imagekit/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":4.2,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/django-imagekit/compatibility"}}