{ "info": { "author": "Andy Nicholson", "author_email": "andy@infiniterecursion.com.au", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. contents::\n\nPlumi Content Types package\n\n- Code repository: https://github.com/plumi/plumi.content\n- Questions and comments to discuss@lists.plumi.org\n- Report bugs at http://plumi.org/newticket\n\nInstallation\n------------\n::\n\n python2.6 bootstrap.py\n ./bin/buildout\n\n\nUsage\n-----\nStart zeo::\n\n ./bin/zeoserver start\n\nStart the transcode daemon::\n\n ./bin/transcodedaemon start # or fg to start it in the foreground\n\nStart the worker instance::\n\n ./bin/worker start\n\nStart Zope::\n\n ./bin/instance start\n\n\nAdd a new Plone site, go to the Install Products Form and install Plumi content\nand transcode.star.\n\n\n\nChange history\n**************\n\n4.5 (2013-01-30)\n================\n\n - remove plumi edit custom form [mgogoulos]\n - remove custom templates dir [dimo]\n - add url validator for video link [mgogoulos]\n - pin collective.upload [dimo]\n - remove thumbnail schemata from video form [clopy]\n - remove javascript popup on video publish [clopy]\n - fix functional doctests [clopy]\n - remove unused seeders view [dimo]\n\n4.5rc1 (2012-12-14)\n===================\n\n - fix upload form to play with nginx http module uploads [mgogoulos]\n - add duration to other video by this author [dimo]\n - remove current video from other videos by this member [mgogoulos]\n\n4.5b1 (2012-11-17)\n==================\n\n - use embeded template for video views [dimo]\n - use year of publication instead of date [mgogoulos]\n - added preliminary audio and image support [clopy/mgogoulos]\n - added control panel option to notify reviewers [clopy]\n - fix error on ipads [dimo]\n - fix occasional plone.app.async.errors [dimo]\n - Various smaller bug fixes [clopy/mgogoulos\n\n4.4.1 (2012-07-26)\n==================\n\n - prevent transcoding from happening twice [clopy]\n\n4.4 (2012-07-25)\n================\n\n - new publish form [dimo, mgogoulos, clopy]\n - update to Plone 4.2 [dimo]\n - execute jobs (metadata extraction, notification emails, etc) asynchronously using plone.app.async [dimo, mgogoulos]\n - fix mediaelementjs swf & mp4 path [dimo]\n\n4.3.1 (2012-03-28)\n==================\n\n - point video language link to taxonomy page [clopy]\n - removed duplicate language from video information [mgogoulos]\n - members allowed to publish videos only in their home folders [dimo]\n - update subscribers for new workflow [dimo]\n - display Universal Subtitles widget in home page [dimo]\n - display number of total videos on taxonomy pages [mgogoulos]\n - added notifications to reviewers for events, news, callouts and images [clopy]\n - wrap categories under fetaured video if they exceed a specified size [clopy]\n - css fix for the plumi categories on front page [clopy]\n\n4.3 (2012-01-05)\n================\n \n - reindex on retranscode [dimo]\n - remove left margin in video player [clopy]\n - fix mp4 url for FB meta tags [clopy]\n - dont display download links if transcoding not complete [dimo]\n\n4.3rc2 (2011-12-21)\n===================\n\n - improve download links and has_torrent call [dimo]\n - minor css fixes [clopy, dimo]\n - check if transcoding is complete before trying to display video [dimo]\n - increase seeders timeout to 10 seconds [clopy]\n - fix template error when file is untranscoded [clopy]\n - add links to transcoded files [clopy, dimo]\n - fix opengraph specs for Facebook integration [clopy]\n \n\n4.3rc1 (2011-12-18)\n===================\n\n - don't recreate vocabularies if they are already there [dimo]\n - update buildout to Plone 4.1.3 [cpsaltis]\n - add ffmpeg to buildout [cpsaltis]\n - major update in plumi_video_view.pt [dimo]\n - move over required images and indexes from plumi.skin and plumi.app [dimo]\n - dont assume transcodetool is available [dimo]\n - fix opengraph tags [clopy, dimo]\n\n\n4.3b2 (2011-12-03)\n==================\n\n - don't stretch videos on playback [clopy]\n - add scaling to front page video for 16:9 support [clopy]\n - moved repo to github [garbas]\n - copied relevant parts from propertiestool.xml that were removed from plumi.app [garbas]\n - moved featured_videos_homepage from plumi.content to plumi.app [garbas]\n - html5 support [clopy, cpsaltis, dimo]\n - added Video Language field [clopy]\n - Universal Subtitles support [clopy, cpsaltis, dimo]\n - removed Flowplayer dependency, replace with MediaElementJS [clopy, dimo]\n - conform to pep8 [cpsaltis]\n - update plumi.content buildout [dimo]\n - add video language to listings [clopy]\n - update dacebook meta tags for 16:9 video [clopy]\n - add uninstall profile [dimo]\n\n\n4.2 (2011-06-02)\n================\n\nRelease for Plumi 4.2 [unweb.me]\n\nNo changes since plumi.content 4.2rc2\n\n\n4.2rc2 (2011-05-19)\n===================\n\nRelease for Plumi 4.2rc2 [unweb.me]\n\n - use preview screenshot image for video view [clopy]\n - use image preview instead of the full image on featured video [clopy]\n\n\n4.2rc1 (2011-05-10)\n===================\n\nRelease for Plumi 4.2rc1 [unweb.me]\n\n - add i18n tags for switching high/low res videos [dimo]\n - pep8 compatibility [dimo]\n - author page listing fixes [dimo]\n - use xmltestreport runner [dimo]\n - update tests to use plone.app.testing [dimo]\n - fix doctests [dimo]\n - don't display comments text when plone.app.discussion is not installed [clopy]\n - added indexes, made plone.app.discussion optional [clopy]\n - added empty vocabulary creation on install [clopy]\n - update to Plone 4.0.4, include testrunner [dimo]\n - dont fail if LinguaPlone is not installed [dimo]\n\n\n4.1.1 (2011-03-09)\n==================\n\nRelease for Plumi 4.1.1 [unweb.me]\n\n - fixed seeders bug on videos with filename containing space and parentheses [clopy]\n - fixed jquery call in video view [clopy]\n\n\n4.1 (2011-02-28)\n====================\n\nRelease for Plumi 4.1 [unweb.me]\n\n - added some failsafes when getting torrent seeders [clopy]\n - ajaxify seeders request in video template [clopy]\n - add views tracking to featured video [dimo]\n\n4.1rc1 (2011-02-11)\n====================\n\nRelease for Plumi 4.1 RC [unweb.me]\n\n - Authors latest videos lookup changed to path restriction rather than creator [axxs]\n - Added alt tag to thumbnail image [axxs]\n - small fix on indentation as newly created video's resulted in an error, the brains variable was not defined [axxs]\n\n\n4.1b1 (2011-02-01)\n==================\n\nRelease for Plumi 4.1b1 [unweb.me]\n\n - don't show categories if none is selected [clopy]\n - clean up vocabularies [clopy]\n - only show non-expired featured callouts on front page [clopy]\n - Remove the currently viewed video from the lookup on a sample of the users videos [axxs]\n - fix error on video listings, update video template [clopy]\n - Fix for ValueError if the sample of users videos was insufficient [axxs]\n - Initial layout of random sampling of other content by author on a video view as per ticket #478 [axxs]\n - Added comments count to the video listing rendering [axxs]\n - removed the ability to add subfolders of the same type from Plumi_Video_Folder and Plumi_Callout_Folder [axxs]\n - Updated help for the Paypal donation mechanism [axxs]\n - author page layouts and check to see data entered before display of the donate button [axxs]\n - metadata file so authors comments show on getAuthorsComments [axxs]\n - Restrict content types allowed in the callout and video folders as per part of ticket 578 [axxs]\n - Added calls to show user social networking homepages, somehow lost in a branch merge [axxs]\n - low/high resolution links for video [clopy]\n - display high-res mp4 when low is not available despite what the cookie says [clopy]\n - fix torrent details on video view [clopy]\n - Author page listing content based on Owner rather than Creator ticket #479 [axxs]\n - code cleanup [clopy]\n - provide basic seeders number [clopy]\n - added mising torrent extension [clopy]\n - fix torrent check path [clopy]\n - change download torrent path to a safa directory [clopy]\n - added torrent support for videos [clopy]\n\n\n4.0.2 (2011-01-16)\n==================\n\nRelease for Plumi 4.0 [unweb.me]\n\n - fix country and category links when em.taxonomies not installed [dimo]\n - fix country lookup in taxonomies [clopy]\n - dont display the none genre [dimo]\n - remove vlc link [dimo]\n - fix a couple of taxonomy issues [clopy]\n - reverted accidental commit, remove author and date from video listings [clopy]\n\n4.0rc3 (2010-12-24)\n===================\n\nRelease for Plumi 4.0rc2 [unweb.me]\n\n - fix broken imports [dimo, clopy]\n\n4.0rc2 (2010-12-23)\n===================\n\nRelease for Plumi 4.0rc2 [unweb.me]\n\n - Added abovecontenttitle viewlet on video listings [clopy]\n - Added homepages as a lines field to memberdata, which is aimed at containing URL's of members other homepages, for example Facebook, Myspace, Twitter, Kaskus etc that will later be jazzed up in author.cpt [axxs]\n\n4.0rc1 (2010-12-12)\n===================\n\nRelease for Plumi 4.0rc1 [unweb.me]\n\n - add buildout for standalone plumi.content [dimo]\n - remove extra icons form event and news items [clopy]\n - add custom icons for content types [clopy]\n - added abovecontenttitle viewlet manager to custom view templates [clopy]\n - remove image, caption and body text as being compulsory in callouts [clopy]\n\n4.0b1 (2010-11-23)\n==================\n\nRelease for Plumi 4.0beta [unweb.me]\n\n - Dropped dependency on ATCountryWidget [dimo]\n - Added dependency on ATVocabularyManager [dimo]\n - Moved content views from plumi.skin [dimo]\n - Dropped dependencies on plumi.skin and plumi.app [dimo]\n\n0.13 (2010-10-24)\n=================\n\nRelease for Plumi 3.1.1 final [Dimitris Moraitis]\n\n0.12 (2010-10-23)\n=================\n\nRelease for Plumi 3.1.1 rc2 [Dimitris Moraitis]\n\n0.11 (2010-10-21)\n=================\n\nRelease for Plumi 3.1.1 rc1 [Dimitris Moraitis]\n\n0.10 (2010-10-09)\n=================\n\nRelease for Plumi 3.1.1 beta [Dimitris Moraitis]\n\n0.9 (2010-08-01)\n================\n\nRelease for Plumi 3.1 beta1 [Dimitris Moraitis]\n\n0.8 (2010-05-13)\n================\n\nNew release for Plumi 3.0 final [Dimitris Moraitis]\n\n0.7 (2010-04-27)\n================\n\nRelease for Plumi 3.0 final [Dimitris Moraitis]\n\n0.6 (2010-04-13)\n================\n\nRelease for Plumi 3.0-rc3 [Dimitris Moraitis]\n\n0.5 (2010-04-11)\n================\n\nRelease for Plumi 3.0-rc2 [Mike Muzurakis]\n\n0.4 (2010-03-25)\n================\n\nRelease for Plumi 3.0-rc1 [Dimitris Moraitis]\n \n0.3 (2010-02-18)\n================\n\nRelease for Plumi 3.0 beta 2 [Andy Nicholson]\n\n0.2 (2009-09-03)\n================\n\nRelease for Plumi 3.0 beta 1 [Andy Nicholson]\n\n0.1 (2009-07-24)\n================\n\nInitial release for Plumi 3 alpha 1 [Andy Nicholson]\n\nContributors\n************\n\n - Andy Nicholson \n - Victor Rajewski \n - Dimitris Moraitis \n - Mike Muzurakis \n - Markos Gogoulos \n - Baiju PP \n - Christos Psaltis ", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/plumi/plumi.content", "keywords": "plone plumi content", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "plumi.content", "package_url": "https://pypi.org/project/plumi.content/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/plumi.content/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/plumi/plumi.content" }, "release_url": "https://pypi.org/project/plumi.content/4.5/", "requires_dist": null, "requires_python": null, "summary": "Plumi Content Types Product", "version": "4.5" }, "last_serial": 796551, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8df956093eef8bf00209df956802ea31", "sha256": "b19bba64699ebbe81b9e4d6b4935426956059054f573a40edca1d9f97ec2d0ed" }, "downloads": -1, "filename": "plumi.content-0.1-py2.5.egg", "has_sig": false, "md5_digest": "8df956093eef8bf00209df956802ea31", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 41741, "upload_time": "2009-07-24T02:44:42", "url": "https://files.pythonhosted.org/packages/1a/e2/d663f07e163afe00935ebc49b5c6f0f7cff6ab66a555331f571ea86a1629/plumi.content-0.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "c2eaf561417b3c1583c4a2b90c48287b", "sha256": "4788d46c14d46770dda8830762a9644a0727f36fb00955b88ed64bdf6ad6f25c" }, "downloads": -1, "filename": "plumi.content-0.1.tar.gz", "has_sig": false, "md5_digest": "c2eaf561417b3c1583c4a2b90c48287b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20669, "upload_time": "2009-07-24T02:44:39", "url": "https://files.pythonhosted.org/packages/dd/ac/eedde31e82ce602824ca269dab523808d874bdb4936bf05fed4fd6c2ece6/plumi.content-0.1.tar.gz" } ], "0.10": [ { "comment_text": "", "digests": { "md5": "7cacd4b21dfe5fc19cc413516abc4ddb", "sha256": "fcb866690cf8622274650c6cbbf30a51eaad54b180acf692270aca70c3ecd32f" }, "downloads": -1, "filename": "plumi.content-0.10.zip", "has_sig": false, "md5_digest": "7cacd4b21dfe5fc19cc413516abc4ddb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52426, "upload_time": "2010-10-09T20:36:26", "url": "https://files.pythonhosted.org/packages/1c/1e/270487891b3aa540c2d506045e8e06d4e8f38909392decc158011c7c7cc4/plumi.content-0.10.zip" } ], "0.11": [ { "comment_text": "", "digests": { "md5": "2fa58ba0504660ee09fe892abbab742e", "sha256": "a552f00d6fce5b2c0bfa8bf6d3c8aa91d95ae27c8c78d9f30f4d707918887373" }, "downloads": -1, "filename": "plumi.content-0.11.zip", "has_sig": false, "md5_digest": "2fa58ba0504660ee09fe892abbab742e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52759, "upload_time": "2010-10-21T19:32:23", "url": "https://files.pythonhosted.org/packages/d1/d2/3ce4c1e521c0b84db9444c288abadf5eadc36d85e10abea8e044631330d1/plumi.content-0.11.zip" } ], "0.12": [ { "comment_text": "", "digests": { "md5": "148f45be65d33e3c81ce3a4d649a0475", "sha256": "7f754b57902e5b27b99f393dea317e79821b2068de678d58a67edbaf4949be3c" }, "downloads": -1, "filename": "plumi.content-0.12.zip", "has_sig": false, "md5_digest": "148f45be65d33e3c81ce3a4d649a0475", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53138, "upload_time": "2010-10-24T01:09:02", "url": "https://files.pythonhosted.org/packages/c5/df/e79658bc019a4d40563c4fa3a774d3f3221cf0d0567f4584dddd5dcdd219/plumi.content-0.12.zip" } ], "0.13": [ { "comment_text": "", "digests": { "md5": "a89e744f6bf5abb4830decb34d9a5568", "sha256": "b0b299c4de3be5190b9e6bf5b96e97f73f1eddb29b520f9f46c3296c46c0f4ea" }, "downloads": -1, "filename": "plumi.content-0.13.zip", "has_sig": false, "md5_digest": "a89e744f6bf5abb4830decb34d9a5568", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53308, "upload_time": "2010-10-24T17:15:46", "url": "https://files.pythonhosted.org/packages/e7/e8/7cd18703d22d09a3bc40649691a3b272fe8512c129573d613443e9901ea6/plumi.content-0.13.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "df20a7640606aafc4d1baad31e3085b7", "sha256": "3ce83b834376c0703ff54a58dcb87e82bde65c3388438016215261744352b7c9" }, "downloads": -1, "filename": "plumi.content-0.2-py2.5.egg", "has_sig": false, "md5_digest": "df20a7640606aafc4d1baad31e3085b7", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 48890, "upload_time": "2009-09-03T15:06:15", "url": "https://files.pythonhosted.org/packages/85/f6/5f1b124ef18cfb0a9f9670d0e15aaaae0c5569a9899504c5cec6fbf3b49d/plumi.content-0.2-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "5d5313819f9b92d9f422da65cf820868", "sha256": "5d7eb1118b6c46cad003b4f3bed79e075a77735cc17d4a24a66ab763b7b2e27f" }, "downloads": -1, "filename": "plumi.content-0.2.tar.gz", "has_sig": false, "md5_digest": "5d5313819f9b92d9f422da65cf820868", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23366, "upload_time": "2009-09-03T15:06:12", "url": "https://files.pythonhosted.org/packages/66/ea/45bcdfb2ee6fb4d4c0e1a9f20e04aa7712be6e64afbd8c9a7207a04a0e77/plumi.content-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "5b0d87cfa659a7b813245a4021695a17", "sha256": "47b1a2e4c5ed0bb5b07ca412cc71419847225d6c62eb6be078c9d33ba0d4486c" }, "downloads": -1, "filename": "plumi.content-0.3-py2.5.egg", "has_sig": false, "md5_digest": "5b0d87cfa659a7b813245a4021695a17", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 65521, "upload_time": "2010-02-18T04:15:29", "url": "https://files.pythonhosted.org/packages/47/62/d2125b894e9fbc61c2eb855cd0c3d8e5c9894c1688f5f6f2391cf5d8dc2d/plumi.content-0.3-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "441e630869b6b9617d60b46cbb6c335c", "sha256": "269d1a0e188908aaed3e4ae46794f7c3f4d7818494fd363efa6e07190fb9e55b" }, "downloads": -1, "filename": "plumi.content-0.3.tar.gz", "has_sig": false, "md5_digest": "441e630869b6b9617d60b46cbb6c335c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29008, "upload_time": "2010-02-18T04:15:29", "url": "https://files.pythonhosted.org/packages/c0/a6/53db48841164e61fdf3b586713e7a5d6c50eae9765f3c4eaceafe191a146/plumi.content-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "35158d09b6a2262e09aec121e36d85e1", "sha256": "8f9b5a3869535756ead6b267b8b450f449504bd98106893e307cb181c4ac3c7b" }, "downloads": -1, "filename": "plumi.content-0.4.zip", "has_sig": false, "md5_digest": "35158d09b6a2262e09aec121e36d85e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68088, "upload_time": "2010-03-25T14:22:09", "url": "https://files.pythonhosted.org/packages/de/5a/9909628535229c6d5f87d2a4a78635204bac8554a67f81b4c8606c5a02db/plumi.content-0.4.zip" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "ae79c247bcd7557f191c33e59a2f8a4e", "sha256": "f853cd29039920ea868c028ff6d9d8c7cab239fdeb9eb807eff040111cbe3643" }, "downloads": -1, "filename": "plumi.content-0.5.zip", "has_sig": false, "md5_digest": "ae79c247bcd7557f191c33e59a2f8a4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42028, "upload_time": "2010-04-11T21:08:01", "url": "https://files.pythonhosted.org/packages/cf/39/c06f0be0f0832d7393df1627b14189df4f537f5e5e4d028783d5a2eaa31b/plumi.content-0.5.zip" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "ed82a7d27bf8103216ca2214c37c503a", "sha256": "e00bc377352649240555291d898256696f2e390541a74de5dc8a7305b8c9781f" }, "downloads": -1, "filename": "plumi.content-0.6.zip", "has_sig": false, "md5_digest": "ed82a7d27bf8103216ca2214c37c503a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50226, "upload_time": "2010-04-13T08:50:36", "url": "https://files.pythonhosted.org/packages/b6/ad/fd07066804479b1d8561aebbbe291aba480da72f96d5e0f2b44b8458899b/plumi.content-0.6.zip" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "e5caa713257de92e08563315fc357e66", "sha256": "822f63e8b4343a7667ac30710cd5f3771ba53cec9466ef8e5402a32f96a5ceb1" }, "downloads": -1, "filename": "plumi.content-0.7.zip", "has_sig": false, "md5_digest": "e5caa713257de92e08563315fc357e66", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69587, "upload_time": "2010-04-27T18:10:58", "url": "https://files.pythonhosted.org/packages/f1/8b/f9d3ca20c3dd6f4d3f7547a2b5b68e81582babf4986187e19cbba167e57d/plumi.content-0.7.zip" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "0f6b2a3c225e2fa66f2d53d97a4b4a38", "sha256": "0415daae72836e9fcb1e16e76f32205fbcedf40f621123d2b60a2acebcdc3521" }, "downloads": -1, "filename": "plumi.content-0.8.zip", "has_sig": false, "md5_digest": "0f6b2a3c225e2fa66f2d53d97a4b4a38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51401, "upload_time": "2010-05-13T17:12:42", "url": "https://files.pythonhosted.org/packages/55/00/3a817cdb4730c599952dde7a6e94fc8692bac7966c786c969f8610eeabcb/plumi.content-0.8.zip" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "6eb432df469324665fe638c9bd9b52b9", "sha256": "48bea9883a67c625dfd9656b80f85274b515579e542a211cf401410ec9c831f8" }, "downloads": -1, "filename": "plumi.content-0.9.zip", "has_sig": false, "md5_digest": "6eb432df469324665fe638c9bd9b52b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51805, "upload_time": "2010-07-31T23:07:23", "url": "https://files.pythonhosted.org/packages/da/7d/58d6c65c6233cfce169f68877939a95ccfeff1cc65ecf2f0c9484589e805/plumi.content-0.9.zip" } ], "4.0": [ { "comment_text": "", "digests": { "md5": "35731cc7a3c7698ad6897a266d22c79c", "sha256": "c0b7b29f95ac41e4077ff38728ecbcd18f67cc7883d6c02856f688c302432100" }, "downloads": -1, "filename": "plumi.content-4.0.zip", "has_sig": false, "md5_digest": "35731cc7a3c7698ad6897a266d22c79c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 311458, "upload_time": "2010-12-30T19:04:29", "url": "https://files.pythonhosted.org/packages/ad/ad/52c70a63438a957cff77ba79b5b4e70ffd84d2aee21d28ead1fd6b171d60/plumi.content-4.0.zip" } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "8101d1803d1d0e75cab29903b348cab0", "sha256": "354dfcb6851a3e8d8d04c0df4b4ab2e3288f0acb42956f5b0c43236cc9f3d505" }, "downloads": -1, "filename": "plumi.content-4.0.1.zip", "has_sig": false, "md5_digest": "8101d1803d1d0e75cab29903b348cab0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 312079, "upload_time": "2011-01-13T17:13:23", "url": "https://files.pythonhosted.org/packages/07/91/87fcff7457c4fbb85c925945ad3a6dbcf7ff8913ca96b19842b691cb3fd8/plumi.content-4.0.1.zip" } ], "4.0.2": [ { "comment_text": "", "digests": { "md5": "849fdb046a744c3c33d6fd763adf16a5", "sha256": "e0c767945b507bc371ee33cc2ed30293a6453b4534f059390d873406f742e434" }, "downloads": -1, "filename": "plumi.content-4.0.2.zip", "has_sig": false, "md5_digest": "849fdb046a744c3c33d6fd763adf16a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 314277, "upload_time": "2011-01-16T22:03:51", "url": "https://files.pythonhosted.org/packages/35/cb/37f44e3f5760d6592216cac7242cd6decef6e4380ef48db1bf0360b21f70/plumi.content-4.0.2.zip" } ], "4.0b1": [ { "comment_text": "", "digests": { "md5": "72aba3415e6d886c19b95fcf6a6160ac", "sha256": "f74428f5328574d8491168d51a6042de5dc2cd3af610d185f9f3dbf281b7c87f" }, "downloads": -1, "filename": "plumi.content-4.0b1.zip", "has_sig": false, "md5_digest": "72aba3415e6d886c19b95fcf6a6160ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 304743, "upload_time": "2010-11-25T16:05:58", "url": "https://files.pythonhosted.org/packages/f2/86/e8b25a737966e5572da4121cd83040390be150a889a87b1dbbf06bf3f7e4/plumi.content-4.0b1.zip" } ], "4.0rc1": [ { "comment_text": "", "digests": { "md5": "6eb6c65df785eeead39e0f6eee6ecd1a", "sha256": "11b2faf5be6d496d2aa206c748c96d457baf0f39e6fdefde5149fdb19710c060" }, "downloads": -1, "filename": "plumi.content-4.0rc1.zip", "has_sig": false, "md5_digest": "6eb6c65df785eeead39e0f6eee6ecd1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 311444, "upload_time": "2010-12-12T00:10:26", "url": "https://files.pythonhosted.org/packages/21/09/8b8fef73e91a5255d343ba91e6bbd2a3694c61b82aa3b0149afc75c78119/plumi.content-4.0rc1.zip" } ], "4.0rc2": [ { "comment_text": "", "digests": { "md5": "fa37790d1911a905e2637956ca198f9e", "sha256": "b2b2a0f3aba84bb2492857eaa0c099fbdfef1712be2a82dcf1f7b34fe6ac959c" }, "downloads": -1, "filename": "plumi.content-4.0rc2.zip", "has_sig": false, "md5_digest": "fa37790d1911a905e2637956ca198f9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 312114, "upload_time": "2010-12-22T23:10:31", "url": "https://files.pythonhosted.org/packages/49/ae/05361da0276e7dc1f965b9ca71942526e9eb876dd7c05459ddb7714e281d/plumi.content-4.0rc2.zip" } ], "4.0rc3": [ { "comment_text": "", "digests": { "md5": "28900c8a65cc9c50d06edd2018434aa6", "sha256": "60eb16df836f26ae2d2e28a4199568055394dc7476ca26a583857940bde75ae1" }, "downloads": -1, "filename": "plumi.content-4.0rc3.zip", "has_sig": false, "md5_digest": "28900c8a65cc9c50d06edd2018434aa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 312169, "upload_time": "2010-12-24T01:01:11", "url": "https://files.pythonhosted.org/packages/d5/fe/c6dec3ee137de283c7d0dda1d79868756a8a2c8ffc02089c8aa2af987590/plumi.content-4.0rc3.zip" } ], "4.1": [ { "comment_text": "", "digests": { "md5": "9a93d3cec3234197e0d62cb729d69259", "sha256": "2933ace74598a459521624232c50bc6da8d62e970657502e1c9f7b13fff71f72" }, "downloads": -1, "filename": "plumi.content-4.1.zip", "has_sig": false, "md5_digest": "9a93d3cec3234197e0d62cb729d69259", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 321972, "upload_time": "2011-03-02T00:57:36", "url": "https://files.pythonhosted.org/packages/91/2a/08c0803e97d4da03dc550f8c7740a799d3d76203200b3a4169bf4d1360de/plumi.content-4.1.zip" } ], "4.1.1": [ { "comment_text": "", "digests": { "md5": "0368101952a01fe14e8a3e684fab27f2", "sha256": "96813e9e9219cf2f706c9827ef6e005a8fe636a01dc30b652d27a6171cfb5120" }, "downloads": -1, "filename": "plumi.content-4.1.1.zip", "has_sig": false, "md5_digest": "0368101952a01fe14e8a3e684fab27f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 322629, "upload_time": "2011-03-09T19:21:02", "url": "https://files.pythonhosted.org/packages/24/68/08068522563cf7550284a558d2fe3d98ea957fb9e9d41f08fb9e21f45430/plumi.content-4.1.1.zip" } ], "4.1b1": [ { "comment_text": "", "digests": { "md5": "d9dd4c15cb8d453c9c58092a90e10a77", "sha256": "5efa393e289650f9d173f6cb6c15dc2f5406a28abe5c0a5fcbafd005fe16423e" }, "downloads": -1, "filename": "plumi.content-4.1b1.zip", "has_sig": false, "md5_digest": "d9dd4c15cb8d453c9c58092a90e10a77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 318688, "upload_time": "2011-02-01T21:39:45", "url": "https://files.pythonhosted.org/packages/bf/84/18f77ca059df261de1604ccf1a77c89e369840c804fe7d19f76dd1263d54/plumi.content-4.1b1.zip" } ], "4.1rc1": [ { "comment_text": "", "digests": { "md5": "82e256de8daa3ca3cfcc7cb525f7e7af", "sha256": "8daed61455f99342556147b913bb4bbd90e124c040d617eebe8b1c17d750b4f7" }, "downloads": -1, "filename": "plumi.content-4.1rc1.zip", "has_sig": false, "md5_digest": "82e256de8daa3ca3cfcc7cb525f7e7af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 319447, "upload_time": "2011-02-11T19:53:54", "url": "https://files.pythonhosted.org/packages/bc/26/66bded46fdec0f35e658b63593c416319588edf5524e1ba1381a58741e6c/plumi.content-4.1rc1.zip" } ], "4.2": [ { "comment_text": "", "digests": { "md5": "4d9fe73c425ec0a765d54cb46f902d31", "sha256": "a00aeb3bada350c0b70bacadb43ba38114f8cd6d1d5ceda9b2afc61f9f800520" }, "downloads": -1, "filename": "plumi.content-4.2.zip", "has_sig": false, "md5_digest": "4d9fe73c425ec0a765d54cb46f902d31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 325307, "upload_time": "2011-06-02T18:18:56", "url": "https://files.pythonhosted.org/packages/14/4a/a3088c7212226690f3071fb364da59ffc8aed5bca7b941e74dcca9ba0f7d/plumi.content-4.2.zip" } ], "4.2rc1": [ { "comment_text": "", "digests": { "md5": "e6f020f330614224e871dd8ffbeff07d", "sha256": "29e545dfdfb570a133d7537d5a379b8b0f86b68e6a1e3feac2e5fd9d530aafa8" }, "downloads": -1, "filename": "plumi.content-4.2rc1.zip", "has_sig": false, "md5_digest": "e6f020f330614224e871dd8ffbeff07d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 325737, "upload_time": "2011-05-10T05:55:49", "url": "https://files.pythonhosted.org/packages/a4/b0/91c562942e9d21d06c28ef360664956c145aa9b062e421bf15236bfecef6/plumi.content-4.2rc1.zip" } ], "4.2rc2": [ { "comment_text": "", "digests": { "md5": "e614efa7789b093085c4fb2cc4fbc700", "sha256": "6d7caf37a30085432f51ee4ced40e65012d86f4bfc88f45325d0add4dcb4e425" }, "downloads": -1, "filename": "plumi.content-4.2rc2.zip", "has_sig": false, "md5_digest": "e614efa7789b093085c4fb2cc4fbc700", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 325898, "upload_time": "2011-05-19T05:13:56", "url": "https://files.pythonhosted.org/packages/c0/1b/a57bfa5e023d221d34c56489e3125526e2aeb83cd6fa25fb036d7be4ba5e/plumi.content-4.2rc2.zip" } ], "4.3": [ { "comment_text": "", "digests": { "md5": "600d3fd358f83f22bf6fd36a241afc71", "sha256": "17a24ee58bac990d405f3eef423cd4c3682b624dda769071a4def16f73a8062d" }, "downloads": -1, "filename": "plumi.content-4.3.zip", "has_sig": false, "md5_digest": "600d3fd358f83f22bf6fd36a241afc71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146128, "upload_time": "2012-01-05T17:09:30", "url": "https://files.pythonhosted.org/packages/db/a5/4e59813010a53b1c12811fc23e5305017539d3855336be3b5b3bf026fab1/plumi.content-4.3.zip" } ], "4.3.1": [ { "comment_text": "", "digests": { "md5": "c549d82351a4b13da96a870166591ae1", "sha256": "462becdea4b64fbac633fbd3359c180474f98bdf1c4af77173d20929e7e22c22" }, "downloads": -1, "filename": "plumi.content-4.3.1.zip", "has_sig": false, "md5_digest": "c549d82351a4b13da96a870166591ae1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148083, "upload_time": "2012-04-11T05:56:48", "url": "https://files.pythonhosted.org/packages/67/38/df372a8f7c3c4980ee0c235ff9578b1209bea3ccf85350140f5996535b6b/plumi.content-4.3.1.zip" } ], "4.3rc1": [ { "comment_text": "", "digests": { "md5": "5e4e9439ae43074c510e96044beb11d5", "sha256": "f8ef580bf5ec006a69e2d07f1a2ce5215237bccd4a7dcfee9bf30003c1071717" }, "downloads": -1, "filename": "plumi.content-4.3rc1.zip", "has_sig": false, "md5_digest": "5e4e9439ae43074c510e96044beb11d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 145971, "upload_time": "2011-12-18T18:11:50", "url": "https://files.pythonhosted.org/packages/6e/bd/8da235611df482b75ff781025efb49560dddde1183ab903d4221c8465414/plumi.content-4.3rc1.zip" } ], "4.3rc2": [ { "comment_text": "", "digests": { "md5": "a2f4b656db8adf122c729b4165c7f691", "sha256": "a6383a88c1687c7bad43ae6d8d2e1f34e9c2f70a51a6ff193f98236e1d4c875c" }, "downloads": -1, "filename": "plumi.content-4.3rc2.zip", "has_sig": false, "md5_digest": "a2f4b656db8adf122c729b4165c7f691", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146728, "upload_time": "2011-12-21T20:05:12", "url": "https://files.pythonhosted.org/packages/a1/b3/44bc67c3f89767e3a46b21bb2d1d5db5ca0d78d116f58bd71a98f638ec78/plumi.content-4.3rc2.zip" } ], "4.4": [ { "comment_text": "", "digests": { "md5": "0df5b70f0ff739301f64bed06823e6f8", "sha256": "e0df35193a1a8cfa8902310ecde14e04eea03e9db4daac1bdb5ff3d961afe2db" }, "downloads": -1, "filename": "plumi.content-4.4.zip", "has_sig": false, "md5_digest": "0df5b70f0ff739301f64bed06823e6f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 163931, "upload_time": "2012-07-25T18:50:09", "url": "https://files.pythonhosted.org/packages/50/a0/60781f6020d84fdecc0337db2103b635409333708b4cf50e8de10b636bd2/plumi.content-4.4.zip" } ], "4.4.1": [ { "comment_text": "", "digests": { "md5": "1ab0282d32a3ae81797b2ab0d125408a", "sha256": "37b77f1eec7e1aea015f9b95ccafb3317bf64db4ddd291b99853bd36e140ee98" }, "downloads": -1, "filename": "plumi.content-4.4.1.zip", "has_sig": false, "md5_digest": "1ab0282d32a3ae81797b2ab0d125408a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 164544, "upload_time": "2012-07-26T14:44:56", "url": "https://files.pythonhosted.org/packages/0c/65/35274fcffa309b4295817179023e8c1c3d42bbc6b2459d401f478a77aa89/plumi.content-4.4.1.zip" } ], "4.5": [ { "comment_text": "", "digests": { "md5": "5893ba5a1e779ca8d0a0ffb7f310110c", "sha256": "5afef116b856280d967d7208ff952fb1835f27873c7c623f4d58b4e39016d59d" }, "downloads": -1, "filename": "plumi.content-4.5.zip", "has_sig": false, "md5_digest": "5893ba5a1e779ca8d0a0ffb7f310110c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 278265, "upload_time": "2013-01-30T14:27:14", "url": "https://files.pythonhosted.org/packages/8e/41/f6d415db3ca37f0d3ff7fc9276d59e848c743d7e3c8fcc74a05d0ecea887/plumi.content-4.5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5893ba5a1e779ca8d0a0ffb7f310110c", "sha256": "5afef116b856280d967d7208ff952fb1835f27873c7c623f4d58b4e39016d59d" }, "downloads": -1, "filename": "plumi.content-4.5.zip", "has_sig": false, "md5_digest": "5893ba5a1e779ca8d0a0ffb7f310110c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 278265, "upload_time": "2013-01-30T14:27:14", "url": "https://files.pythonhosted.org/packages/8e/41/f6d415db3ca37f0d3ff7fc9276d59e848c743d7e3c8fcc74a05d0ecea887/plumi.content-4.5.zip" } ] }