{ "info": { "author": "Gleb Kovalev", "author_email": "gleb@popmechanic.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "=============================\nDjango User Images\n=============================\n\n.. image:: https://badge.fury.io/py/django-user-images.svg\n :target: https://badge.fury.io/py/django-user-images\n\nDjango app for managing user files uploads, permissions and limits\n\n\nQuickstart\n----------\n\nInstall Django User Images::\n\n pip install django-user-images\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'django_user_images',\n ...\n )\n\nIf you want to use it with DRF, use django-user-images.rest:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'django_user_images.rest',\n ...\n )\n\nConfiguration\n-------------\n\n* USER_IMAGE_ONE_FILE_LIMIT - limit one file size upload in bytes\n* USER_IMAGES_LIMIT - limit total file size per user, static in bytes\n* USER_IMAGES_LIMITER - limit total file size per user, dynamic. Should be a string pointing to function, accepting user instance and returning limit in bytes\n\n\nCredits\n-------\n\nTools used in rendering this package:\n\n* Cookiecutter_\n* `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n\n\n\n\nHistory\n-------\n\n0.1.0 (2018-06-06)\n++++++++++++++++++\n\n* First release on PyPI.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zlebnik/django-user-images", "keywords": "django-user-images", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-user-images", "package_url": "https://pypi.org/project/django-user-images/", "platform": "", "project_url": "https://pypi.org/project/django-user-images/", "project_urls": { "Homepage": "https://github.com/zlebnik/django-user-images" }, "release_url": "https://pypi.org/project/django-user-images/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Django app for managing user files uploads and permissions", "version": "0.1.0" }, "last_serial": 3945197, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "00739f29aff0441e09b723845df63eb2", "sha256": "bd7533917a2487b48351358aff32e22b3566c92cb81f52c045a10a0963a47413" }, "downloads": -1, "filename": "django_user_images-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "00739f29aff0441e09b723845df63eb2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9659, "upload_time": "2018-06-09T12:15:41", "url": "https://files.pythonhosted.org/packages/cc/eb/fe8656ccaadfb752ef212c74c3cd54935ce0978f701fbe55edf76e765868/django_user_images-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "db84cb5836fef1f42b4ee4b96c1e35e1", "sha256": "e7fa08233577f115957bf7304ce465f7075ce55018bccae047bb42e26408479c" }, "downloads": -1, "filename": "django-user-images-0.1.0.tar.gz", "has_sig": false, "md5_digest": "db84cb5836fef1f42b4ee4b96c1e35e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7616, "upload_time": "2018-06-09T12:15:20", "url": "https://files.pythonhosted.org/packages/be/58/2c673fbd731af83fd54a1a4cd9ef776bd6cf57940d82eed302c08e4c2370/django-user-images-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "00739f29aff0441e09b723845df63eb2", "sha256": "bd7533917a2487b48351358aff32e22b3566c92cb81f52c045a10a0963a47413" }, "downloads": -1, "filename": "django_user_images-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "00739f29aff0441e09b723845df63eb2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9659, "upload_time": "2018-06-09T12:15:41", "url": "https://files.pythonhosted.org/packages/cc/eb/fe8656ccaadfb752ef212c74c3cd54935ce0978f701fbe55edf76e765868/django_user_images-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "db84cb5836fef1f42b4ee4b96c1e35e1", "sha256": "e7fa08233577f115957bf7304ce465f7075ce55018bccae047bb42e26408479c" }, "downloads": -1, "filename": "django-user-images-0.1.0.tar.gz", "has_sig": false, "md5_digest": "db84cb5836fef1f42b4ee4b96c1e35e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7616, "upload_time": "2018-06-09T12:15:20", "url": "https://files.pythonhosted.org/packages/be/58/2c673fbd731af83fd54a1a4cd9ef776bd6cf57940d82eed302c08e4c2370/django-user-images-0.1.0.tar.gz" } ] }