{ "info": { "author": "Simples Consultoria", "author_email": "products@simplesconsultoria.com.br", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.3", "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Office/Business :: News/Diary", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=====================================\nSocial: Like Actions (sc.social.like)\n=====================================\n\n.. contents:: Table of Contents\n :depth: 2\n\n\nLife, the Universe, and Everything\n----------------------------------\n\nThis package provides integration for the following social networks in Plone:\n\n* Facebook\n* Google+\n* LinkedIn\n* Pinterest\n* Telegram\n* Twitter\n* WhatsApp (mobile only)\n\nMostly Harmless\n---------------\n\n.. image:: http://img.shields.io/pypi/v/sc.social.like.svg\n :target: https://pypi.python.org/pypi/sc.social.like\n\n.. image:: https://img.shields.io/travis/collective/sc.social.like/master.svg\n :target: http://travis-ci.org/collective/sc.social.like\n\n.. image:: https://img.shields.io/coveralls/collective/sc.social.like/master.svg\n :target: https://coveralls.io/r/collective/sc.social.like\n\nGot an idea? Found a bug? Let us know by `opening a support ticket`_.\n\n.. _`opening a support ticket`: https://github.com/collective/sc.social.like/issues\n\nDon't Panic\n-----------\n\nInstallation\n^^^^^^^^^^^^\n\nTo enable this product in a buildout-based installation:\n\n#. Edit your buildout.cfg and add ``sc.social.like`` to the list of eggs to\n install::\n\n [buildout]\n ...\n eggs =\n sc.social.like\n\nAfter updating the configuration you need to run ''bin/buildout'', which will\ntake care of updating your system.\n\nGo to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.\n\nCheck the box next to ``Social: Like Actions`` and click the 'Activate'\nbutton.\n\nConfiguration\n^^^^^^^^^^^^^\n\nGo to the 'Site Setup' page in the Plone interface and click on the\n'Social Like' link -- under Add-on Configuration.\n\n.. figure:: https://github.com/collective/sc.social.like/raw/master/docs/control-panel.png\n :align: center\n :height: 1024px\n :width: 768px\n\n The control panel configlet.\n\nThere you can configure how **Social: Like Actions** will behave, which actions\nwill be displayed and for which content types.\n\nCanonical URL and migration to HTTPS\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n.. note::\n This feature is only available for Dexterity-based content types.\n If you're using Archetypes-based content types or if you don't apply the Social Media behavior to your Dexterity-based content type,\n the current URL will still be used as the canonical URL.\n\nThe first time someone shares a link, the Facebook crawler will scrape the HTML code at that URL to gather, cache and display info about the content on Facebook.\nFacebook uses the ``og:url`` tag included in the HTML code to aggregate likes and shares at the same URL rather than spreading across multiple versions of a page.\nIf you move your content around or if you migrate your site schema from HTTP to HTTPS those counters will be zeroed.\n\nTo solve this issue this package includes a mechanism to store the URL of the content at publication time to use it as the canonical URL even after renaming or migrating the schema.\nTo enable this feature you must apply the Social Media behavior to your content type and provide the canonical domain (e.g. ``http://www.example.org``) to be used on the site in the control panel configlet.\n\nIf you later migrate your site to HTTPS just change the value of the canonical domain (e.g. ``https://www.example.org``).\nAll content created before the change will still reflect the old schema in their canonical url as expected.\n\nThe package also includes a helper view to populate content created before release 2.10.\nYou can access this view by pointing your browser at ``/@@canonical-url-updater``.\n\nPrivacy and cookies\n^^^^^^^^^^^^^^^^^^^\n\nSocial media widgets commonly track user actions and add third party cookies.\n\nIf privacy is something you must care about\n(for instance, if you need to comply with the `European Cookie Law `_),\nsc.social.like provides a \"*Do not track users*\" option.\nWhen enabled, social media widgets will be rendered as simple HTML links at the expense of features and user experience.\n\nThis product is also respects the `Do Not Track `_ user's browser preference.\nIf the user configured the browser for not being tracked,\nsocial media will be rendered as if the \"*Severe privacy*\" setting was enabled.\n\nSocial media and Plone 5\n^^^^^^^^^^^^^^^^^^^^^^^^\n\nPlone 5 includes some configuration fields already available in this package on a new Social Media configlet.\nA synchronization of the values of those redundant fields takes place behind the scenes every time you change the Twitter username, the Facebook App ID or the Facebook username,\nusing either the new Social Media configlet or the Social Like configlet.\n\n.. figure:: https://github.com/collective/sc.social.like/raw/master/docs/social-media-configlet.png\n :align: center\n :height: 560px\n :width: 768px\n\n The Social Media configlet in Plone 5.\n\nScreenshots\n^^^^^^^^^^^\n\n.. image:: https://github.com/collective/sc.social.like/raw/master/docs/screenshot1.png\n\n.. image:: https://github.com/collective/sc.social.like/raw/master/docs/screenshot2.png\n\nTiles\n^^^^^\n\nIf collective.cover is installed, two new tiles will be available: Facebook and Twitter.\n\nThe Facebook tile embeds a Facebook Page.\nYou can set the width and height, and you can control some other aspects of the widget.\nA Facebook application ID must be defined in the Social Like configlet in order to use this tile.\n\nThe Twitter tile embeds a Twitter timeline.\nTimelines are an easy way to embed multiple tweets on your website in a compact, single-column view.\nYou can set the width, height and tweet limit, and you can use a widget ID.\nA Twitter username must be defined in the Social Like configlet in order to use this tile.\n\n.. figure:: https://github.com/collective/sc.social.like/raw/master/docs/tiles.png\n :align: center\n :height: 600px\n :width: 800px\n\n The Twitter and Facebook tiles.\n\nTODO:\n\n* [ ] Facebook: return a comma-separated string of tabs to render\n* [ ] Twitter: allow to remove a display component of a timeline (chrome)\n* [ ] Twitter: refresh the tile after editing it\n* [ ] RobotFramework tests for both tiles\n\nShare and Enjoy\n---------------\n\nsc.social.like would not have been possible without the contribution of the following people:\n\n- Cleber J. Santos (idea and implementation)\n- Andr\u00e9 Nogueira\n- H\u00e9ctor Velarde\n- Erico Andrei\n- Mikel Larreategi\n- Rodrigo Ferreira de Souza\n- Luciano Camargo Cruz\n- Thomas Desvenain\n- Font Awesome (icons)\n\nDevelopment sponsored by:\n\n- `Rede Brasil Atual `_\n- `CartaCapital `_\n- `TV1 `_\n- `Brazilian Government `_\n- `UNESCO `_\n\nChangelog\n---------\n\nThere's a frood who really knows where his towel is.\n\n2.10.1 (2017-08-02)\n^^^^^^^^^^^^^^^^^^^\n\n- Fix ``data-href`` attribute on Facebook plugin to point to canonical URL;\n this should finally fix the counter on the widget.\n [rodfersou]\n\n- Fix Canonical URL updater form;\n a new upgrade step is provided to update the ``objects_provides`` catalog index (fixes `#115 `_).\n [hvelarde]\n\n- Add ``canonical_domain`` field record to the registry when upgrading;\n this fixes an issue in the upgrade step to profile version 3045 (fixes `#114 `_).\n [hvelarde]\n\n\n2.10 (2017-07-17)\n^^^^^^^^^^^^^^^^^\n\n- Fix support for canonical URL in Facebook's Open Graph for Dexterity-based content types;\n previously the current URL was incorrectly used as the canonical URL of an item leading to zeroed counters when moving content around or when changing the schema to access the site (HTTP to HTTPS).\n Check package documentation for more information on how to use this new feature (fixes `#104 `_).\n [hvelarde]\n\n- Drop support for Plone 4.2.\n [rodfersou]\n\n- In Plone 5, keep in sync some redundant fields found in the new Social Media configlet.\n Changes on ``facebook_app_id``, ``facebook_username``, or ``twitter_username`` fields will be reflected in both configlets (fixes `#100`_).\n [hvelarde]\n\n\n2.9 (2017-03-09)\n^^^^^^^^^^^^^^^^^^\n\n- Add Facebook control panel setting for showing/hiding the number of likes. By\n default the Facebook plugin still shows the likes.\n [fredvd]\n\n\n2.8b1 (2017-02-03)\n^^^^^^^^^^^^^^^^^^\n\n- Update Brazilian Portuguese and Spanish translations.\n [hvelarde]\n\n- Add support to share content by email (closes `#91`_).\n [rodfersou, hvelarde]\n\n\n2.7b1 (2017-01-09)\n^^^^^^^^^^^^^^^^^^^\n\n- Add missing upgrade step to cook CSS resources.\n [hvelarde]\n\n- Don't fail in the Twitter plugin if the title has non-ASCII characters.\n [csenger, hvelarde]\n\n- Add metadata for Twitter Cards (closes `#65`_).\n [rodfersou]\n\n\n2.6b1 (2016-12-21)\n^^^^^^^^^^^^^^^^^^\n\n- Code clean up; tests related with loading BMP images were removed as make no sense.\n [hvelarde]\n\n- Do not show social like viewlet for unpublished content (closes `#83`_).\n [rodfersou]\n\n- Fix package dependencies.\n [maurits, hvelarde]\n\n\n2.6a1 (2016-09-23)\n^^^^^^^^^^^^^^^^^^\n\n- Add Facebook and Twitter tiles for collective.cover.\n The Facebook tile embeds a Facebook Page.\n The Twitter tile embeds a Twitter timeline.\n [hvelarde]\n\n- Add `title` attributes to Telegram and WhatsApp share links.\n [hvelarde]\n\n- Enforce constraints on `enabled_portal_types` field to avoid `WrongType` error while running upgrade step to v3040.\n [hvelarde]\n\n- Do not fail on adding Facebook's 'Like' button while running upgrade step to v3010.\n [fredvd, hvelarde]\n\n\n2.5 (2016-07-26)\n^^^^^^^^^^^^^^^^^^\n\n- Added Telegram plugin (closes `#52`_).\n [rodfersou]\n\n- Use Plone's registry instead of the ``portal_properties`` tool to store package configuration (closes `#1`_).\n [hvelarde]\n\n\n2.4.1 (2015-12-10)\n^^^^^^^^^^^^^^^^^^\n\n- Update package classifiers; Plone 5 was included by mistake in the list of supported versions.\n [hvelarde]\n\n- Use \"application/javascript\" media type instead of the obsolete \"text/javascript\".\n [hvelarde]\n\n\n2.4 (2015-09-17)\n^^^^^^^^^^^^^^^^\n\n- Drop explicit support for Plone 4.1 and Python 2.6;\n package should work, but we are not testing anymore with those versions so compatibility is not guaranteed.\n [hvelarde]\n\n- Fix caching issues with WhatsApp button by moving mobile detection client-side (closes `#56`_).\n [rodfersou]\n\n- Add Dutch translations.\n [fredvd]\n\n- Fix uninstall error.\n [bsuttor]\n\n\n2.3 (2015-07-14)\n^^^^^^^^^^^^^^^^\n\n- Added the \"Do not track users\" configuration option, to prevent social\n networks from sending cookies to site's visitors.\n This will replace social badges with simple links.\n [keul]\n\n- Added German translations.\n [tohafi]\n\n\n2.2 (2015-05-04)\n^^^^^^^^^^^^^^^^\n\n- Added WhatsApp plugin (closes `#39`_).\n [rodfersou]\n\n\n2.1 (2015-03-02)\n^^^^^^^^^^^^^^^^\n\n- Translations to Brazilian Portuguese and Spanish were updated.\n [hvelarde]\n\n- Removed deprecated portal_actionicons registration\n [keul]\n\n- Translation fixes: some label were not translated\n [keul]\n\n- Facebook \"Share\" button now provided. See `#15`_.\n [keul]\n\n- Added missing migration step for refreshing CSS registry\n [keul]\n\n\n2.0.2 (2015-02-23)\n^^^^^^^^^^^^^^^^^^\n\n- Removed old Facebook specific CSS rule that truncate the new Facebook widget. This close `#38`_.\n [keul]\n\n\n2.0.1 (2015-02-23)\n^^^^^^^^^^^^^^^^^^\n\n- Nothing changed (brown bag release).\n\n\n2.0 (2015-02-10)\n^^^^^^^^^^^^^^^^\n\n- Do not load social media stuff on non-canonical views (like edit form or similar). This close `#36`_.\n [keul]\n\n- Added italian translation.\n [keul]\n\n- Load behavior of all social plugins changed to be async.\n [keul]\n\n- Fixed a problem with images loaded in news. If the image isn't a JPG,\n the `get_content_image` method can't get image size and returns nothing.\n This avoid some strange things, like MemoryError with Pillow.\n [cekk]\n\n- If a field named \"image\" isn't an ImageField, do not break the viewlet.\n [cekk]\n\n- Add exception handling also for TypeError in get_content_image method.\n [cekk]\n\n- Fixed metadata og:type, used value 'article' for internal page.\n [fdelia]\n\n\n2.0rc1 (2014-10-14)\n^^^^^^^^^^^^^^^^^^^\n\n- Use safe_unicode to deal with accented chars in content Title.\n [ericof]\n\n\n2.0b4 (2014-08-08)\n^^^^^^^^^^^^^^^^^^\n\n- Fixed styling for action buttons. Now they are displayed side by side\n [agnogueira]\n\n- Fix an UnicodeDecodeError in the Twitter plugin (Reported by Programa Interlegis)\n [ericof]\n\n\n2.0b3 (2014-06-06)\n^^^^^^^^^^^^^^^^^^\n\n- Fix a division by zero issue happening with AT Images during creation (while on portal_factory)\n [ericof]\n\n\n2.0b2 (2014-06-02)\n^^^^^^^^^^^^^^^^^^\n\n- Facebook now recommends 1200 x 630 images\n [ericof]\n\n\n2.0b1 (2014-02-07)\n^^^^^^^^^^^^^^^^^^^^\n\n- Use View permission on viewlets to avoid security failures into viewlet\n if anonymous try to display non public parts of site.\n [thomasdesvenain]\n\n- Fix package dependencies.\n [hvelarde]\n\n\n2.0a2 (2013-11-04)\n^^^^^^^^^^^^^^^^^^^^\n\n- Use content language instead of request language, avoiding cache problems\n https://github.com/collective/sc.social.like/issues/19\n [ericof]\n\n\n2.0a1 (2013-07-23)\n^^^^^^^^^^^^^^^^^^^^\n\n- Drop support for Plone 4.0.x [ericof]\n\n- Increasing test coverage [ericof]\n\n- Render metadata viewlet on folder_full_view and all_content templates\n https://github.com/collective/sc.social.like/issues/11 [ericof]\n\n- Fixes vertical display\n https://github.com/collective/sc.social.like/issues/5 [ericof]\n\n- Add LinkedIn and Pinterest support.\n https://github.com/collective/sc.social.like/issues/6 [ericof]\n\n- Plugin implementation [ericof]\n\n- Ensure all resources are loaded using scheme-relative URLs. Previously,\n attempting to load off HTTP on HTTPS sites resulted in broken pages.\n [davidjb]\n\n- Plone 3.x is not officially supported anymore; use it at your own risk.\n [hvelarde]\n\n- Change CSS import to link.\n [agnogueira]\n\n\nPrevious entries can be found in the HISTORY.rst file.\n\n.. _`#1`: https://github.com/collective/sc.social.like/issues/1\n.. _`#15`: https://github.com/collective/sc.social.like/pull/15\n.. _`#36`: https://github.com/collective/sc.social.like/issues/36\n.. _`#38`: https://github.com/collective/sc.social.like/issues/38\n.. _`#39`: https://github.com/collective/sc.social.like/issues/39\n.. _`#52`: https://github.com/collective/sc.social.like/issues/52\n.. _`#56`: https://github.com/collective/sc.social.like/issues/56\n.. _`#65`: https://github.com/collective/sc.social.like/issues/65\n.. _`#83`: https://github.com/collective/sc.social.like/issues/83\n.. _`#91`: https://github.com/collective/sc.social.like/issues/91\n.. _`#100`: https://github.com/collective/sc.social.like/issues/100", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/collective/sc.social.like", "keywords": "python plone zope webdev social googleplus facebook twitter", "license": "GPLv2", "maintainer": "", "maintainer_email": "", "name": "sc.social.like", "package_url": "https://pypi.org/project/sc.social.like/", "platform": "", "project_url": "https://pypi.org/project/sc.social.like/", "project_urls": { "Homepage": "https://github.com/collective/sc.social.like" }, "release_url": "https://pypi.org/project/sc.social.like/2.10.1/", "requires_dist": null, "requires_python": "", "summary": "Social Like is a Plone package providing simple Google+, Twitter and Facebook integration for Plone Content Types", "version": "2.10.1" }, "last_serial": 3482476, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "74911eef940dfa4e73b9559aadd8f6d3", "sha256": "a71aced39b999c4163fb45d269db02386ab53cfaeba56d99ea0d641f41a4877f" }, "downloads": -1, "filename": "sc.social.like-0.5.tar.gz", "has_sig": false, "md5_digest": "74911eef940dfa4e73b9559aadd8f6d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17375, "upload_time": "2011-04-18T22:34:36", "url": "https://files.pythonhosted.org/packages/21/e4/7cf2f3f90ba14048eb8fa04aa303eb8c77d627203a37f4603f5e29da7cd0/sc.social.like-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "81cb7e5fc699a75fa942ba45c6b14220", "sha256": "b3b1a363ac10d1c590a3dc15880fe5dc8286e09a5151ef2bc41df1b9aac44130" }, "downloads": -1, "filename": "sc.social.like-0.6.tar.gz", "has_sig": false, "md5_digest": "81cb7e5fc699a75fa942ba45c6b14220", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17780, "upload_time": "2011-06-09T15:49:31", "url": "https://files.pythonhosted.org/packages/d6/b6/04e1d3a08f09b4c9fa10c9268764c791070d76db2f7e8ffedda0ac73074d/sc.social.like-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "42e76d2d38a8562cf9a341fffd7f4fda", "sha256": "11e81377e82d89d7d1044c8eee17e191a3923fc2fec8609521fa34fd40d4a395" }, "downloads": -1, "filename": "sc.social.like-0.7.tar.gz", "has_sig": false, "md5_digest": "42e76d2d38a8562cf9a341fffd7f4fda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22132, "upload_time": "2011-07-13T00:18:14", "url": "https://files.pythonhosted.org/packages/a6/56/5fbdd2539eda437aa0b4a61a1a6b3bb8f8b16a3ea26a9f56a8cef0375984/sc.social.like-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "e6dc79830e3e99527f9565e0510085e1", "sha256": "a99b167c4c1bd41961601bf92af2e5b558c28d43cfbfaaa32a9434111fe31e01" }, "downloads": -1, "filename": "sc.social.like-0.8.tar.gz", "has_sig": false, "md5_digest": "e6dc79830e3e99527f9565e0510085e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23731, "upload_time": "2011-08-30T06:41:28", "url": "https://files.pythonhosted.org/packages/79/48/a45079be65dba686351219c0c8214c157b7d50f4d89fbce53dbee9d5aed9/sc.social.like-0.8.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "f8621fb2aec6de83edcc86b1558b4d8c", "sha256": "f8c6c83248fbc59d38e524502e208c29e0f01523034a470f59bde77b51a59d25" }, "downloads": -1, "filename": "sc.social.like-0.9.tar.gz", "has_sig": false, "md5_digest": "f8621fb2aec6de83edcc86b1558b4d8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 175555, "upload_time": "2011-11-06T18:56:06", "url": "https://files.pythonhosted.org/packages/a9/fe/d07a3d5087c2d249d7f4fc8af8666461de6a9f96c6f971fd3ff8faa5591e/sc.social.like-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "2ea221ecbc9edd78baa7e080fb28655d", "sha256": "931d531f47f6ec550a9f21cf357a62c3183cef7d9f671e4af163986950e8d29e" }, "downloads": -1, "filename": "sc.social.like-0.9.1.tar.gz", "has_sig": false, "md5_digest": "2ea221ecbc9edd78baa7e080fb28655d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 177081, "upload_time": "2012-06-12T01:34:46", "url": "https://files.pythonhosted.org/packages/21/fc/fd07d92643eb4ed341f3222f7766cee153fda7789f033013df15b6f5dcc2/sc.social.like-0.9.1.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "6032d69d4b66cd234726163329bcb6be", "sha256": "d28bd1b5d132e17d0e331d4cd6a97951ecc1b48d7591a83dc4ac2e9c479e89b3" }, "downloads": -1, "filename": "sc.social.like-1.0.tar.gz", "has_sig": false, "md5_digest": "6032d69d4b66cd234726163329bcb6be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 178530, "upload_time": "2013-03-14T01:19:27", "url": "https://files.pythonhosted.org/packages/b6/fa/72fcf1006c1fdee350518ab4f20a61c4e6a44ca16c96dcdc219fa70029aa/sc.social.like-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "5a9195bccdb97831fd065b9e445f9c2a", "sha256": "9979c4b54cee406c553038c2397569956371f19168173e2ca507cd45e6b46438" }, "downloads": -1, "filename": "sc.social.like-1.0.1.zip", "has_sig": false, "md5_digest": "5a9195bccdb97831fd065b9e445f9c2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 202543, "upload_time": "2013-03-26T13:27:53", "url": "https://files.pythonhosted.org/packages/79/8b/a64a21fd47891807c1380d1fe07891aa9adf50797b48fc7a19224598da4c/sc.social.like-1.0.1.zip" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "1aee27ae7786770118c8badeeece7a3f", "sha256": "cc3e0dc52ad672168c2fed38dc477896043b23a9d46f760f37c80eef888d106d" }, "downloads": -1, "filename": "sc.social.like-2.0.zip", "has_sig": false, "md5_digest": "1aee27ae7786770118c8badeeece7a3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 373039, "upload_time": "2015-02-10T15:41:01", "url": "https://files.pythonhosted.org/packages/cb/1f/3c6f90c374628a747af0a0c6f6c7bcba402783fce7cb65ddd381e52be068/sc.social.like-2.0.zip" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "74ac59781d15cc57139a043d5972f30c", "sha256": "1527d8cf688f40c242555a816496739e666e86cc75a08722f0afdae0fbb189ed" }, "downloads": -1, "filename": "sc.social.like-2.0.1.zip", "has_sig": false, "md5_digest": "74ac59781d15cc57139a043d5972f30c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 373660, "upload_time": "2015-02-23T20:48:25", "url": "https://files.pythonhosted.org/packages/e6/27/2f9c8abc4b575331413d65d5febb3f17de5a8a2d2da551e0657f9f9bfaab/sc.social.like-2.0.1.zip" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "d7b7fb2220cf79d196c80eb9812afe48", "sha256": "5f22a04a27cd71fb7007093f071b7544fe19b215b5896773381a012dee3d58d0" }, "downloads": -1, "filename": "sc.social.like-2.0.2.zip", "has_sig": false, "md5_digest": "d7b7fb2220cf79d196c80eb9812afe48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 373849, "upload_time": "2015-02-23T20:59:39", "url": "https://files.pythonhosted.org/packages/f5/df/f920df00e12597b4bc48a5ecca434cb7be078f9b704147680a59ed3453f2/sc.social.like-2.0.2.zip" } ], "2.0.3": [], "2.0a1": [ { "comment_text": "", "digests": { "md5": "31c1e00f50c34110375ed553ca83d9f5", "sha256": "acc0825885c8a594d209062c70ba48dc9bea0f32bebd0a34e4e75a4be8e39378" }, "downloads": -1, "filename": "sc.social.like-2.0a1.zip", "has_sig": false, "md5_digest": "31c1e00f50c34110375ed553ca83d9f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 232065, "upload_time": "2013-07-23T00:42:52", "url": "https://files.pythonhosted.org/packages/4d/1e/da09409e7afc19a8cc44c0b9ed3d4dfe796c81ea2dcea57f26dfa7f4068a/sc.social.like-2.0a1.zip" } ], "2.0a2": [ { "comment_text": "", "digests": { "md5": "2cf8954e134f1bf13e358fb9c0546e46", "sha256": "fc93ac714f3930414051ad92b8e8a375b004358a0c21ca67392a4076610816ad" }, "downloads": -1, "filename": "sc.social.like-2.0a2.zip", "has_sig": false, "md5_digest": "2cf8954e134f1bf13e358fb9c0546e46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 232183, "upload_time": "2013-11-04T12:39:38", "url": "https://files.pythonhosted.org/packages/29/7b/ef792b4b9b4a350148d1249c6d40b9a2aff744d28bd93788286f4ee0e0ae/sc.social.like-2.0a2.zip" } ], "2.0b1": [ { "comment_text": "", "digests": { "md5": "1f2842dc814b7c305c581128b0695981", "sha256": "335f42700c71b33de6cb01c280a57676ca70dc42dbe2173f204a3abcc749524e" }, "downloads": -1, "filename": "sc.social.like-2.0b1.zip", "has_sig": false, "md5_digest": "1f2842dc814b7c305c581128b0695981", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 232625, "upload_time": "2014-02-07T23:33:43", "url": "https://files.pythonhosted.org/packages/15/33/8bc32828220340404f91ce4d6dfda4ed1ff16562c10b26e0617d91b1d6b0/sc.social.like-2.0b1.zip" } ], "2.0b2": [ { "comment_text": "", "digests": { "md5": "d48f685821b6d5bf31b35eba08d99bd7", "sha256": "c2748153a4c316e92e09ad03a85009df18bbaafb191f8454391ba93139030cff" }, "downloads": -1, "filename": "sc.social.like-2.0b2.zip", "has_sig": false, "md5_digest": "d48f685821b6d5bf31b35eba08d99bd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 232718, "upload_time": "2014-06-03T02:47:11", "url": "https://files.pythonhosted.org/packages/58/10/4fd08de5a01ad07e27c7d7cc15b855b28f7668cfce99e34ebdaf81da98d4/sc.social.like-2.0b2.zip" } ], "2.0b3": [ { "comment_text": "", "digests": { "md5": "e58c082e8810e3c12a7d882c9f11ae06", "sha256": "f77414147371ee7a962ebafdd15bbdc15b25bd410d0abf03fb2ee52f28e49ed1" }, "downloads": -1, "filename": "sc.social.like-2.0b3.zip", "has_sig": false, "md5_digest": "e58c082e8810e3c12a7d882c9f11ae06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 232943, "upload_time": "2014-06-06T19:11:14", "url": "https://files.pythonhosted.org/packages/b4/fa/9da5c1b9441b9594c26c9ea4b5e0f7bc4685f5971393ba9c76b03e743257/sc.social.like-2.0b3.zip" } ], "2.0b4": [ { "comment_text": "", "digests": { "md5": "cfb1a5306e5a0b80022dcc8ae124b234", "sha256": "9b912ed745448a94e151d19ede971018593350b51403e54f3ce9e81a0055020f" }, "downloads": -1, "filename": "sc.social.like-2.0b4.zip", "has_sig": false, "md5_digest": "cfb1a5306e5a0b80022dcc8ae124b234", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 230263, "upload_time": "2014-08-08T22:01:31", "url": "https://files.pythonhosted.org/packages/5a/ca/24ce006c80cbd4a6a0678686ea687a1247650b6cd36179a74b1c82a1d3ad/sc.social.like-2.0b4.zip" } ], "2.0rc1": [ { "comment_text": "", "digests": { "md5": "f17985de2e3959f0d3c8b3306e8c40cf", "sha256": "6d1bea6edf070be0deb335e2974a4a873fb1a83768c260aecff24f3e5cd8c440" }, "downloads": -1, "filename": "sc.social.like-2.0rc1.zip", "has_sig": false, "md5_digest": "f17985de2e3959f0d3c8b3306e8c40cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 230601, "upload_time": "2014-10-14T21:34:21", "url": "https://files.pythonhosted.org/packages/be/02/7d8012a978042f2bb91a225d0648d7f905975945021fed52a1780422fbc3/sc.social.like-2.0rc1.zip" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "e18bac11cd788fd9f2f5d8b9e86aebc8", "sha256": "a24401a2cc6f146017e762a887d03e4ae098f02534e06e4d2f425faa521e72c5" }, "downloads": -1, "filename": "sc.social.like-2.1.zip", "has_sig": false, "md5_digest": "e18bac11cd788fd9f2f5d8b9e86aebc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 287430, "upload_time": "2015-03-02T19:11:44", "url": "https://files.pythonhosted.org/packages/7f/1a/e3592f4dfe07354e4b276556d9ac6330146fd1acc7ae8a56ba2e0a29d136/sc.social.like-2.1.zip" } ], "2.10": [ { "comment_text": "", "digests": { "md5": "1bb63791aabe039c10c30fdae0a6bc31", "sha256": "43f881caa4786b0322f10afcd3a5a1329fee15b4b4027bdf1926ff8753d5a5b8" }, "downloads": -1, "filename": "sc.social.like-2.10.tar.gz", "has_sig": false, "md5_digest": "1bb63791aabe039c10c30fdae0a6bc31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 464761, "upload_time": "2017-07-17T18:16:23", "url": "https://files.pythonhosted.org/packages/60/0f/be384431930f933c719ff1f68d9d1f70be5b596499ea0ab4a4464bbf2f49/sc.social.like-2.10.tar.gz" } ], "2.10.1": [ { "comment_text": "", "digests": { "md5": "c1f9bafe364629b2bc17bbf46b2869a3", "sha256": "aad6b3cc88f7dca22c5bff064239c46fa785607f106f7e19ef9521da684a2599" }, "downloads": -1, "filename": "sc.social.like-2.10.1.tar.gz", "has_sig": false, "md5_digest": "c1f9bafe364629b2bc17bbf46b2869a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 466521, "upload_time": "2017-08-02T13:03:05", "url": "https://files.pythonhosted.org/packages/46/b3/2948e3b0fdeccf33af4d57abbf69a1149d9927084aa8b82e62f02fa24f12/sc.social.like-2.10.1.tar.gz" } ], "2.11b1": [ { "comment_text": "", "digests": { "md5": "6d4d92b88bbd992a7b82112f889f828d", "sha256": "ed64bd00a01aeb1b3c3d47a8aea30746c24c67d457106e9d1044c05ad0bd315f" }, "downloads": -1, "filename": "sc.social.like-2.11b1.tar.gz", "has_sig": false, "md5_digest": "6d4d92b88bbd992a7b82112f889f828d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 466314, "upload_time": "2017-09-08T19:36:01", "url": "https://files.pythonhosted.org/packages/45/17/01f10a82b783686da70726f70178b6b6c62296d1c391c64f76ce1bb527ca/sc.social.like-2.11b1.tar.gz" } ], "2.11b2": [ { "comment_text": "", "digests": { "md5": "51f786f5e4fe3d00a18189004d1de5a5", "sha256": "9ebc409c261ffebb84ade906769dc76fc1689efe1f397feb15a9b1cc432418ab" }, "downloads": -1, "filename": "sc.social.like-2.11b2.tar.gz", "has_sig": false, "md5_digest": "51f786f5e4fe3d00a18189004d1de5a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 466381, "upload_time": "2017-09-11T19:37:00", "url": "https://files.pythonhosted.org/packages/fd/fc/6c95dc9514b31bbc9e86fad99b4bbe5f7a308c60621aa3a77eab6aacad8c/sc.social.like-2.11b2.tar.gz" } ], "2.12b1": [ { "comment_text": "", "digests": { "md5": "5434ee3951b966c8342f2a32b8eb2191", "sha256": "6d4d6b0c1d1ccae7573d67c5625867c2b01b9f5dfbbe086c0e2b10439dae2a26" }, "downloads": -1, "filename": "sc.social.like-2.12b1.tar.gz", "has_sig": false, "md5_digest": "5434ee3951b966c8342f2a32b8eb2191", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 548008, "upload_time": "2017-09-15T15:33:34", "url": "https://files.pythonhosted.org/packages/2f/4d/4222f5234567596a384e72cf9a7ce618566a91734fd81f9f5ccab61c4aff/sc.social.like-2.12b1.tar.gz" } ], "2.13b1": [ { "comment_text": "", "digests": { "md5": "8c8eafc71b0cd7a918272cdb0d079d45", "sha256": "91fc0cc4e7700ec83c74d5248e877438e4fffda901ae954af0017393ee5330ed" }, "downloads": -1, "filename": "sc.social.like-2.13b1.tar.gz", "has_sig": false, "md5_digest": "8c8eafc71b0cd7a918272cdb0d079d45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 605290, "upload_time": "2017-09-28T16:38:56", "url": "https://files.pythonhosted.org/packages/57/6e/fc4cc6a13661b38af7e66a60b69eab1582884feba0266a7512508cb4f108/sc.social.like-2.13b1.tar.gz" } ], "2.13b2": [ { "comment_text": "", "digests": { "md5": "ccd185297962de702a1fecc55ef078fe", "sha256": "c136c9d0518898e65ce41b21a4ea586fcf70186d386a0d07cd247ce917ef7756" }, "downloads": -1, "filename": "sc.social.like-2.13b2.tar.gz", "has_sig": false, "md5_digest": "ccd185297962de702a1fecc55ef078fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 606277, "upload_time": "2017-10-30T18:48:06", "url": "https://files.pythonhosted.org/packages/1b/6e/36de37f0cda861aeae4cb2d5dbf246e825913000f3583a291c2b4f0dcd25/sc.social.like-2.13b2.tar.gz" } ], "2.13b3": [ { "comment_text": "", "digests": { "md5": "ef2e0abf05780fb5dd03240b09bf77ff", "sha256": "5b2761fa8ff0e483313ca4c844994078342226d3da957c450f48d9895c5ef419" }, "downloads": -1, "filename": "sc.social.like-2.13b3.zip", "has_sig": false, "md5_digest": "ef2e0abf05780fb5dd03240b09bf77ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 823071, "upload_time": "2018-01-11T23:59:34", "url": "https://files.pythonhosted.org/packages/e5/5f/d4fd044b905379c987faf31ba7d0ca2498cf0bb4660a437a619e23ce4b62/sc.social.like-2.13b3.zip" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "ecd54c41c6fdeca3a8898e4d3b047a90", "sha256": "fbd1622e5ba182dd6c69bb844b7519912608b9b953003cd2f24a7927f3134329" }, "downloads": -1, "filename": "sc.social.like-2.2.zip", "has_sig": false, "md5_digest": "ecd54c41c6fdeca3a8898e4d3b047a90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 285196, "upload_time": "2015-05-04T22:58:25", "url": "https://files.pythonhosted.org/packages/8b/76/d9690be1c313ef3a284a1c9f32c7a9a1c67b17ea84cad5e96f5e586a383a/sc.social.like-2.2.zip" } ], "2.3": [ { "comment_text": "", "digests": { "md5": "619d2cd9e24a07ff5046c4f4dc8b628a", "sha256": "bb40998910d2b26775d031c692943e8857a57b25f949f170bbc9f8fd29d3ae0a" }, "downloads": -1, "filename": "sc.social.like-2.3.zip", "has_sig": false, "md5_digest": "619d2cd9e24a07ff5046c4f4dc8b628a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 311254, "upload_time": "2015-07-14T13:30:22", "url": "https://files.pythonhosted.org/packages/57/bd/f8aad3978dd656f67a4c2c969b0d5eb92701d7c9aea315b5b60cf5b3e962/sc.social.like-2.3.zip" } ], "2.4": [ { "comment_text": "", "digests": { "md5": "cafa96be99eff32cd64d6f88d6b3b3c0", "sha256": "2b5f91cd0b6dd2f9c8f469ff3f5ef143bed47feed1c65f011ddb3941c26a9e32" }, "downloads": -1, "filename": "sc.social.like-2.4-py2-none-any.whl", "has_sig": false, "md5_digest": "cafa96be99eff32cd64d6f88d6b3b3c0", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 232833, "upload_time": "2015-09-17T14:42:06", "url": "https://files.pythonhosted.org/packages/2b/91/ee676d0ee013be2b911324936f70fbfad1b6f2e6639e17db78d52dab590f/sc.social.like-2.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1895ba27bf52845cd01d376fbc721b3", "sha256": "7e0dab99caaeb4c3fb58369cc9a956128012597ac8119d8e47f2850b4d8188d3" }, "downloads": -1, "filename": "sc.social.like-2.4.tar.gz", "has_sig": false, "md5_digest": "e1895ba27bf52845cd01d376fbc721b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 259883, "upload_time": "2015-09-17T14:42:19", "url": "https://files.pythonhosted.org/packages/c8/ad/2252cddda7d5b3cb6884b82ccc74706a552bd09aacd11942a2fdd54ff8d8/sc.social.like-2.4.tar.gz" } ], "2.4.1": [ { "comment_text": "", "digests": { "md5": "9263fe0a4d90a1d2e33da84622b4056d", "sha256": "19042cb2aed9c8db28bf20897fe001d4b7e6c41677f8f0e8564b265383a9a683" }, "downloads": -1, "filename": "sc.social.like-2.4.1-py2-none-any.whl", "has_sig": false, "md5_digest": "9263fe0a4d90a1d2e33da84622b4056d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 233053, "upload_time": "2015-12-10T13:14:05", "url": "https://files.pythonhosted.org/packages/22/93/df6240c6e196771489e62a593d60020707aeea232d0eea07cdb72ecf2b66/sc.social.like-2.4.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a0869bbed7498bcf42ab8441ad9006e3", "sha256": "ea9df62b68955991b3e167ce4c51d53b25fef90ebee3ca21c20324ea3868293b" }, "downloads": -1, "filename": "sc.social.like-2.4.1.tar.gz", "has_sig": false, "md5_digest": "a0869bbed7498bcf42ab8441ad9006e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 259112, "upload_time": "2015-12-10T13:14:21", "url": "https://files.pythonhosted.org/packages/4c/36/c968058c890fdb037a3ddfc8f6714b39ccfb61056680cb79a9c9c46db7fa/sc.social.like-2.4.1.tar.gz" } ], "2.5": [ { "comment_text": "", "digests": { "md5": "baf93c1935a3e930e3de8a695a4cf6ce", "sha256": "cf59d29f55e2dd56bbe5f33b4cf94020a03161be06a5bed20586dee70085fef3" }, "downloads": -1, "filename": "sc.social.like-2.5-py2-none-any.whl", "has_sig": false, "md5_digest": "baf93c1935a3e930e3de8a695a4cf6ce", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 338523, "upload_time": "2016-07-27T02:34:19", "url": "https://files.pythonhosted.org/packages/c0/48/78f8c872915000108d998abd9ddfa174081f455d18f1ca7a13936cc49d1e/sc.social.like-2.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ff9f1e43c37c0166b62511c86eab9504", "sha256": "8d037b8cb3c275436ae8e8312f985ede6583ece31e7072353163df66996990e8" }, "downloads": -1, "filename": "sc.social.like-2.5.tar.gz", "has_sig": false, "md5_digest": "ff9f1e43c37c0166b62511c86eab9504", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 366314, "upload_time": "2016-07-27T02:34:24", "url": "https://files.pythonhosted.org/packages/e2/57/930566c02a1190c67b4eb2da7f88b224f58754e1bff217e75366b8fa5837/sc.social.like-2.5.tar.gz" } ], "2.6a1": [ { "comment_text": "", "digests": { "md5": "18aaeb0ad1758d5da8c0616445dd4969", "sha256": "7966fbddb74af03d66bb157dff6cdb2b96168356bb692d3ec072ddc2ee4df22b" }, "downloads": -1, "filename": "sc.social.like-2.6a1-py2-none-any.whl", "has_sig": false, "md5_digest": "18aaeb0ad1758d5da8c0616445dd4969", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 355584, "upload_time": "2016-09-23T15:36:55", "url": "https://files.pythonhosted.org/packages/46/64/441a8e04368806002f334ef8a9210cd7a5ca14201f8182cba68dc93cfa32/sc.social.like-2.6a1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e52a8968d52a533bb353871143c8241a", "sha256": "5ff454bd2639d977883b8939f2fa45e862e789490e4ca44ad2f0580aede132c1" }, "downloads": -1, "filename": "sc.social.like-2.6a1.tar.gz", "has_sig": false, "md5_digest": "e52a8968d52a533bb353871143c8241a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 434735, "upload_time": "2016-09-23T15:37:00", "url": "https://files.pythonhosted.org/packages/db/aa/2911c7a8a42cbef1bd5bea296f3680f3e5a8e7cfdd155cde1e4efd6a3e0e/sc.social.like-2.6a1.tar.gz" } ], "2.6b1": [ { "comment_text": "", "digests": { "md5": "6413fa89eacb61b7b348b6c27eb03a22", "sha256": "de7ff71bf0d5d9a7c0c88314ce8a455766708bdb459ad6bc3650e87cd470d079" }, "downloads": -1, "filename": "sc.social.like-2.6b1-py2-none-any.whl", "has_sig": false, "md5_digest": "6413fa89eacb61b7b348b6c27eb03a22", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 345446, "upload_time": "2016-12-21T11:11:39", "url": "https://files.pythonhosted.org/packages/93/5b/3e677f5c4186e4f29f6ca9b27db6e671109aa7bbad1779836547fb97bf49/sc.social.like-2.6b1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "881478a3eed721a1d667c70cf4bd59d5", "sha256": "4e63efb629405a4f8cfd73a8a9f304a245f0ea0f1b3ecc927df1ec1c05acc1a4" }, "downloads": -1, "filename": "sc.social.like-2.6b1.tar.gz", "has_sig": false, "md5_digest": "881478a3eed721a1d667c70cf4bd59d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 426723, "upload_time": "2016-12-21T11:11:43", "url": "https://files.pythonhosted.org/packages/91/d7/c200466afbf467f56da88140b892f1ee477169fcfb7b6ee5a66021d215fa/sc.social.like-2.6b1.tar.gz" } ], "2.7b1": [ { "comment_text": "", "digests": { "md5": "164102cc393c4ba2649cfd0d34172d54", "sha256": "f74086e15e7acb8299e0ea62c688ca6aca43471927912b889670784c6bbe608a" }, "downloads": -1, "filename": "sc.social.like-2.7b1-py2-none-any.whl", "has_sig": false, "md5_digest": "164102cc393c4ba2649cfd0d34172d54", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 347850, "upload_time": "2017-01-09T21:36:29", "url": "https://files.pythonhosted.org/packages/44/60/94d4c65ff1f3112648b854361aae5931b00bac26da55ee05f0564ff1c373/sc.social.like-2.7b1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4056aba5e81612cbdd36e1f89aa77175", "sha256": "64ba782e8ce47a5ef1c5754df86bd4f7faad4855bbfda8bbe2e9bca74c1107c5" }, "downloads": -1, "filename": "sc.social.like-2.7b1.tar.gz", "has_sig": false, "md5_digest": "4056aba5e81612cbdd36e1f89aa77175", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 428355, "upload_time": "2017-01-09T21:36:32", "url": "https://files.pythonhosted.org/packages/83/df/9c106cf0abbf91b4dde5db87d4a10897c2da10f798e116ceaca91f993c08/sc.social.like-2.7b1.tar.gz" } ], "2.8b1": [ { "comment_text": "", "digests": { "md5": "2fe624d9c93cde646f84f0e347835618", "sha256": "95382657ed1e0d62b6664a0262271b5fc703c85f91a320706f0d52794eca0333" }, "downloads": -1, "filename": "sc.social.like-2.8b1.tar.gz", "has_sig": false, "md5_digest": "2fe624d9c93cde646f84f0e347835618", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 427464, "upload_time": "2017-02-03T12:21:47", "url": "https://files.pythonhosted.org/packages/3a/aa/d2cbea35aec0b622417ee946a980609c17032b733c4b7f3a608593f8b8fd/sc.social.like-2.8b1.tar.gz" } ], "2.9": [ { "comment_text": "", "digests": { "md5": "680b8abc81a9f8ae5109746ba3f9dcf0", "sha256": "9ef182419a217e436a0f17125165e29a9686dc5695721fe99dac19d57aa95519" }, "downloads": -1, "filename": "sc.social.like-2.9.tar.gz", "has_sig": false, "md5_digest": "680b8abc81a9f8ae5109746ba3f9dcf0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 428856, "upload_time": "2017-03-09T18:43:52", "url": "https://files.pythonhosted.org/packages/61/31/94a03f6fcc6cb9c53cc9104bd1e8cddbfddda1ec511acbc8b7c5e1aa645c/sc.social.like-2.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c1f9bafe364629b2bc17bbf46b2869a3", "sha256": "aad6b3cc88f7dca22c5bff064239c46fa785607f106f7e19ef9521da684a2599" }, "downloads": -1, "filename": "sc.social.like-2.10.1.tar.gz", "has_sig": false, "md5_digest": "c1f9bafe364629b2bc17bbf46b2869a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 466521, "upload_time": "2017-08-02T13:03:05", "url": "https://files.pythonhosted.org/packages/46/b3/2948e3b0fdeccf33af4d57abbf69a1149d9927084aa8b82e62f02fa24f12/sc.social.like-2.10.1.tar.gz" } ] }