{ "info": { "author": "RedTurtle Technology", "author_email": "sviluppoplone@redturtle.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Plone", "Framework :: Plone :: 3.3", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "License :: OSI Approved :: GNU General Public License (GPL)", "Topic :: Multimedia :: Video" ], "description": "A simple **video support for Plone**, mainly based on `collective.flowplayer`__.\n\n__ http://pypi.python.org/pypi/collective.flowplayer\n\n.. contents:: **Table of contents**\n\nDeprecation warning: AKA \"Easily migration to wildcard.media\"\n=============================================================\n\n.. note:: **Deprecation warning**\n Although RedTurtle Video will still work for Plone 3.3 to 4.3 (read below), releases from\n 1.1.0 and above will be focused on helping people migrate to `wildcard.media`__\n\n__ https://plone.org/products/wildcard.media\n\nMotivations behind this choice\n------------------------------\n\nRedTurtle Video have a very long history and we loved it, but it's fate is linked to the status of\n``collective.flowplayer``, which is not very clear and still based on a very old\nrelease of Flowplayer based on Flash technology.\nPlone 4.3 compatibility works... more or less (you will experience some issues originated by\nchanges done in collective.flowplayer > 3).\n\nBut this is not the main motivation: meanwhile the web moved on (HTML 5 is here!) and a new promising\n(Dexterity based) product is available: **wildcard.media**.\n\nWe *really* think that Plone will live better with a single, well done and mainained product\ninstead of having two or more.\n\nAll future versions of RedTurtle Video will help people moving on, migrating to this new\npackage, and our future work will be probably focused on contributing to *that* package instead.\n\nRedTurtle Video is still your best friend if you need Plone < 4.3 compatibility.\n\nHow to migrate?\n---------------\n\nGo to you ``portal_setup`` ZMI tool and run the \"*RedTurtle Video: migrate to wildcard.media*\"\nGeneric Setup profile.\nAfter that: uninstall RedTurtle Video and remove it from your buildout.\n\n**NB**: ``Products.contentmigration`` is required, and you must rely on\nversion 2.1.8 or better::\n\n [buildout]\n ...\n \n [versions]\n ...\n Products.contentmigration = 2.1.8\n\nLimitations\n-----------\n\nwildcard.media is not perfect (yet). There's a big feature that is missing: supporting other\nremote video sources different from YouTube.\n\nWe will probably work on this in future.\n\nRedTurtle Video Features\n========================\n\n(*...in case you still want to use RedTurtle Video...*)\n\nThis add to your Plone portal two new types:\n\n* *Video file* for providing a video content directly from a video file compatible with flowplayer\n formats. In the video view you can copy/paste the video embedding code, for seeing this video in other\n sites.\n* *Video link* for a remote video resource\n\nAlso you can insert the *year* of the video and the *duration*.\n\nA \"Look\" section will also give you fields for:\n\n* add an optional image field, for the video screenshot/splashscreen data\n* video display size\n\nInternal video\n--------------\n\nAdd to your site a new \"Video file\", then provide a video format compatible with `Flowplayer`__.\nWhen you save it RedTurtle Video try to take from the video source some metadata like the *duration*\nand video size (width and height). Later you can modify those values manually.\n\n__ http://flowplayer.org/\n\n.. image:: http://keul.it/images/plone/redturtle-video-0.4.0-01.png\n :alt: Video file example\n\nIf you provided also the image field, this can be used (optionally) as video starting splash image.\nAll other amazing features came directly from the power of ``collective.flowplayer``.\n\nMigrate from basic collective.flowplayer file\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nIf you already used ``collective.flowplayer`` in your site for manage internal video and now you want\nto migrate them to RedTurtle \"Video file\" contents, you can use the ``@@flowplayer-video-migration`` view.\nYou need to have installed also `Products.contentmigration`__.\n\n__ http://pypi.python.org/pypi/Products.contentmigration\n\nPlease, **backup** your data before trying this!\n\niOS devices compatibility\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\nUsing collective.flowplayer you have no compatiblity with iPhone/iPad/iWhatever devices as far as they\ndon't support Flash technology.\n\nUsing RedTurtle Video and providing:\n\n* a splash screen image\n* a compatible video format like *mp4*\n\n...you will be able to use also those kind of devices.\n\n.. image:: http://keul.it/images/plone/redturtle.video-0.7.0-01.png\n :alt: A Video file with iPhone\n\nRemote video\n------------\n\nAlways wrapping ``collective.flowplayer`` features, you can provide a special kind of link that point to\na compatible format resource. Again you can play with all additional fields, adjusting video size and\nmetadata.\n\nThe link can be to a remote site that host ``flv`` of other compatible types, or a link to an \"Video file\"\nin the same Plone site.\n\nRemote video providers\n----------------------\n\nOne of the most interesting feature is the support to *URL to 3rd party remote video services* like:\n\n* YouTube (http://www.youtube.com/) - using `collective.rtvideo.youtube`__\n* Vimeo (http://www.vimeo.com/) - using `collective.rtvideo.vimeo`__\n* Metacafe (http://www.metacafe.com/) - using `collective.rtvideo.metacafe`__\n\n.. image:: http://keul.it/images/plone/redturtle-video-0.4.0-02.png\n :alt: Video link to a YouTube resource\n\nEnhancing this list with additional providers is quite simple (see the `documentation`__ given with the product).\nYou are welcome to contribute and release other ``collective.rtvideo.yourpreferredremoteservice`` add-on!\n\n__ http://pypi.python.org/pypi/collective.rtvideo.youtube\n__ http://pypi.python.org/pypi/collective.rtvideo.vimeo\n__ http://pypi.python.org/pypi/collective.rtvideo.metacafe\n__ http://plone.org/products/redturtle.video/documentation/\n\nPortlet\n-------\n\nAlso this will give you a new \"*Video gallery*\" portlet, similar to the ones you'll get with\n``collective.flowplayer`` (\"Video player\").\n\nThis portlet will show links to a configurable set of videos, displaying in the portlet the splash image.\n\nYou can still use basic \"Video player\" portlet given by ``collective.flowplayer``.\n\nDefault size\n------------\n\nDefault video size (that you can change from the \"Look\" fieldset) is 400x300. You can change this default\ngoing to ZMI, in ``portal_properties`` and change values in ``redturtle_video_properties``.\n\nRequirements\n============\n\nTested on all Plone versions from 3.3 to 4.3, with many compatible collective.flowplayer versions.\n\nInstallation\n============\n\nUsing buildout::\n\n [buildout]\n ...\n eggs =\n ...\n redturtle.video\n\nTo add also additional video providers support::\n\n [buildout]\n ...\n eggs =\n ...\n collective.rtvideo.youtube\n ...\n mycompany.myservice\n\nSupport\n=======\n\nIf you find bugs or have a good suggestion, open a ticket at\nhttps://github.com/RedTurtle/redturtle.video/issues/\n\nCredits\n=======\n\nDeveloped with the support of:\n\n* `Rete Civica Mo-Net - Comune di Modena`__\n \n .. image:: http://www.comune.modena.it/grafica/logoComune/logoComunexweb.jpg\n :alt: City of Modena - logo\n \n* `Regione Emilia Romagna`__\n\n* `Guardia di Finanza`__\n\n* `Camera di Commercio di Ferrara`__\n \n .. image:: http://www.fe.camcom.it/cciaa-logo.png/\n :alt: CCIAA Ferrara - logo\n\n* `S. Anna Hospital, Ferrara`__\n \n .. image:: http://www.ospfe.it/ospfe-logo.jpg \n :alt: S. Anna Hospital logo\n\nAll of them supports the `PloneGov initiative`__.\n\n__ http://www.comune.modena.it/\n__ http://www.regione.emilia-romagna.it/\n__ http://www.gdf.gov.it/\n__ http://www.fe.camcom.it/\n__ http://www.ospfe.it/\n__ http://www.plonegov.it/\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.net/redturtle_banner.png\n :alt: RedTurtle Technology Site\n :target: http://www.redturtle.it/\n\nThanks to\n---------\n\n* *Giorgio Borelli* (gborelli) for adding tests, fixing issues and providing *Vimeo* support.\n* *Christian Ledermann* (nan010) for providing *Google Video*, *Metacafe* support and, not\n last, very good documentation.\n\nChangelog\n=========\n\n1.1.1 (2015-08-17)\n------------------\n\n- Handle possible HTTP ``Not Found`` error in thumbnail retrieve\n [cekk]\n\n\n1.1.0 (2014-07-11)\n------------------\n\n- Fixed Python import for Plone 4.3 (close `#14`__) [bhenker]\n- Named the schemaextender adapter, to be compatible with latests\n collective.flowplayer versions [keul]\n\n __ https://github.com/RedTurtle/redturtle.video/pull/14\n\n- Fix permission to add portlet. Now who can manage portlets can create it [cekk]\n- Added the uninstall profile (this close `#12`__) [keul]\n\n __ https://github.com/RedTurtle/redturtle.video/issues/12\n\n- Added a Generic Setup import profile for migrate to wildcard.media\n (at the best of what we can do) [keul]\n\n1.0.1 (2013-04-03)\n------------------\n\n- We don't need any new catalog index so we are not creating them.\n To don't break 3rd party packages we will *not* remove index when upgrading\n [keul]\n- Added reindex for hasSplashScreenImage when retrieve thumb from external plugin\n [cekk]\n\n1.0.0 (2012-10-01)\n------------------\n\n- Updated italian translation [keul]\n- Added video path to portlet info dict [cekk]\n\n0.8.1 (2012-09-21)\n------------------\n\n- added fix for thumb size. Now uses plone.app.imaging sizes [cekk]\n\n0.8.0 (2012-09-04)\n------------------\n\n* add a body field to the video types [davismr]\n* fixed missing Generic Setup dependency (close `#8`__) [davismr]\n* adds events that call getThumb on the RemoteVideo adapter, and try to get a thumb image\n for the video [cekk, lucabel]\n* fixed a GS circular dependency error [keul]\n* video size in content was ignored when also present in video metadata (close `#6`__)\n [keul]\n\n__ https://github.com/RedTurtle/redturtle.video/pull/8\n__ https://github.com/RedTurtle/redturtle.video/issues/6\n\n0.7.3 (2012-05-18)\n------------------\n\n* version 0.7.2 was a broken egg [keul]\n\n0.7.2 (2012-05-17)\n------------------\n\n* removed (commented) code that reindex an index when it's created while installing\n the product. This can take a *very* long time on huge site [keul]\n* added spanish translation [Manuel]\n* fixed tests for Plone 4.2 compatibility [keul]\n* fixed migration step that was not running the proper dependecy (see `#2`__) [keul]\n* year field now limited to 4 chars [keul]\n* from now include compiled .mo files in the egg [keul]\n* fixed a bug when migrating from File to InternalVideo on Plone 4 (using plone.app.blob).\n ``IVideo`` now extends ``IFileContent`` [keul]\n\n__ https://github.com/RedTurtle/redturtle.video/issues/2\n\n0.7.1 (2012-01-02)\n------------------\n\n* blob file field have a different meta_type that make the migration walker fail.\n Now supported both ATFile and ATBlob [keul]\n* the migrator view from File was not properly taking video metadata [keul]\n* ``getEmbedCode`` and ``getPlayerCode`` methods can now be called from other views [keul]\n* no more running ``plone.app.image`` generic profile setup when installing.\n This was giving some trouble when the products was already in use, because\n custom image size are removed [keul]\n* related items in Plone 4 were doubled; fixed. to keep also Plone 3 compatibility,\n added dependency to `collective.relateditems`__ [keul]\n* fixed a bug that break video if a user remove sizes information [keul]\n* fixed bug in metadata extraction on Plone 3 if not blob support is present [keul]\n\n__ http://plone.org/products/collective.relateditems/\n\n0.7.0 (2011-09-28)\n------------------\n\n* added a ``@@flowplayer-video-migration`` for migrate base Plone Flowplayer enabled contents to RedTurtle\n Video contents [keul]\n* updated documentation related to iOS devices [keul]\n\n0.6.0 (2011-08-31)\n------------------\n\n* update imports to support latest zope.formlib release, which is\n pinned in 4.1 release [mamico]\n* dependency on ``Products.CMFPlone`` instead of ``Plone``, for\n Plone 4.1 compatibility (see `documentation`__) [keul]\n* fixed portlet target_url if the target is a folder (close `#10`__) [cekk]\n* removed internal support for \"Vimeo\" and \"Metacafe\" services, moved away in proper external projects.\n This close ticket `#7`__ [keul]\n* added two ZMI properties to controls default video size when creating new contents. Also the default\n size has been changed to 400x300 [keul]\n* added some missing ``.copy()`` call when working with default AT schema (close `#9`__) [keul]\n* fixed some CSS z-index issues that create problems with Sunburst theme and other add-ons\n (close `#8`__) [nekorin]\n\n__ http://plone.org/documentation/manual/upgrade-guide/version/upgrading-plone-4.0-to-4.1/updating-add-on-products-for-plone-4.1/changing-dependencies-from-plone-to-products.cmfplone\n__ http://plone.org/products/redturtle.video/issues/10\n__ http://plone.org/products/redturtle.video/issues/7\n__ http://plone.org/products/redturtle.video/issues/9\n__ http://plone.org/products/redturtle.video/issues/8\n\n0.5.2 (2011-05-30)\n------------------\n\n* file field for RTInternalVideo content is defined\n as primary also with blobs, so can be used with FTP/WEB-DAV uploads\n [keul]\n* RTInternalVideo now register himself for video content in the\n ``content_type_registry`` [keul]\n\n0.5.1 (2011-05-19)\n------------------\n\n* restored \"i18n\" folder for translate the ``plone`` domain\n (translation with locales sometimes sucks) [keul]\n\n0.5.0 (2011-05-12)\n------------------\n\n* fixed dependency for plone.app.imaging to version 1.0b9 or better [keul]\n* removed support for video.google.com videos (close `#6`__) [keul]\n* removed support for youtube video, moved to `collective.rtvideo.youtube`__\n this is part of ticket `#7`__ [keul]\n* typo error bug fixed: Vimeo embed view was using YouTube template [keul]\n* now also remote video use size fields for the view [keul]\n* XHTML fix for Metacafe template [keul]\n* Fixed a bug that break saving an internalvideo,\n when metadata can't be extracted [keul]\n* when using splashscreen image, also display a \"Play\" icon on the image\n [nekorin]\n* translations fixes [keul]\n\n__ http://plone.org/products/redturtle.video/issues/6\n__ http://pypi.python.org/pypi/collective.rtvideo.youtube\n__ http://plone.org/products/redturtle.video/issues/7\n\n0.4.0 (2011-04-14)\n------------------\n\n* add metacafe.com and video.google.com adapters [nan010]\n* add some documentation how to write an adapter [nan010]\n* video contents now implements the ``IImageContent`` interface [keul]\n* now supported `plone.app.blob`__ [keul]\n* added way (*/@@blob-video-migration* view) to migrate from ZODB to blob [keul]\n* bug fixed: the title for internal video was not required [keul]\n* shortened the embedding code, using the `External configuration file`__,\n this also fix problems when embedding in documents using TinyMCE [keul]\n* the internal video size is now the uploaded video size (close `#1`__) [keul]\n* simple video links to .flv URL were broken [keul]\n* restored right position for a lot of viewlet manager\n (reverting some changes done in version 0.3.1) [keul]\n* splashscreen image can be used (optionally) as real video splashscreen.\n Now `plone.app.imaging`__ is required (even without ``plone.app.blob``) [keul]\n* added video size fields; video view and embed code now use it [keul]\n* properly registering types in TinyMCE (this close `#5`__) [keul]\n* external video now provides the ``IFlowPlayable`` interface only when linking\n simple .flv resources. This close `#2`__ [keul]\n* portlet header is not required anymore [keul]\n\n__ http://pypi.python.org/pypi/plone.app.blob\n__ http://flowplayer.org/demos/installation/alternate/index.html#external_config\n__ http://plone.org/products/redturtle.video/issues/1\n__ http://pypi.python.org/pypi/plone.app.imaging\n__ http://plone.org/products/redturtle.video/issues/5\n__ http://plone.org/products/redturtle.video/issues/2\n\n0.3.1 (2010-03-18)\n------------------\n\n* inserted embed string over the player [fdelia]\n\n0.3.0 (2010-03-03)\n------------------\n\n* embedded code link to flowplayer [alert, fdelia, keul]\n* added youtube.com and vimeo.com adapters [gborelli]\n* getting video embed html code with adapter (and removed BeautifulSoup) [gborelli]\n* added redturtle_video macros [gborelli]\n* added some tests [gborelli]\n* added locales rebuild script [gborelli]\n* fixed package install [gborelli]\n\n0.2.2 (2009-11-11)\n------------------\n\n* portlet does not return the getYear and getDuration method anymore [keul]\n* moved hachoir import inside function from module level, due to stdout PDB error [keul]\n* added a *very* ugly support for remote video to Youtube links [keul]\n* removed validators for image field as it was not required but was not possible to ignore it [keul]\n\n0.2.1beta (2009-10-19)\n----------------------\n\n* fixed bug using redturtle.video with latests collective.flowplayer versions (3.0+) [fdelia]\n* tested with latest flowplayer release [fdelia]\n\n0.2.0beta (2009-10-14)\n----------------------\n\n* added informations (duration and year) of the video, that will be displayed in the portlet\n* fixed bug finders in using getFolderContents for ATTopic\n\n0.1.0alpha (2009-09-28)\n-----------------------\n\n* initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/redturtle.video", "keywords": "plone video flowplayer plonegov", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "redturtle.video", "package_url": "https://pypi.org/project/redturtle.video/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/redturtle.video/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plone.org/products/redturtle.video" }, "release_url": "https://pypi.org/project/redturtle.video/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "Video content types for Plone; use collective.flowplayer but also pluggable with external services. - Forward compatibility shim version, for easily migrate to wildcard.media", "version": "1.1.1" }, "last_serial": 1680261, "releases": { "0.1.0alpha": [ { "comment_text": "", "digests": { "md5": "b4f9712ccf1c2f347ee174c15015af3b", "sha256": "d90bc5f7dbfb655d3e9e4a0cb253142dacfaf1ce1b49bc911a9ed70092947778" }, "downloads": -1, "filename": "redturtle.video-0.1.0alpha-py2.4.egg", "has_sig": false, "md5_digest": "b4f9712ccf1c2f347ee174c15015af3b", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 39132, "upload_time": "2009-09-28T10:35:53", "url": "https://files.pythonhosted.org/packages/42/8f/dee263f6e645315f2ddafabb01b82785b764c6babb1afd1f4353e3c65b0f/redturtle.video-0.1.0alpha-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "7b4b956c83918894bed02c6ffa178e06", "sha256": "3e291730251100aa4230edcab74270a3135926751b3a26676ae709a59e0c6c0b" }, "downloads": -1, "filename": "redturtle.video-0.1.0alpha.tar.gz", "has_sig": false, "md5_digest": "7b4b956c83918894bed02c6ffa178e06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19792, "upload_time": "2009-09-28T10:35:52", "url": "https://files.pythonhosted.org/packages/81/4d/f1f5c389e451cef869cd5a6138dd56aa1d3a6a8581a31cd840e4a7638362/redturtle.video-0.1.0alpha.tar.gz" } ], "0.2.0beta": [ { "comment_text": "", "digests": { "md5": "ca6d4f9f59217444295da49205fae149", "sha256": "bf65139a810450b726d49501d4bc3060ae65052cfcb02d1b0a79d7800eca3095" }, "downloads": -1, "filename": "redturtle.video-0.2.0beta-py2.4.egg", "has_sig": false, "md5_digest": "ca6d4f9f59217444295da49205fae149", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 49691, "upload_time": "2009-10-14T11:28:01", "url": "https://files.pythonhosted.org/packages/c1/fe/e975c9fa077287bba46977915ddc4811f272c700bf7dcbaece5413bfea3f/redturtle.video-0.2.0beta-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "3f3b2d055dbbdf6fd6e189b53035336b", "sha256": "6d0b6cc04db2d3fed552ba79adae28ebb47120426fab0782b08914b69eb57f44" }, "downloads": -1, "filename": "redturtle.video-0.2.0beta.tar.gz", "has_sig": false, "md5_digest": "3f3b2d055dbbdf6fd6e189b53035336b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24017, "upload_time": "2009-10-14T11:28:00", "url": "https://files.pythonhosted.org/packages/54/58/96409f2e3c32679ecf9275a628b52728db3c009bde1621e4599fe066e5e4/redturtle.video-0.2.0beta.tar.gz" } ], "0.2.1beta": [ { "comment_text": "", "digests": { "md5": "be85202b10268201415044facd841ecb", "sha256": "57624341f206dc946c45a8d35d951b282533872dce1be903da886473a76dfb36" }, "downloads": -1, "filename": "redturtle.video-0.2.1beta-py2.4.egg", "has_sig": false, "md5_digest": "be85202b10268201415044facd841ecb", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 49452, "upload_time": "2009-10-19T11:59:02", "url": "https://files.pythonhosted.org/packages/16/a4/21a2194280f509e74461dbd3afafb8c01ba310298b25c1d81d19b63e4199/redturtle.video-0.2.1beta-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "2edcdbbc3672c26d8ed35de181ab8221", "sha256": "5aa5846399b6a61b1e5ad5d57d736cfb02c959280659857e39514158284ac25b" }, "downloads": -1, "filename": "redturtle.video-0.2.1beta.tar.gz", "has_sig": false, "md5_digest": "2edcdbbc3672c26d8ed35de181ab8221", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23952, "upload_time": "2009-10-19T11:59:02", "url": "https://files.pythonhosted.org/packages/78/b8/5b2fe5fe9db08ba8ec447dc7572597b98b8b0ce9db85dca466a942592c49/redturtle.video-0.2.1beta.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "fc164b37fb96028ec32275eb500df099", "sha256": "b014e2c820af29538c250375e71f5bcf41b35325619ee2a5d75be2fadd67e1a4" }, "downloads": -1, "filename": "redturtle.video-0.2.2-py2.4.egg", "has_sig": false, "md5_digest": "fc164b37fb96028ec32275eb500df099", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 51881, "upload_time": "2009-11-11T16:51:05", "url": "https://files.pythonhosted.org/packages/37/20/507fd32ca4e5810056644bfa4615b1baa1c777ad7f81bb39652f02280e53/redturtle.video-0.2.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "7b4b4f1a093a703011f34ab56b09fc11", "sha256": "1e0482dcdee2c40b594801786f248a4b12b7d3dfaf2c2baa17db337ae2742aab" }, "downloads": -1, "filename": "redturtle.video-0.2.2.tar.gz", "has_sig": false, "md5_digest": "7b4b4f1a093a703011f34ab56b09fc11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24992, "upload_time": "2009-11-11T16:51:05", "url": "https://files.pythonhosted.org/packages/3d/d4/6fee024a06a9801a5b39e60bf5994cc8d61cb750da8865189e28cfd7b2d0/redturtle.video-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "58a4cfa353a497a12aae77bc467971a2", "sha256": "c28e827e5ebea30dce59b822760e81ef712629bb6b32f8dccf8991673dc84634" }, "downloads": -1, "filename": "redturtle.video-0.2.3.tar.gz", "has_sig": false, "md5_digest": "58a4cfa353a497a12aae77bc467971a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24887, "upload_time": "2010-05-14T08:43:38", "url": "https://files.pythonhosted.org/packages/ec/94/b82d93e869885829ee2d9eb998a4d9679c404e28e62a90281392351b3f08/redturtle.video-0.2.3.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "6963fdcc2f6ba1569320f91e3968ff5c", "sha256": "9dad7361cbba9949cb803a985661e75d62476e236b9374ef76e623bf49a0cb41" }, "downloads": -1, "filename": "redturtle.video-0.3.0.tar.gz", "has_sig": false, "md5_digest": "6963fdcc2f6ba1569320f91e3968ff5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40504, "upload_time": "2010-03-03T10:42:02", "url": "https://files.pythonhosted.org/packages/be/2d/6289e6f825f819f91073a68a0809f18631980a9c81566b864e20b7ca2a3d/redturtle.video-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "97eb478658ebb702a1991f6a899b56c2", "sha256": "55cf78f72e398c41bf2413685497090b48d541ac374591e2950cacd20090b1fe" }, "downloads": -1, "filename": "redturtle.video-0.3.1-py2.4.egg", "has_sig": false, "md5_digest": "97eb478658ebb702a1991f6a899b56c2", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 73547, "upload_time": "2010-03-18T18:16:06", "url": "https://files.pythonhosted.org/packages/1e/59/0fd24c2f7cd6d4deeeeb3e2ca8d5a438f1e4093f9edfd74f10f308fb954b/redturtle.video-0.3.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "78e5de5e91148ffceacb821933494190", "sha256": "674c3628d2bdffea82c20f646d2ddc0f29d38f3329787fb57e497a27a7ef9160" }, "downloads": -1, "filename": "redturtle.video-0.3.1.tar.gz", "has_sig": false, "md5_digest": "78e5de5e91148ffceacb821933494190", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43293, "upload_time": "2010-03-18T18:16:06", "url": "https://files.pythonhosted.org/packages/89/64/947c3250fbd320ef9638b53c1b766b7f3d76dfd94e12a1b1059966baf05c/redturtle.video-0.3.1.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "2ed4857d5b1f83964bdc629e3403be7f", "sha256": "eca4156cb6a4fcfecff36016fb38ad79bcc5d3feec1ab0b72c25508cc0e69312" }, "downloads": -1, "filename": "redturtle.video-0.4.0.tar.gz", "has_sig": false, "md5_digest": "2ed4857d5b1f83964bdc629e3403be7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57315, "upload_time": "2011-04-14T14:52:38", "url": "https://files.pythonhosted.org/packages/87/d1/1a659bcbb60c41975a42b49024594a8809442dd11ff4ae82ebadaacb0b79/redturtle.video-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "71576f6d78a100bc7be28d17548bc8d0", "sha256": "b2a4c8c2ea5bc4384580be6ba01e97165e9abd28c204692f7bc6f002b82065c6" }, "downloads": -1, "filename": "redturtle.video-0.5.0-py2.6.egg", "has_sig": false, "md5_digest": "71576f6d78a100bc7be28d17548bc8d0", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 296113, "upload_time": "2011-05-12T16:04:28", "url": "https://files.pythonhosted.org/packages/de/9c/76592a2351dc1a8f2545bbc05b9d1b474f266ed581e8dc7cecf83d068415/redturtle.video-0.5.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "9416fbbb19b209c110468621d13de0ab", "sha256": "0e357537201caf0293f85f90e047e04f72bc73b5c5736c08e5a67b1ef4f9c072" }, "downloads": -1, "filename": "redturtle.video-0.5.0.tar.gz", "has_sig": false, "md5_digest": "9416fbbb19b209c110468621d13de0ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 260431, "upload_time": "2011-05-12T16:04:27", "url": "https://files.pythonhosted.org/packages/79/32/2ce3ce69ea8159c0775cb02f93732dcdf38da6c85562a46196b7c165321e/redturtle.video-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "87d62d6ff23f47b394204680a2bf5e6d", "sha256": "8f92198bf4c904f1cc345848680776f11c30ff0b86cbda4073a9e539bb4cce8f" }, "downloads": -1, "filename": "redturtle.video-0.5.1-py2.6.egg", "has_sig": false, "md5_digest": "87d62d6ff23f47b394204680a2bf5e6d", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 296102, "upload_time": "2011-05-19T09:17:04", "url": "https://files.pythonhosted.org/packages/55/7b/786dafc343ee46d8df90ddea9eab72065877c5214bb709d853a3ee3a3976/redturtle.video-0.5.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "b9e89aa9ab4d0f2a9671ef32ce758a22", "sha256": "c0cac8ab8291af6bc4c4be9466dba71b34adaa5db59e32da33dcbd04c795de66" }, "downloads": -1, "filename": "redturtle.video-0.5.1.tar.gz", "has_sig": false, "md5_digest": "b9e89aa9ab4d0f2a9671ef32ce758a22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 260894, "upload_time": "2011-05-19T09:17:02", "url": "https://files.pythonhosted.org/packages/22/72/d214fde12a9b1fb75d2f8e5b77cd79167821aa5fdbf5d88c9331f63b77f4/redturtle.video-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "6ad46f9f51cc0a5b35bd20d8a04c4a90", "sha256": "5389b95c3d2a45ab699466f1889321d49010bcd22c54234f358ccd77d9ebe38e" }, "downloads": -1, "filename": "redturtle.video-0.5.2-py2.6.egg", "has_sig": false, "md5_digest": "6ad46f9f51cc0a5b35bd20d8a04c4a90", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 296600, "upload_time": "2011-05-30T12:16:40", "url": "https://files.pythonhosted.org/packages/f4/ee/70009734fd1461e47725527358e2ab5119ac286b93f6a411406cacc936f1/redturtle.video-0.5.2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "c97b56b591edf050d434ce672249d67a", "sha256": "1488026906fc15d4720f5ecf890311f5f702782dc8a3067b06c76199069ef7ca" }, "downloads": -1, "filename": "redturtle.video-0.5.2.tar.gz", "has_sig": false, "md5_digest": "c97b56b591edf050d434ce672249d67a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 260968, "upload_time": "2011-05-30T12:16:38", "url": "https://files.pythonhosted.org/packages/65/32/819dbf817ebd6308f7c72df7e935089c670d56d4dd89d01160b31e7f66a9/redturtle.video-0.5.2.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "d1b13cb3b3e1b90fcce73e32e8adddd7", "sha256": "c49aeb28362571935563e03ca7533437484e9b3b4eb00c094d085314934850b8" }, "downloads": -1, "filename": "redturtle.video-0.6.0.tar.gz", "has_sig": false, "md5_digest": "d1b13cb3b3e1b90fcce73e32e8adddd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 261096, "upload_time": "2011-08-31T15:38:36", "url": "https://files.pythonhosted.org/packages/df/be/ab865583718d7f8fb95f4e6d434e90bc002a7effa46a8bd0d88250cf648b/redturtle.video-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "90f5268b1306d4401d1c4b64b957f6f2", "sha256": "d7fa507b092c01de0d32aaf45647155e2132b09edcacdd145812b0521ce0b127" }, "downloads": -1, "filename": "redturtle.video-0.7.0.tar.gz", "has_sig": false, "md5_digest": "90f5268b1306d4401d1c4b64b957f6f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 265074, "upload_time": "2011-09-28T12:03:55", "url": "https://files.pythonhosted.org/packages/71/8e/164d67051529f8038db0bc42794cda073a141342ca672d5b7ab3673f05b7/redturtle.video-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "6c5232f853d00a7af8713113df50366e", "sha256": "6bc49a9c79e1bbc69d73f356f42a08b139a9c7c2568ed84aefb4c4f34f3a474c" }, "downloads": -1, "filename": "redturtle.video-0.7.1.tar.gz", "has_sig": false, "md5_digest": "6c5232f853d00a7af8713113df50366e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 267262, "upload_time": "2012-01-02T12:51:52", "url": "https://files.pythonhosted.org/packages/18/da/23abb916c366ca5afdbb1e647cc6f3a66878d4a71fda4a3f18568347d9cb/redturtle.video-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "0316b22bfaab0c31f8569e515f384896", "sha256": "7cdc634a0656237c0d85901ffe251e42c6d6a72c443cf3612fd8252a35c83189" }, "downloads": -1, "filename": "redturtle.video-0.7.2.tar.gz", "has_sig": false, "md5_digest": "0316b22bfaab0c31f8569e515f384896", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 263159, "upload_time": "2012-05-17T11:33:58", "url": "https://files.pythonhosted.org/packages/51/46/79076bb4793dc4b31664baefeb5f2da06ef09150bbb8c18c55ef07fc007e/redturtle.video-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "ebd8d4140d9eeb48b5f87ed94d43ea38", "sha256": "c36cabe4f6f7205e928aa203874e9f90e915c1f1a2b3b00e36791d27797eaa38" }, "downloads": -1, "filename": "redturtle.video-0.7.3.tar.gz", "has_sig": false, "md5_digest": "ebd8d4140d9eeb48b5f87ed94d43ea38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 267215, "upload_time": "2012-05-18T18:23:50", "url": "https://files.pythonhosted.org/packages/92/03/1452ce1a9111ff2edf0893830fe3b0f23140116be7c03de4e5491e3a82cf/redturtle.video-0.7.3.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "fbeee2788a66676474225e366c00c257", "sha256": "8192c9c5040684f5fcf283e220c13d2cd69921c9ff84a017923ffe401d8acf01" }, "downloads": -1, "filename": "redturtle.video-0.8.0.zip", "has_sig": false, "md5_digest": "fbeee2788a66676474225e366c00c257", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 303539, "upload_time": "2012-09-04T12:25:21", "url": "https://files.pythonhosted.org/packages/d7/2c/aad0f8c17db60dc99a534844abcdd664b8ec7a45474aa4a2d196ed4013f9/redturtle.video-0.8.0.zip" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "ec837c7f4e4adeb1557eed63d09a66ac", "sha256": "aaf9ba7a9e1bd33f584e1933bbf1187ff6d0594eba4ccb2e9af4422a0134c9da" }, "downloads": -1, "filename": "redturtle.video-0.8.1.zip", "has_sig": false, "md5_digest": "ec837c7f4e4adeb1557eed63d09a66ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 303648, "upload_time": "2012-09-21T13:23:58", "url": "https://files.pythonhosted.org/packages/9c/31/4b26f23441806d0b8c96179373287b8b262eb22531364713ffda7d512cb7/redturtle.video-0.8.1.zip" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "be5a4a12927d0c8b7650684d11d5a8dc", "sha256": "ff9adba266356822078e52bd4ec4a70d8d36ab7234c278bd5a5488b918ac890d" }, "downloads": -1, "filename": "redturtle.video-1.0.0.zip", "has_sig": false, "md5_digest": "be5a4a12927d0c8b7650684d11d5a8dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 305116, "upload_time": "2012-10-01T07:32:23", "url": "https://files.pythonhosted.org/packages/59/31/bfe8700c24e3991851cdd5f7dfe9780b62313fb4aedc5b23be177cf4b7c3/redturtle.video-1.0.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d143cf4791fd3e006e5aa4647b207d93", "sha256": "85679f7b3b1fba82af81baa71bc414fc3e5fbc5ae388b27bf9215946b642df68" }, "downloads": -1, "filename": "redturtle.video-1.0.1.zip", "has_sig": false, "md5_digest": "d143cf4791fd3e006e5aa4647b207d93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 305009, "upload_time": "2013-04-03T14:41:39", "url": "https://files.pythonhosted.org/packages/e2/7f/d29d24223736c82b1395c660a5d36b660593e5b0b83ff93f20e16bf2d56b/redturtle.video-1.0.1.zip" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "6bb7703a90e0c0ff0e61afc942e29cb8", "sha256": "bac8c6044afae1271318327866e2cdb3cc1ba671b53facc838aa1d85dbce3168" }, "downloads": -1, "filename": "redturtle.video-1.0.2.zip", "has_sig": false, "md5_digest": "6bb7703a90e0c0ff0e61afc942e29cb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 305175, "upload_time": "2013-10-07T16:17:37", "url": "https://files.pythonhosted.org/packages/be/de/cdda99ff9793193bbd45276d26b926e2f767f424c7f0b864fe1a79f75893/redturtle.video-1.0.2.zip" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "3bc6a6056fc54e5429c50effa0342b95", "sha256": "aba0f9e23fddda3dfac1e94582c0871fe6c55e3e911d1aeb4648f4257720f3f3" }, "downloads": -1, "filename": "redturtle.video-1.1.0.zip", "has_sig": false, "md5_digest": "3bc6a6056fc54e5429c50effa0342b95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 315586, "upload_time": "2014-07-11T08:44:10", "url": "https://files.pythonhosted.org/packages/00/f8/e6ecdc1b04610813fab65b104c137cd99f8204ff4bb7b099fac4aee6aefc/redturtle.video-1.1.0.zip" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "74264878a0ed8897135823d8bb0af30e", "sha256": "f9c90aaeb9540484c4161aa09670b897ae1d6627e090867adc8d91dbe471589b" }, "downloads": -1, "filename": "redturtle.video-1.1.1.tar.gz", "has_sig": false, "md5_digest": "74264878a0ed8897135823d8bb0af30e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 277331, "upload_time": "2015-08-17T09:01:51", "url": "https://files.pythonhosted.org/packages/68/b0/e803f1551d79100e18f9202bb1271191748d896412cbbec9227fd14a9ef8/redturtle.video-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "74264878a0ed8897135823d8bb0af30e", "sha256": "f9c90aaeb9540484c4161aa09670b897ae1d6627e090867adc8d91dbe471589b" }, "downloads": -1, "filename": "redturtle.video-1.1.1.tar.gz", "has_sig": false, "md5_digest": "74264878a0ed8897135823d8bb0af30e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 277331, "upload_time": "2015-08-17T09:01:51", "url": "https://files.pythonhosted.org/packages/68/b0/e803f1551d79100e18f9202bb1271191748d896412cbbec9227fd14a9ef8/redturtle.video-1.1.1.tar.gz" } ] }