{ "info": { "author": "Paul Maigutyak", "author_email": "pmaigutyak@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "## Django-Watermarks\n\n**Installation**\n```\npip install django-watermarks\n```\n\nAdd watermarks to INSTALLED_APPS of settings.py:\n\n```\nINSTALLED_APPS = [\n ...,\n 'imagekit',\n 'watermarks'\n]\n```\n\n**Image processing**\n\n```\nfrom watermarks.models import WatermarkImage\n\nwatermark = WatermarkImage.get('example')\nwatermark.process('example.jpg')\n```\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/pmaigutyak/mp-watermarks/archive/1.3.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pmaigutyak/mp-watermarks", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-watermarks", "package_url": "https://pypi.org/project/django-watermarks/", "platform": "", "project_url": "https://pypi.org/project/django-watermarks/", "project_urls": { "Download": "https://github.com/pmaigutyak/mp-watermarks/archive/1.3.tar.gz", "Homepage": "https://github.com/pmaigutyak/mp-watermarks" }, "release_url": "https://pypi.org/project/django-watermarks/1.3/", "requires_dist": null, "requires_python": "", "summary": "Django watermarks app", "version": "1.3" }, "last_serial": 4017831, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "11326edd3bd61492adcba44a0f8da218", "sha256": "eb317ca647c90b40ef6758a6df203c417ff8e042e03458a4995b2981de42c04d" }, "downloads": -1, "filename": "django-watermarks-1.0.tar.gz", "has_sig": false, "md5_digest": "11326edd3bd61492adcba44a0f8da218", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6221, "upload_time": "2017-04-06T21:20:04", "url": "https://files.pythonhosted.org/packages/4e/04/67a61804345ba6d436c23647d021b8e27d909fe119047b3581db12c6872d/django-watermarks-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "30c6c8b8a311e440284ab8b3b814c443", "sha256": "26239103eed36ef249e65a4ccf6cfe1dfa1021c270604e2339d81b2a5304cf1b" }, "downloads": -1, "filename": "django-watermarks-1.1.tar.gz", "has_sig": false, "md5_digest": "30c6c8b8a311e440284ab8b3b814c443", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6204, "upload_time": "2017-11-18T17:50:29", "url": "https://files.pythonhosted.org/packages/d0/17/59cf004dedd2cf8e742041448b2b75b3491b229283dffb0f5827debed68b/django-watermarks-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "605c677a24ab63c2f26ea685c585899a", "sha256": "fe88db815a7dbfbf2a7ada577e9d815b8c1c14098f4f29ea0dce002f93da9bb8" }, "downloads": -1, "filename": "django-watermarks-1.2.tar.gz", "has_sig": false, "md5_digest": "605c677a24ab63c2f26ea685c585899a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6208, "upload_time": "2018-03-20T17:39:23", "url": "https://files.pythonhosted.org/packages/c6/88/e78bf2c2b852c1628d4aaf8732b727c345b80c47badb6761836d0eecba6a/django-watermarks-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "d6f9c4445271de577cf26be105d51a7a", "sha256": "2bf327223fe520d2ebe430b1c6f3c663a39ee52c50d350867fbe757361d98bd4" }, "downloads": -1, "filename": "django-watermarks-1.3.tar.gz", "has_sig": false, "md5_digest": "d6f9c4445271de577cf26be105d51a7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6255, "upload_time": "2018-06-30T08:51:13", "url": "https://files.pythonhosted.org/packages/6a/54/540e9497cdf13b4807bae84f04423c195230e5542ae54829ba621a2ad989/django-watermarks-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d6f9c4445271de577cf26be105d51a7a", "sha256": "2bf327223fe520d2ebe430b1c6f3c663a39ee52c50d350867fbe757361d98bd4" }, "downloads": -1, "filename": "django-watermarks-1.3.tar.gz", "has_sig": false, "md5_digest": "d6f9c4445271de577cf26be105d51a7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6255, "upload_time": "2018-06-30T08:51:13", "url": "https://files.pythonhosted.org/packages/6a/54/540e9497cdf13b4807bae84f04423c195230e5542ae54829ba621a2ad989/django-watermarks-1.3.tar.gz" } ] }