{ "info": { "author": "JeanMichel FRANCOIS aka toutpt", "author_email": "jeanmichel.francois@makina-corpus.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "Programming Language :: Python" ], "description": "Introduction\n============\n\nDataTables_ is a plug-in for the jQuery_ Javascript library.\nIt is a highly flexible tool, based upon the principle of progressive\nenhancement, which will add advanced interaction controls to any HTML table.\n\nThis version includes datatables 1.10.11 without the examples available in the\nsource distribution of the plugin. It is provided with an\n``@@example.datatables`` view.\n\nInstall\n=======\n\nA genericsetup profile is provided to add ``jquery.dataTables`` to\n``portal_javascript`` in a minified version with compression option set\nto *none*.\n\nUpgrade\n=======\n\n**WARNING**, with **10.0.4** JS, CSS from core plugins were all renamed in the upstream packaging,\npreprare to update your inclusions urls for plugins JS & CSS!\n\nKey features of jquery.dataTables\n=================================\n\n* Variable-length pagination\n* On-the-fly filtering\n* Multi-column sorting with data type detection\n* Smart handling of column widths\n* Display data from almost any data source\n* Scrolling options for table viewport\n* Fully internationalisable\n* jQueryUI ThemeRoller support\n* Rock solid - backed by a suite of 1400+ unit tests\n* Wide variety of plug-ins inc. TableTools, FixedHeader and KeyTable\n* It's free!\n* State saving\n* Hidden columns\n* Dynamic creation of tables\n* Ajax auto-loading of data\n* Custom DOM positioning\n* Single-column filtering\n* Alternative pagination types\n* Non-destructive DOM interaction\n* Sorting column(s) highlighting\n* Extensive plug-in support\n* Fully themeable by CSS\n* Solid documentation\n* 60+ pre-built examples\n* Full support for Adobe AIR\n* Source available at github_\n\nPlugins\n=======\n\nThis addon embed extras plugins:\n\n* AutoFill 1.2.1\n* ColReorder 1.1.2\n* ColVis 1.1.1\n* FixedColumns 3.0.2\n* FixedHeader 2.1.2\n* KeyTable 1.2.1\n* Responsive 1.0.3\n* Scroller 1.2.2\n* TableTools 2.2.3\n\nHow to use tabletools\n---------------------\nFirst include dependencies in your template, or register theses in\nportal_javascripts::\n\n \n \n \n \n \n \n\nNext you can create your datatable::\n\n var oTable = $('#mydatatable').dataTable({\n \"sDom\": 'T<\"clear\">lfrtip',\n \"oTableTools\": {\"sSwfPath\": \"++resource++jquery.datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf\"}\n });\n\nHow to use translations\n-----------------------\n\nThis addon provide translations of datatables. To use translations you have\nto init your datatables providing sUrl param::\n\n $(document).ready(function() {\n $('#example').dataTable( {\n \"oLanguage\": {\n \"sUrl\": \"@@collective.js.datatables.translation\"\n }\n } );\n } );\n\n\nCredits\n=======\n\nCompanies\n---------\n\n|makinacom|_\n\n* `Planet Makina Corpus `_\n* `Contact us `_\n\nAuthors\n-------\n\n- JeanMichel FRANCOIS aka toutpt \n\nContributors\n------------\n\n- Nejc Zupan (zupo)\n- Martijn Pieters\n- Luca Fabbri (keul)\n- Jens Klein (jensens)\n- Mathieu Le Marec - Pasquet (kiorky) \n- Robert Niederreiter (rnix)\n- Peter Holzer (agitator)\n\n.. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif\n.. _makinacom: http://www.makina-corpus.com\n.. _DataTables: http://www.datatables.net/download\n.. _github: https://github.com/DataTables\n.. _jQuery: http://jquery.com\n\nChangelog\n=========\n\n4.1.2 (2016-09-21)\n------------------\n\n- Use minified version with added require.js packaging workaround\n [agitator]\n\n\n4.1.1 (2016-05-07)\n------------------\n\n- Added Chinese Simplified translation. [jianaijun]\n- Update Datatables to 1.10.11, due to a XSS vulnerability in 1.10.4 (cve-2015-6384) [gemnasium]\n\n\n4.0.0 (2016-04-25)\n------------------\n\n- Basic plone 5 support. Split up profiles and register resources the way done\n in https://github.com/collective/example.p4p5#cssjs-declaration-in-plone-5\n [rnix]\n\n3.1.10.5 (2015-06-25)\n---------------------\n\n- Manually disable AMD loading. As long this isn't included in Mockup, it\n doesn't work well with it.\n [thet]\n\n3.1.10.4 (2015-01-29)\n---------------------\n\n- datatables 1.10.4 **MAJOR**\n [kiorky]\n- Finnish translation [petri]\n\n2.0.1 (2014-01-25)\n------------------\n\n- minor fixes to italian translation [keul]\n- now activate the minified JS [keul]\n\n2.0 (2012-10-19)\n----------------\n\n- use zope.i18n.translate directly and avoid resticted python calls. [jensens]\n\n- refactor code to do more genric recursive dict-tree walking.[jensens]\n\n- Update German translation and use more genric word Eintr\u0102\u00a4ge instaed of\n Datens\u0102\u00a4tze. [jensens]\n\n- upgrade DataTables to 1.9.4 [toutpt]\n\n1.9.3.1 (2012-08-09)\n--------------------\n\n- Add translations: de, nl, es, it [ebrehault]\n- upgrade DataTables to 1.9.3\n\n1.9.2.3 (2012-07-14)\n--------------------\n\n- Add locales folder with french translations [toutpt]\n- Add collective.js.datatables.translation view to use translations [toutpt]\n- Add italian translations [keul]\n\n1.9.2.2 (2012-06-22)\n--------------------\n\n- update to DataTables to 1.9.2\n\n1.9.2.1 (2012-04-25)\n--------------------\n\n- register css of datatable in cssregistry. [toutpt]\n- move example in splited module [toutpt]\n\n1.9.2 (2012-04-24)\n------------------\n\n- Upgrade all plugins and add documentation about them\n [toutpt]\n\n- Upgrade jquery.datatables to 1.9.1\n [toutpt]\n\n1.9.1 (2012-02-12)\n------------------\n\n- Add a missing trailing newline in README.\n [zupo]\n\n- Also increase version number in README.\n [zupo]\n\n1.9 (2012-02-12)\n----------------\n\n- Upgrade to the latest version of jquery.datatables.\n [zupo]\n\n1.8.0.2 (2011-09-26)\n--------------------\n\n- update contributors\n [toutpt]\n\n1.8.0.1 (2011-08-08)\n--------------------\n\n- Applied commit 547af3f4987d6194438d from github.com/DataTables/TableTools.git\n that fixes TableTools when using server-side processing.\n [zupo]\n\n1.8.0 (2011-06-18)\n------------------\n\n- Upgrade to the latest version of jquery.datatables.\n [zupo]\n\n1.7.5.2 (2011-05-23)\n--------------------\n\n- Remove compression none in default profile. add upgrade step\n\n1.7.5.1 (2011-01-13)\n--------------------\n\n- Upgrade to the latest version of jquery.datatables.\n [mj]\n\n1.7.4.3 (2010-11-16)\n--------------------\n\n- Fix packaging issue.\n [esteele]\n\n1.7.4.2 (2010-11-09)\n--------------------\n\n- Add compatibility with old version from esteele.\n [toutpt]\n\n1.7.4.1 (2010-11-09)\n--------------------\n\n- Initial release.", "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/collective.js.datatables", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "collective.js.datatables", "package_url": "https://pypi.org/project/collective.js.datatables/", "platform": "", "project_url": "https://pypi.org/project/collective.js.datatables/", "project_urls": { "Homepage": "https://github.com/collective/collective.js.datatables" }, "release_url": "https://pypi.org/project/collective.js.datatables/4.1.2/", "requires_dist": null, "requires_python": "", "summary": "Plone Integration of jquery.dataTables plugin", "version": "4.1.2" }, "last_serial": 3430764, "releases": { "1.7.4.1": [], "1.7.4.2": [ { "comment_text": "", "digests": { "md5": "dd84856b3c473ad61b5cb206756b59ba", "sha256": "5131b7dcfc8a6952978d1a7ca3e45720577b2818b28b8fe071955721044f3aeb" }, "downloads": -1, "filename": "collective.js.datatables-1.7.4.2.zip", "has_sig": false, "md5_digest": "dd84856b3c473ad61b5cb206756b59ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9192, "upload_time": "2010-11-09T15:34:09", "url": "https://files.pythonhosted.org/packages/3f/e7/65312770a43c92780360802c611030e5f5df256e25c6d5347c17da1e2d78/collective.js.datatables-1.7.4.2.zip" } ], "1.7.4.3": [ { "comment_text": "", "digests": { "md5": "5dd07d611bd53ebadf6ec5a42f3d8d94", "sha256": "7d7bc92b209f70573c1a85cea7e8cbb73dcabff4f450a55245b6706a57e7efe1" }, "downloads": -1, "filename": "collective.js.datatables-1.7.4.3.zip", "has_sig": false, "md5_digest": "5dd07d611bd53ebadf6ec5a42f3d8d94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 507386, "upload_time": "2010-11-16T19:19:41", "url": "https://files.pythonhosted.org/packages/6c/8b/35118460b90651bcefb5b11c6b66997f9c48e110fb4014e90ed1a1b7ab02/collective.js.datatables-1.7.4.3.zip" } ], "1.7.5.1": [ { "comment_text": "", "digests": { "md5": "93b3a6edfa24dbbdde865da50b157af3", "sha256": "5933833f180ce1295a1fa1fccdfc715fd12eee23d594388c56003203c417a153" }, "downloads": -1, "filename": "collective.js.datatables-1.7.5.1.tar.gz", "has_sig": false, "md5_digest": "93b3a6edfa24dbbdde865da50b157af3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 881202, "upload_time": "2011-01-13T18:27:20", "url": "https://files.pythonhosted.org/packages/8a/d4/17f73bcd8c98f3c85da846cfd0236e7371f2ad001c4ae35a92657f7b0ec5/collective.js.datatables-1.7.5.1.tar.gz" } ], "1.7.5.2": [ { "comment_text": "", "digests": { "md5": "ff7cd3286b27dab39afffc9c0f6cc967", "sha256": "386fff331c40738fb8873ab7950b9b3d9900c272b9117ffbe58cb18473f6636d" }, "downloads": -1, "filename": "collective.js.datatables-1.7.5.2.tar.gz", "has_sig": false, "md5_digest": "ff7cd3286b27dab39afffc9c0f6cc967", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 884753, "upload_time": "2011-05-23T16:31:30", "url": "https://files.pythonhosted.org/packages/77/bd/ba2321c15892a6f156aac1d2588bf36e1041e95cb07d8705f97f45ed30f0/collective.js.datatables-1.7.5.2.tar.gz" } ], "1.8.0": [ { "comment_text": "", "digests": { "md5": "2595ae35491465dcd772ace122cd5104", "sha256": "a7c100af8fdc816963c0eddcd4f2b5a207155f48dff4f4410600c3118376413f" }, "downloads": -1, "filename": "collective.js.datatables-1.8.0.tar.gz", "has_sig": false, "md5_digest": "2595ae35491465dcd772ace122cd5104", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337654, "upload_time": "2011-06-18T17:08:50", "url": "https://files.pythonhosted.org/packages/5b/22/9b7489e8e8c2a1e7e8a00678ca735399c660ccd47d09eec7e40b8776b7c7/collective.js.datatables-1.8.0.tar.gz" } ], "1.8.0.1": [ { "comment_text": "", "digests": { "md5": "279f573b21654b9790ba16d98a539658", "sha256": "d44255fcf1358d0cb6323a078fb2b9db4e39c4845f83056f604de6ded757e4c7" }, "downloads": -1, "filename": "collective.js.datatables-1.8.0.1.tar.gz", "has_sig": false, "md5_digest": "279f573b21654b9790ba16d98a539658", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336246, "upload_time": "2011-08-08T14:15:48", "url": "https://files.pythonhosted.org/packages/40/5b/c254f6f98ca3d577d16bd8d6aaf9f93c3543892bafe88fa1535924af06cd/collective.js.datatables-1.8.0.1.tar.gz" } ], "1.8.0.2": [ { "comment_text": "", "digests": { "md5": "c14ec199ff91e18b6aca18908b5e537f", "sha256": "7c75996c57b73d6be219e15c7bc1287e5aec2e6a598ccc792dea60481d02876b" }, "downloads": -1, "filename": "collective.js.datatables-1.8.0.2.tar.gz", "has_sig": false, "md5_digest": "c14ec199ff91e18b6aca18908b5e537f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336272, "upload_time": "2011-09-26T10:10:30", "url": "https://files.pythonhosted.org/packages/7d/73/03c5ca969034a141f4af5764e78c977bc9f6c763f12ef58d9c62fe8c0d19/collective.js.datatables-1.8.0.2.tar.gz" } ], "1.9": [ { "comment_text": "", "digests": { "md5": "40a012a81907f72391f601a29612a0b9", "sha256": "2876aa3e1102894627326c25ac3dd1edd23ca9fa27214215f0e22431d864a9ed" }, "downloads": -1, "filename": "collective.js.datatables-1.9.zip", "has_sig": false, "md5_digest": "40a012a81907f72391f601a29612a0b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 519738, "upload_time": "2012-02-12T22:05:34", "url": "https://files.pythonhosted.org/packages/54/e6/1d7478de1b442247aa283c9f2eb2710d994023de8d2c97b23c88cd15ac8c/collective.js.datatables-1.9.zip" } ], "1.9.1": [ { "comment_text": "", "digests": { "md5": "80063235e6ae81526f0d7ec8cc97f77a", "sha256": "04e4dfbda04bc99dcc3ce3896438ca00df52108aeced52759e6179a6b19fab13" }, "downloads": -1, "filename": "collective.js.datatables-1.9.1.zip", "has_sig": false, "md5_digest": "80063235e6ae81526f0d7ec8cc97f77a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 520354, "upload_time": "2012-02-12T22:12:48", "url": "https://files.pythonhosted.org/packages/4b/84/c3000723f6800ed6cc352c222aa64a7c4cc31cf09c6665840a8c54a948c8/collective.js.datatables-1.9.1.zip" } ], "1.9.2": [ { "comment_text": "", "digests": { "md5": "956145d79aba98079c357715d35704ff", "sha256": "b09a9f1134ec0d67b9e533bd99a2d73254eb015b61d65196add32352b3e360fd" }, "downloads": -1, "filename": "collective.js.datatables-1.9.2.zip", "has_sig": false, "md5_digest": "956145d79aba98079c357715d35704ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 536450, "upload_time": "2012-04-24T16:17:00", "url": "https://files.pythonhosted.org/packages/07/f6/14495b3fbdbe9ee9acaf38a56137908212d7dbfe138055bb11034bc9b251/collective.js.datatables-1.9.2.zip" } ], "1.9.2.1": [ { "comment_text": "", "digests": { "md5": "335ccb50880e4c25ea1b053203abb543", "sha256": "8ef5289c183c1302f3977f9cb7b1878de41060d1c9a1c5976cf4cb2968d993b0" }, "downloads": -1, "filename": "collective.js.datatables-1.9.2.1.zip", "has_sig": false, "md5_digest": "335ccb50880e4c25ea1b053203abb543", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 539023, "upload_time": "2012-04-25T20:50:34", "url": "https://files.pythonhosted.org/packages/dc/93/18eb06f4e00d46ef5a80f4353ab6ae9d53aad99e8ba893d7d6d85afd26af/collective.js.datatables-1.9.2.1.zip" } ], "1.9.2.2": [ { "comment_text": "", "digests": { "md5": "4e1ca2700faf226eeb5018d83d3abbdf", "sha256": "f64c11e977609210ae09f1be639bd7b027172749213b9084213ddbf6808fe386" }, "downloads": -1, "filename": "collective.js.datatables-1.9.2.2.zip", "has_sig": false, "md5_digest": "4e1ca2700faf226eeb5018d83d3abbdf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 698456, "upload_time": "2012-06-22T18:26:46", "url": "https://files.pythonhosted.org/packages/98/9f/198e766627041f3894545932ce0b50a5f4a7f6e669dc23c442b590afc0a5/collective.js.datatables-1.9.2.2.zip" } ], "1.9.2.3": [ { "comment_text": "", "digests": { "md5": "0e0a47e517b67875a17b3bc101aec7e2", "sha256": "92620194d6b07689fe1badf8752d81fe3beb34cf10b78310190dcd495aafbc32" }, "downloads": -1, "filename": "collective.js.datatables-1.9.2.3.zip", "has_sig": false, "md5_digest": "0e0a47e517b67875a17b3bc101aec7e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 704116, "upload_time": "2012-07-14T11:09:01", "url": "https://files.pythonhosted.org/packages/03/55/ade42c14aefd898cd11b7deb85257579fce03c18ef36efe26452a96f49ec/collective.js.datatables-1.9.2.3.zip" } ], "1.9.3.1": [ { "comment_text": "", "digests": { "md5": "43363fbfedcd3b9a25c46a9b38dc3810", "sha256": "119a2253e8c7417acac95057ec9d42ef512a29ea128b952161cf51ea919748ff" }, "downloads": -1, "filename": "collective.js.datatables-1.9.3.1.zip", "has_sig": false, "md5_digest": "43363fbfedcd3b9a25c46a9b38dc3810", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 712904, "upload_time": "2012-08-09T15:19:07", "url": "https://files.pythonhosted.org/packages/34/81/c38084a66bee8ee2d315749f1120d4e0ee9e900381088232bbdb7c1244ce/collective.js.datatables-1.9.3.1.zip" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "3d5d703bd1db6cc87f06688157c1b899", "sha256": "48bc270a24ced95dc56fd0cad29418fbec3b564a0f2029a7fd4d9c71e3f239b0" }, "downloads": -1, "filename": "collective.js.datatables-2.0.zip", "has_sig": false, "md5_digest": "3d5d703bd1db6cc87f06688157c1b899", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 713651, "upload_time": "2012-10-19T08:41:09", "url": "https://files.pythonhosted.org/packages/62/b5/5a88438fa2bef50cbdb77194c357bb6e56af287bb0c8fe1a518d46c8e5b4/collective.js.datatables-2.0.zip" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "da8d99e817e9a471b24c3ad318776eb9", "sha256": "34ba487ff08b69516ee6629cdbf54fa4abc0c1e7e630ea412dd80eeebf79df05" }, "downloads": -1, "filename": "collective.js.datatables-2.0.1.zip", "has_sig": false, "md5_digest": "da8d99e817e9a471b24c3ad318776eb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 714501, "upload_time": "2014-01-25T14:00:45", "url": "https://files.pythonhosted.org/packages/b7/b4/034f755f9f20e537e2bd895f252aff8566e01ac05dd2286a89d8bfca49dd/collective.js.datatables-2.0.1.zip" } ], "3.1.10.4": [ { "comment_text": "", "digests": { "md5": "3c66f18e8f9f6c15745508ede4d21499", "sha256": "df16eca2eec11d065e78a28f37d9220c263262eddf0459e0dbe8243f411ad119" }, "downloads": -1, "filename": "collective.js.datatables-3.1.10.4.zip", "has_sig": false, "md5_digest": "3c66f18e8f9f6c15745508ede4d21499", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1104019, "upload_time": "2015-01-29T15:13:29", "url": "https://files.pythonhosted.org/packages/54/2d/89447ab1db8a1c00729785d61e707eb1b257e507d63df9a0557e3cc95c56/collective.js.datatables-3.1.10.4.zip" } ], "3.1.10.5": [ { "comment_text": "", "digests": { "md5": "b297c2fcfde27f01dda914d6788a6df7", "sha256": "3a676d99f052ca8c29f329b49690850eac4c00ad40b970b3ee95cfbefbe5c294" }, "downloads": -1, "filename": "collective.js.datatables-3.1.10.5.tar.gz", "has_sig": false, "md5_digest": "b297c2fcfde27f01dda914d6788a6df7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 712275, "upload_time": "2015-06-25T14:10:17", "url": "https://files.pythonhosted.org/packages/9a/61/b8946b2c54a47e8ef94d1508c89b207505e7db933815814b2dd174567f93/collective.js.datatables-3.1.10.5.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "9459468a2211f84d2fe6dd3634164c38", "sha256": "6a83f238e72dc090f4bc7d23e451b4a030cff8e6f643adb2167190e67f2a66fe" }, "downloads": -1, "filename": "collective.js.datatables-4.0.0.tar.gz", "has_sig": false, "md5_digest": "9459468a2211f84d2fe6dd3634164c38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 704164, "upload_time": "2016-04-25T15:01:42", "url": "https://files.pythonhosted.org/packages/02/6d/0056ab448a1dcad5f9bb2d9c7014c07fd7f537e8bb9b54a87d225ca37416/collective.js.datatables-4.0.0.tar.gz" } ], "4.1.1": [ { "comment_text": "", "digests": { "md5": "e90fa2921a61b48d5abb2b358afd8df3", "sha256": "54b819e9524f4f359793beac3f8d2fd9fff9298b1b8eb455ebd7d52041754b1c" }, "downloads": -1, "filename": "collective.js.datatables-4.1.1.tar.gz", "has_sig": false, "md5_digest": "e90fa2921a61b48d5abb2b358afd8df3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 604829, "upload_time": "2016-05-07T07:03:14", "url": "https://files.pythonhosted.org/packages/6e/cc/33ea582d319b6c89e71df90716b3809dc6cde4b1777171c3a7b77215d431/collective.js.datatables-4.1.1.tar.gz" } ], "4.1.2": [ { "comment_text": "", "digests": { "md5": "89eff883b00c870be1b211c67423fb5c", "sha256": "2b24bfa522885acf364f106b30c3e8f516db89df2cda0b478aed3ef1290644c6" }, "downloads": -1, "filename": "collective.js.datatables-4.1.2.tar.gz", "has_sig": false, "md5_digest": "89eff883b00c870be1b211c67423fb5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 602624, "upload_time": "2016-09-21T08:05:18", "url": "https://files.pythonhosted.org/packages/fa/50/790ea994cba50e6e0e7a56ff9e39708bb03db7aa23a1c50a68ebd76b0988/collective.js.datatables-4.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "89eff883b00c870be1b211c67423fb5c", "sha256": "2b24bfa522885acf364f106b30c3e8f516db89df2cda0b478aed3ef1290644c6" }, "downloads": -1, "filename": "collective.js.datatables-4.1.2.tar.gz", "has_sig": false, "md5_digest": "89eff883b00c870be1b211c67423fb5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 602624, "upload_time": "2016-09-21T08:05:18", "url": "https://files.pythonhosted.org/packages/fa/50/790ea994cba50e6e0e7a56ff9e39708bb03db7aa23a1c50a68ebd76b0988/collective.js.datatables-4.1.2.tar.gz" } ] }