{ "info": { "author": "ramusus", "author_email": "ramusus@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Django Vkontakte Photos\n=======================\n\n[![PyPI version](https://badge.fury.io/py/django-vkontakte-photos.png)](http://badge.fury.io/py/django-vkontakte-photos) [![Build Status](https://travis-ci.org/ramusus/django-vkontakte-photos.png?branch=master)](https://travis-ci.org/ramusus/django-vkontakte-photos) [![Coverage Status](https://coveralls.io/repos/ramusus/django-vkontakte-photos/badge.png?branch=master)](https://coveralls.io/r/ramusus/django-vkontakte-photos)\n\n\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0441 \u0444\u043e\u0442\u043e\u0430\u043b\u044c\u0431\u043e\u043c\u0430\u043c\u0438 \u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f\u043c\u0438 \u0412\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435 \u043c\u043e\u0434\u0435\u043b\u0438 Django \u0447\u0435\u0440\u0435\u0437 \u0412\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 API\n\n\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430\n---------\n\n pip install django-vkontakte-photos\n\n\u0412 `settings.py` \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c:\n\n INSTALLED_APPS = (\n ...\n 'oauth_tokens',\n 'taggit',\n 'vkontakte_api',\n 'vkontakte_places,\n 'vkontakte_groups',\n 'vkontakte_users',\n 'vkontakte_photos',\n )\n\n # oauth-tokens settings\n OAUTH_TOKENS_HISTORY = True # to keep in DB expired access tokens\n OAUTH_TOKENS_VKONTAKTE_CLIENT_ID = '' # application ID\n OAUTH_TOKENS_VKONTAKTE_CLIENT_SECRET = '' # application secret key\n OAUTH_TOKENS_VKONTAKTE_SCOPE = ['ads,wall,photos,friends,stats'] # application scopes\n OAUTH_TOKENS_VKONTAKTE_USERNAME = '' # user login\n OAUTH_TOKENS_VKONTAKTE_PASSWORD = '' # user password\n OAUTH_TOKENS_VKONTAKTE_PHONE_END = '' # last 4 digits of user mobile phone\n\n\u041f\u043e\u043a\u0440\u044b\u0442\u0438\u0435 \u043c\u0435\u0442\u043e\u0434\u043e\u0432 API\n--------------------\n\n* [photos.getAlbums](http://vk.com/dev/photos.getAlbums) \u2013 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u0441\u043f\u0438\u0441\u043e\u043a \u0430\u043b\u044c\u0431\u043e\u043c\u043e\u0432 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f;\n* [photos.get](http://vk.com/dev/photos.get) \u2013 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u0441\u043f\u0438\u0441\u043e\u043a \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0439 \u0432 \u0430\u043b\u044c\u0431\u043e\u043c\u0435;\n* [photos.getComments](http://vk.com/dev/photos.getComments) \u2013 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u0441\u043f\u0438\u0441\u043e\u043a \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432 \u043a \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438;\n* [photos.createComment](http://vk.com/dev/photos.createComments) \u2013 \u0441\u043e\u0437\u0434\u0430\u0435\u0442 \u043d\u043e\u0432\u044b\u0439 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u043a \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438;\n* [photos.deleteComment](http://vk.com/dev/photos.deleteComments) \u2013 \u0441\u0434\u0430\u043b\u044f\u0435\u0442 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u043a \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438;\n* [photos.restoreComment](http://vk.com/dev/photos.restoreComments) \u2013 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0439 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u043a \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438;\n* [photos.editComment](http://vk.com/dev/photos.editComments) \u2013 \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u0442 \u0442\u0435\u043a\u0441\u0442 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f \u043a \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438;\n\n\u0412 \u043f\u043b\u0430\u043d\u0430\u0445:\n\n* [photos.getById](http://vk.com/dev/photos.getById) \u2013 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f\u0445;\n* [photos.getAllComments](http://vk.com/dev/photos.getAllComments) \u2013 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043e\u0442\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0432 \u0430\u043d\u0442\u0438\u0445\u0440\u043e\u043d\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u043f\u043e\u0440\u044f\u0434\u043a\u0435 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432 \u043a \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u043c\u0443 \u0430\u043b\u044c\u0431\u043e\u043c\u0443 \u0438\u043b\u0438 \u043a\u043e \u0432\u0441\u0435\u043c \u0430\u043b\u044c\u0431\u043e\u043c\u0430\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.\n\n\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u0430\u0440\u0441\u0435\u0440\u0430\n---------------------\n\n* \u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432 \u043a \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438; *\n* \u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u043b\u0430\u0439\u043a\u043e\u0432 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438; *\n\n(*) \u0414\u0443\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u0430 API\n\n\u041f\u0440\u0438\u043c\u0435\u0440\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\n---------------------\n\n### \u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u0444\u043e\u0442\u043e\u0430\u043b\u044c\u0431\u043e\u043c\u043e\u0432 \u0433\u0440\u0443\u043f\u043f\u044b \u0447\u0435\u0440\u0435\u0437 \u043c\u0435\u0442\u043e\u0434 \u0433\u0440\u0443\u043f\u043f\u044b\n\n\u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\n[`django-vkontakte-groups`](http://github.com/ramusus/django-vkontakte-groups/) \u0438 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0435\u0433\u043e \u0432 `INSTALLED_APPS`\n\n >>> from vkontakte_groups.models import Group\n >>> group = Group.remote.fetch(ids=[16297716])[0]\n >>> group.fetch_albums()\n [,\n ,\n '...(remaining elements truncated)...']\n\n\u0424\u043e\u0442\u043e\u0430\u043b\u044c\u0431\u043e\u043c\u044b \u0433\u0440\u0443\u043f\u043f\u044b \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0447\u0435\u0440\u0435\u0437 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\n\n >>> group.photo_albums.count()\n 47\n\n\u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0432\u0441\u0435\u0445 \u0430\u043b\u044c\u0431\u043e\u043c\u043e\u0432 \u0433\u0440\u0443\u043f\u043f\u044b \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0447\u0435\u0440\u0435\u0437 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\n\n >>> group.photos.count()\n 4432\n\n### \u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u0444\u043e\u0442\u043e\u0430\u043b\u044c\u0431\u043e\u043c\u043e\u0432 \u0433\u0440\u0443\u043f\u043f\u044b \u0447\u0435\u0440\u0435\u0437 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\n\n >>> from vkontakte_groups.models import Group\n >>> from vkontakte_photos.models import Album\n >>> group = Group.remote.fetch(ids=[16297716])[0]\n >>> Album.remote.fetch(group=group, ids=[106769855])\n []\n\n### \u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0439 \u0430\u043b\u044c\u0431\u043e\u043c\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0447\u0435\u0440\u0435\u0437 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\n\n\u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\n[`django-vkontakte-users`](http://github.com/ramusus/django-vkontakte-users/) \u0438 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0435\u0433\u043e \u0432 `INSTALLED_APPS`\n\n >>> from vkontakte_users.models import User\n >>> from vkontakte_photos.models import Album, Photo\n >>> user = User.remote.fetch(ids=[1])[0]\n >>> album = Album.remote.fetch(user=user, ids=[159337866])[0]\n >>> Photo.remote.fetch(album=album)\n [,\n ,\n ,\n ]", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/django-vkontakte-photos", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ramusus/django-vkontakte-photos", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-vkontakte-photos", "package_url": "https://pypi.org/project/django-vkontakte-photos/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-vkontakte-photos/", "project_urls": { "Download": "http://pypi.python.org/pypi/django-vkontakte-photos", "Homepage": "https://github.com/ramusus/django-vkontakte-photos" }, "release_url": "https://pypi.org/project/django-vkontakte-photos/0.8.0/", "requires_dist": null, "requires_python": null, "summary": "Django implementation for vkontakte API photos", "version": "0.8.0" }, "last_serial": 1575390, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "ca41f270a6e904d9b0a6a296d102cfad", "sha256": "47fe637887b2cc29a955943f2e90d80c0d149ffb0663acbe5109c35621be4863" }, "downloads": -1, "filename": "django-vkontakte-photos-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ca41f270a6e904d9b0a6a296d102cfad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25066, "upload_time": "2012-12-20T08:29:31", "url": "https://files.pythonhosted.org/packages/ae/b3/c8c28e19cf6963e459d6779b4dac0dda945f72d337386f0f3c76fb35eae8/django-vkontakte-photos-0.1.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "ef557ba57dc19bc49d29696751465350", "sha256": "1fd9975d3243c4ee5f7b0460226693c0c5a13c0582ff7792ecf2d201f129b627" }, "downloads": -1, "filename": "django-vkontakte-photos-0.3.0.tar.gz", "has_sig": false, "md5_digest": "ef557ba57dc19bc49d29696751465350", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28782, "upload_time": "2013-02-14T12:24:34", "url": "https://files.pythonhosted.org/packages/b9/04/04af9ee8f125a3928166fc2b331ef68d750b215fca975d19276a185e63d3/django-vkontakte-photos-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "7e8348a0270d29746af1ad30edb9f474", "sha256": "e737131077bc68de66107feb5c193d1df6d8f455b5661f125a54ece8e82d4b5a" }, "downloads": -1, "filename": "django-vkontakte-photos-0.3.1.tar.gz", "has_sig": false, "md5_digest": "7e8348a0270d29746af1ad30edb9f474", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20469, "upload_time": "2013-04-30T20:05:53", "url": "https://files.pythonhosted.org/packages/30/52/b8f88807e60c8a60df0f3006d48d30e36d285dad4b1f808b646929c50172/django-vkontakte-photos-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "cb689b84a7c5c5a30c34bb13f165cb4c", "sha256": "5da07f91e0574742ade824786be0beae7354b233922336394f9afaa2c14c66ab" }, "downloads": -1, "filename": "django-vkontakte-photos-0.3.2.tar.gz", "has_sig": false, "md5_digest": "cb689b84a7c5c5a30c34bb13f165cb4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30862, "upload_time": "2013-07-06T15:41:23", "url": "https://files.pythonhosted.org/packages/4a/05/1345d4d2ef998b5bdd2ab57a3a62830372cae6844e45e1e4095c688d1616/django-vkontakte-photos-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "f9a8b3bac1f7c72e4328918e0c653af7", "sha256": "3a223eb3912a523d167c88251010da3b547104c415e1eb71f8c81557046c4043" }, "downloads": -1, "filename": "django-vkontakte-photos-0.3.3.tar.gz", "has_sig": false, "md5_digest": "f9a8b3bac1f7c72e4328918e0c653af7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31860, "upload_time": "2013-07-19T14:40:58", "url": "https://files.pythonhosted.org/packages/ca/32/48df7ee0791bed5204629e2661499784786b66443e7008ceda435612ed72/django-vkontakte-photos-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "eae9c0d0a97eb9718f453120a6b3634f", "sha256": "ebc7fe6bb34c926068485ab1a11bd3b43c32dee40e2a274d6119aa41be0ea67f" }, "downloads": -1, "filename": "django-vkontakte-photos-0.3.4.tar.gz", "has_sig": false, "md5_digest": "eae9c0d0a97eb9718f453120a6b3634f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33803, "upload_time": "2013-07-31T22:30:36", "url": "https://files.pythonhosted.org/packages/c2/88/c89880684bde713c5aa546fc8959859036c239ac80ea5a3f6f0e2ffe1f67/django-vkontakte-photos-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "2b879f639ae73807e54ed6b84e6cc922", "sha256": "afb1587f66e65f663c222c89e324beb6ac10be8adc14bc99be0ec949cb43be82" }, "downloads": -1, "filename": "django-vkontakte-photos-0.3.5.tar.gz", "has_sig": false, "md5_digest": "2b879f639ae73807e54ed6b84e6cc922", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33826, "upload_time": "2013-09-21T15:29:45", "url": "https://files.pythonhosted.org/packages/d3/78/428a18f4c864dba0ff9dfc0c9c090eb3b1a98459686f9543afe03e631708/django-vkontakte-photos-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "58b4c5b35a5085a9e20b945b158ea1e5", "sha256": "0b35fdb4c874834574bf5cd6e412e6a81dd6eed4fba4eb7d8c3958d99826c89e" }, "downloads": -1, "filename": "django-vkontakte-photos-0.3.6.tar.gz", "has_sig": false, "md5_digest": "58b4c5b35a5085a9e20b945b158ea1e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34804, "upload_time": "2013-11-12T07:54:30", "url": "https://files.pythonhosted.org/packages/4a/65/a7e090b429b6302902265fadfefe4982dff3fbc900e635b7f27e510a2d2d/django-vkontakte-photos-0.3.6.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "fc29429942ca6762cbe344a4aff3450b", "sha256": "41701c458e9418e01d3bf1b4146b965cfd59057fd82ff0ba17b87608fca229da" }, "downloads": -1, "filename": "django-vkontakte-photos-0.4.5.tar.gz", "has_sig": false, "md5_digest": "fc29429942ca6762cbe344a4aff3450b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39522, "upload_time": "2013-11-13T07:37:56", "url": "https://files.pythonhosted.org/packages/76/f6/e75e9a5eea103315804d9868e116699eb23f99b35e01e9cf60ef2e364bb7/django-vkontakte-photos-0.4.5.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "929ffd64cb40a570d4441cacc99fef64", "sha256": "87c23d9b440d23dcbadca33ea6770c1c82d33f78b3ac181e22947783f5a5cc9d" }, "downloads": -1, "filename": "django-vkontakte-photos-0.4.6.tar.gz", "has_sig": false, "md5_digest": "929ffd64cb40a570d4441cacc99fef64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39838, "upload_time": "2013-12-14T14:23:34", "url": "https://files.pythonhosted.org/packages/a8/22/c975a24085b1310ca54982671efc73669ae2c7adc9edd89d8c1ba36ad63c/django-vkontakte-photos-0.4.6.tar.gz" } ], "0.5.10": [ { "comment_text": "", "digests": { "md5": "32ae59a56e06a2a7ebb15c31cd51737b", "sha256": "5b8836313d917955fe6277d00cee0fbc3fa2162f2bde3e09725974309409719f" }, "downloads": -1, "filename": "django-vkontakte-photos-0.5.10.tar.gz", "has_sig": false, "md5_digest": "32ae59a56e06a2a7ebb15c31cd51737b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66228, "upload_time": "2014-12-12T13:59:18", "url": "https://files.pythonhosted.org/packages/2a/35/de5587363854bc1bc34978ff1a352e9f7b04444e000e924e9dfe411679c1/django-vkontakte-photos-0.5.10.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "87e309fe31a4bddcbaf515e17892375a", "sha256": "2a02096f8d5fea80a23090a12e447f813294ee4b144359c5f7c14b85c2f27df2" }, "downloads": -1, "filename": "django-vkontakte-photos-0.5.3.tar.gz", "has_sig": false, "md5_digest": "87e309fe31a4bddcbaf515e17892375a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40077, "upload_time": "2014-02-05T21:05:56", "url": "https://files.pythonhosted.org/packages/f5/41/30abde6b12061c2d323d14614f4dd1f677b9db17fa75a97ab18e7b06068b/django-vkontakte-photos-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "8f59da89e55f6a712e3a3aca8ee25f2b", "sha256": "73af704971733cfacaa4990be1ab883fcc984a341d3fee9cb4946d709fd219e9" }, "downloads": -1, "filename": "django-vkontakte-photos-0.5.4.tar.gz", "has_sig": false, "md5_digest": "8f59da89e55f6a712e3a3aca8ee25f2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41274, "upload_time": "2014-02-16T23:34:34", "url": "https://files.pythonhosted.org/packages/50/1a/bee549c8fb2699cdfefe3e50b96815ee4c9792d4dbf9e4597aeb11862cca/django-vkontakte-photos-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "dd88bb017d715ca97c337dbf34fcfafd", "sha256": "2e9f9b5c17d3d6cdd22f9937bf0870d1fea0e2ca32388c7333aeac6a79b0205b" }, "downloads": -1, "filename": "django-vkontakte-photos-0.5.5.tar.gz", "has_sig": false, "md5_digest": "dd88bb017d715ca97c337dbf34fcfafd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48479, "upload_time": "2014-02-17T17:30:07", "url": "https://files.pythonhosted.org/packages/e1/eb/a5633cc8ccf245c730ec8b8ae5e648eb50efbb48d425dfc523f84ab366c8/django-vkontakte-photos-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "1a79389938ef8a435bf28fb288c15ef2", "sha256": "24d6472fe5b26af9d806e9bdd1f91e6b0ed7afd0be8bbf3b24033786c8afc6d8" }, "downloads": -1, "filename": "django-vkontakte-photos-0.5.6.tar.gz", "has_sig": false, "md5_digest": "1a79389938ef8a435bf28fb288c15ef2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48375, "upload_time": "2014-02-21T17:54:35", "url": "https://files.pythonhosted.org/packages/5b/68/b5b7302e978fe4076d60cb0ea27f7cca46efc7bd19846b3fd4f4f526aa28/django-vkontakte-photos-0.5.6.tar.gz" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "40346ff1dcf209ccf4c2aafa205144f5", "sha256": "08d6120d85a89cd56f78805dc0e311f60ba1295c95dd9a34c5497a3cdc197ae5" }, "downloads": -1, "filename": "django-vkontakte-photos-0.5.7.tar.gz", "has_sig": false, "md5_digest": "40346ff1dcf209ccf4c2aafa205144f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55917, "upload_time": "2014-10-25T16:05:57", "url": "https://files.pythonhosted.org/packages/e6/36/d49d60ebcf903a6f0ef2b134e1f5a6e429579629873ccd437d845753dca3/django-vkontakte-photos-0.5.7.tar.gz" } ], "0.5.8": [ { "comment_text": "", "digests": { "md5": "0142d98de78f4cdc127e07edb105c582", "sha256": "83ebace44c221916715951ceb53611ac597d3208bb50586a2d5200587d3c0584" }, "downloads": -1, "filename": "django-vkontakte-photos-0.5.8.tar.gz", "has_sig": false, "md5_digest": "0142d98de78f4cdc127e07edb105c582", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66222, "upload_time": "2014-11-02T12:52:23", "url": "https://files.pythonhosted.org/packages/73/c6/31c468cccd3bb9e0130eae4f7cc1963dadd20fa1a3d30c9510c77cbebe80/django-vkontakte-photos-0.5.8.tar.gz" } ], "0.5.9": [ { "comment_text": "", "digests": { "md5": "e1025d8fc5c34f4858a87207a91a6e95", "sha256": "01ecce810e94b32f447e917cccd049da58f0f21c1568939eb6b18deaf3173f71" }, "downloads": -1, "filename": "django-vkontakte-photos-0.5.9.tar.gz", "has_sig": false, "md5_digest": "e1025d8fc5c34f4858a87207a91a6e95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66269, "upload_time": "2014-11-04T12:35:37", "url": "https://files.pythonhosted.org/packages/08/1b/f3ac41e49509ca76ed01a9637abf6b93d6589bbc1dbaa49b0b8caad503b9/django-vkontakte-photos-0.5.9.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "09e7c6d3f8c0af8551d75c49b0ec3474", "sha256": "342d282cf78c70b45ce42291d4c0955ed3942dc20269f21596c38a84edd50f3d" }, "downloads": -1, "filename": "django-vkontakte-photos-0.7.0.tar.gz", "has_sig": false, "md5_digest": "09e7c6d3f8c0af8551d75c49b0ec3474", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66196, "upload_time": "2014-12-22T15:59:06", "url": "https://files.pythonhosted.org/packages/e2/2f/354d749b9bc69a0a4c6a59f0c7de05f3a750f46bdec983865a69e8ba66d9/django-vkontakte-photos-0.7.0.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "2ef540f4a3afd1380b8e59a969dbc746", "sha256": "57c3a205b59923d10a1447371a51ed4acccce0493c7b4db819a5b96bbdc35316" }, "downloads": -1, "filename": "django-vkontakte-photos-0.8.0.tar.gz", "has_sig": false, "md5_digest": "2ef540f4a3afd1380b8e59a969dbc746", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52840, "upload_time": "2015-06-02T16:01:00", "url": "https://files.pythonhosted.org/packages/01/90/1c513f1cc4066101ec03aa1eee605686bae587d7d97cc175a56a06308f10/django-vkontakte-photos-0.8.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2ef540f4a3afd1380b8e59a969dbc746", "sha256": "57c3a205b59923d10a1447371a51ed4acccce0493c7b4db819a5b96bbdc35316" }, "downloads": -1, "filename": "django-vkontakte-photos-0.8.0.tar.gz", "has_sig": false, "md5_digest": "2ef540f4a3afd1380b8e59a969dbc746", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52840, "upload_time": "2015-06-02T16:01:00", "url": "https://files.pythonhosted.org/packages/01/90/1c513f1cc4066101ec03aa1eee605686bae587d7d97cc175a56a06308f10/django-vkontakte-photos-0.8.0.tar.gz" } ] }