{ "info": { "author": "Andreas Jung", "author_email": "info@zopyx.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Zope2", "Programming Language :: Python" ], "description": "``Produce & Publish for Plone`` - high-quality export of Plone content to PDF, RTF, ODT, WML and DOCX\n=====================================================================================================\n\n\n``Produce & Publish for Plone`` provides high-quality export to the most common\noffice formats like PDF, RTF, ODT, DOCX and WML based on XSL-FO. \n\n\nFeatures:\n---------\n\n``Produce & Publish for Plone`` can convert the 'content' view of Plone\ndocuments into different formats:\n\n- PDF\n\n- ODT (native Openoffice format)\n\n- RTF (Rich Text Format)\n\n- DOCS (native Microsoft Office 2007 format)\n\n- WML (older Microsoft Office 2003(?) XML-based format)\n\n\n\nOther features:\n---------------\n\n- customizable templates per content-type\n\n- customizable stylesheets per content-type\n\n- configurable per-content-type content aggregation\n\n- customizable conversion workflow chain e.g. to prepare the HTML\n e.g by removing links or generating link lists \n\n- document-structure-driven conversion: e.g. the H1 tags can be used to\n enforce page-breaks in order to use sections starting with a H1 tag as marker\n for a new chapter.\n\n\nRequirements:\n-------------\n\n- zopyx.convert V 1.0.0 or higher, see http://cheeseshop.python.org/pypi/zopyx.convert\n\n- BeautifulSoup\n\n- Plone 3.0, 3.1 (no support for Plone 2.5)\n\n- Javascript-enabled browser\n\n- PIL (Python Imaging Library)\n\n\nInstallation:\n-------------\n\n- ensure that **zopyx.convert** is installed **including all its dependencies**\n\n- unpack the ``Products.SmartPrintNG`` archive inside the *Products* folder of your instance home\n\n- add ``Products.SmartPrintNG`` through the **Add/Remove programms** functionalty inside the \n Plone UI \n\n- if you create a new Plone site, ensure to pick up the proper extension profile\n matching your Plone version\n\n\nUsing ``Produce & Publish for Plone``:\n--------------------------------------\n\n- on Plone 3.0 you will see **Export** as new document action. Clicking on it will\n open the ``Produce & Publish for Plone`` control panel at the bottom of your current page.\n\n\nLicense\n-------\n\n``Produce & Publish for Plone`` is published under LGNU Public License V 3.0 (LGPL 3.0). \n\n\nCopyright\n---------\n\n``Produce & Publish for Plone`` is (C) 2007, 2008, ZOPYX Ltd. & Co KG, Charlottenstr. 37/1,\nD-72070 Tuebingen, Germany\n\n\nAuthor\n------\n\n``Produce & Publish for Plone`` was written by Andreas Jung for ZOPYX Ltd. & Co. KG, Tuebingen,\nGermany.\n\n\nContact\n-------\n\n| ZOPYX Ltd & Co. KG\n| c/o Andreas Jung\n| Charottenstr. 37/1\n| D-72070 Tuebingen, Germany\n| E-mail: info at zopyx dot com\n| Web: http://www.zopyx.com or http://www.zopyx.de\n\nCHANGES\n=======\n\n1.2.14 (22.12.2009)\n-------------------\n- Plone 4.0 compatibility\n\n1.2.12 (02.07.2009)\n-------------------\n\n- fixed logo issue in demo code\n\n1.2.11 (19.06.2009)\n-------------------\n\n- skins.xml cleanup\n- Added better support of l18n for the l10n\n\n1.2.10 (24.05.2009)\n-------------------\n\n- Plone 3.3 compatiblity\n\n1.2.9 (27.04.2009)\n------------------\n\n- Plone 3.2 compatiblity\n\n1.2.8 (01.04.2009)\n------------------\n\n- security related fix\n\n\n1.2.7 (04.02.2009)\n------------------\n\n- providing a better fix for changes in V 1.2.6\n\n1.2.6 (22.01.2009)\n------------------\n\n- providing default 'html' if content_extractor=None\n\n1.2.5 (12.11.2008)\n------------------\n\n- merged Michael Dunstan's branch for fixing the jquery issue with Plone 3.0\n\n1.2.4 (10.11.2008)\n------------------\n\n- excluded jquery from Plone 3.1 profile\n\n1.2.3 (07.11.2008)\n------------------\n\n- fixed a visual issue using content aggregators in sp_selection.pt\n\n1.2.2 (13.09.2008)\n------------------\n\n- improved error handling for images\n\n1.2.1 (12.07.2008)\n------------------\n\n- added option for removing the review history\n- support for the manipulation default states\n- fixed installer code for Plone 3.0/3.1\n\n1.2.0 (05.07.2008)\n------------------\n\n- new print option: font-size, column-count, paper-size\n- removed dual-licence\n- licensed completely under the LGPL 3\n\n1.1.4 (22.06.2008)\n------------------\n\n- new print option: orientation=portrait/landscape\n\n1.1.3 (18.06.2008)\n------------------\n\n- 'filename' parameter was not properly escaped causing\n some trouble on MacOSX where temporary directory names\n contained '+++'\n\n\n1.1.2 (20.04.2008)\n------------------\n\n- fixed jQuery integration issue related to the $() shortcut\n\n\n1.1.1 (18.04.2008)\n------------------\n\n- removeLinks no longer removed complete tags but replaces it\n with a tag containing the former linktext\n\n- dropping support for Plone 2.5\n\n1.1.0 (15.04.2008)\n------------------\n\n- replaced prototype.js with JQuery (patch by Alessandro XXXX)\n \n- Plone 3.1 compatiblity\n\n- now comes with dedicated GenericSetup profiles for Plone 3.0 \n and Plone 3.1\n \n\n1.0.1 (27.01.2008)\n------------------\n\n- fixed a manipulation error with internal anchors (having no 'href' \n attribute)\n\n- escaping whitespaces (browser.deliver())\n\n- license change: now using LGPL 3 \n\n- some stylesheet fine-tuning\n\n- support for 'redirect=1' as URL parameter fixed\n \n- provided adapter for extracting HTML from standard documents (basically for\n supporting document actions without the JS popup).\n\n\n1.0.0 (30.09.2007)\n------------------\n\n- official 1.0.0 release\n\n\n0.2.0 (08.09.2007)\n------------------\n\n- per-interface IHTMLExtractor support (backend and UI). Look at\n the demo folder (plone_adapters.py)\n\n- fixed JS racing condition in smartprint.js \n\n- better error handling in case of a backend failure\n\n- german translation\n\n- the new ZCML directive smartprintng:resourceDirectory allows you to\n register all templates (suffix .pt) and stylesheets (suffix .css) within\n the given directory for one or more interfaces. See demo/configure.zcml\n and the whole demo directory for examples.\n\n- templates, stylesheets and FO related stylesheets completely configurable\n on a per-interface basis\n\n- moved default styles and default FO styles to 'resources' directory\n\n- using the BeautifulSoup module for HTML manipulations\n\n\n0.1.1 (19.07.2007)\n------------------\n\n- Plone 2.5 support\n\n0.1.0 (13.07.2007)\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://opensource.zopyx.com/projects/SmartPrintNG", "keywords": "PDF RTF ODT DOCX WML conversion Plone Zope Python", "license": "LGPL 3", "maintainer": null, "maintainer_email": null, "name": "Products.SmartPrintNG", "package_url": "https://pypi.org/project/Products.SmartPrintNG/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.SmartPrintNG/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://opensource.zopyx.com/projects/SmartPrintNG" }, "release_url": "https://pypi.org/project/Products.SmartPrintNG/1.2.13/", "requires_dist": null, "requires_python": null, "summary": "Produce & Publish for Plone - Conversion of Plone content to PDF, RTS, ODT, DOCX and WML", "version": "1.2.13" }, "last_serial": 785126, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "74d8f69d39f0cf7da05e93ca4a9070ef", "sha256": "504b6258489134944d467e029ccfa4cfb122964443d02f990ef819895ee0fa8f" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.0.1-py2.4.egg", "has_sig": false, "md5_digest": "74d8f69d39f0cf7da05e93ca4a9070ef", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 96689, "upload_time": "2008-03-02T05:50:18", "url": "https://files.pythonhosted.org/packages/9c/49/b9aec78b9c84982f464a05e24119cf1e9e65476b5019ddbbab2e8334ba15/Products.SmartPrintNG-1.0.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "e773b8aad1f76857b1eede117466f1a6", "sha256": "3cc3655776f818d51a88960b9845411d1d4b31e841207e404800d85ad2ce7ed5" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.0.1.tar.gz", "has_sig": false, "md5_digest": "e773b8aad1f76857b1eede117466f1a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65304, "upload_time": "2008-03-02T05:50:16", "url": "https://files.pythonhosted.org/packages/35/40/0157747118b5cf5370e98e8abc785c2cdbc0fe12bd88cab1d9a1b25ec551/Products.SmartPrintNG-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "20241140f66de7f69f1ad50e57ba84ba", "sha256": "311ec8370685851f11f441ec52416c51ba64b5e7f00f264b68cc17fea34bfcd4" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.1.0-py2.4.egg", "has_sig": false, "md5_digest": "20241140f66de7f69f1ad50e57ba84ba", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 114784, "upload_time": "2008-04-19T06:05:04", "url": "https://files.pythonhosted.org/packages/08/e7/17ced43a4ff5c30ff4d92bcec6d20d63526acef5a446d065b92570d7c4ae/Products.SmartPrintNG-1.1.0-py2.4.egg" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "86cbf7d82260159357eef6c7b549a486", "sha256": "b37e9c4c4d6ff193dcb81fa45feafd89d9291816eb8a35e2f83150378c901ad8" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.1.1-py2.4.egg", "has_sig": false, "md5_digest": "86cbf7d82260159357eef6c7b549a486", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 114807, "upload_time": "2008-04-19T06:10:49", "url": "https://files.pythonhosted.org/packages/12/b7/9eefa0be664ae1b5cf0f45f473b121010beb54421549e47d27b74c5c9299/Products.SmartPrintNG-1.1.1-py2.4.egg" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "3c990011678fbbf4a6640a1c3459daee", "sha256": "3367c010d33a875df5422c6654e2088f3f50b37877184a7938c22d7974c59bbf" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.1.2-py2.4.egg", "has_sig": false, "md5_digest": "3c990011678fbbf4a6640a1c3459daee", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 114902, "upload_time": "2008-04-20T10:17:58", "url": "https://files.pythonhosted.org/packages/93/d8/9d8051b30c4b3ae810b76e848fa6a28e0fd9f5b2e98d794cea41647d8c9c/Products.SmartPrintNG-1.1.2-py2.4.egg" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "2fa1d624a3678b2d274259eea4f3bdcf", "sha256": "91a99079d2b28900651ae9154cc79d6c5e84bdb37a0d6ff38aafcc8383e3e308" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.1.3-py2.4.egg", "has_sig": false, "md5_digest": "2fa1d624a3678b2d274259eea4f3bdcf", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 115081, "upload_time": "2008-06-18T10:54:06", "url": "https://files.pythonhosted.org/packages/37/6c/fba70e378d0605692d4ef0106b12dc4830e518903c53d83c2ab31b432dc7/Products.SmartPrintNG-1.1.3-py2.4.egg" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "f1c7010fdeb22e99920c63f2eaa5d91f", "sha256": "5a760fb2cbde83b3a4ce12a224967ddc797447cab73f83cd52129bb4aed6f7f8" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.1.4-py2.4.egg", "has_sig": false, "md5_digest": "f1c7010fdeb22e99920c63f2eaa5d91f", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 91015, "upload_time": "2008-06-22T12:19:58", "url": "https://files.pythonhosted.org/packages/14/81/2a352602bbc08ff4155347a0ca7978b2e6be438daf3f600a1cf5c6ea8e40/Products.SmartPrintNG-1.1.4-py2.4.egg" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "f12113cbc453a4e0e194b41f128880fc", "sha256": "5b9318fadad05383b430f20af99c0b05fefa76d086a143b2aa200ebadba14198" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.1.5-py2.4.egg", "has_sig": false, "md5_digest": "f12113cbc453a4e0e194b41f128880fc", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 91487, "upload_time": "2008-07-01T11:19:54", "url": "https://files.pythonhosted.org/packages/3d/13/5434734a2b1bd2a805bbce101c25528d92761b0fcbeac0563c107687ebad/Products.SmartPrintNG-1.1.5-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "d9e35848055f8e7f7b9553066243c833", "sha256": "49c9b9a960fc198d3e3b5e4d22616c486857378d73fcafdd5528536d511e29b1" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.1.5.tar.gz", "has_sig": false, "md5_digest": "d9e35848055f8e7f7b9553066243c833", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60441, "upload_time": "2008-07-01T11:19:53", "url": "https://files.pythonhosted.org/packages/be/b6/c81bb242fc0052343ed87db037796dea78d7c8f00fca93e5829c7c59b78a/Products.SmartPrintNG-1.1.5.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "82698d104d03a5f6484b15a209f3da70", "sha256": "2e0c3aa2d108a565035cf35e25a4e48e91c8c23524e32c35142a0eec5fe0948c" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.0-py2.4.egg", "has_sig": false, "md5_digest": "82698d104d03a5f6484b15a209f3da70", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 91377, "upload_time": "2008-07-05T10:43:08", "url": "https://files.pythonhosted.org/packages/96/d2/0ebe6a3394dea1b6f5693c5e6f5f4d220f7ca5a00d4d96aebe40772babe0/Products.SmartPrintNG-1.2.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "92665fcb41228388663c98f9a63f009d", "sha256": "3945baf98488221c5e797a99a5a7e7bb7932efddee5a0d2a19b66be5fdc7fe5f" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.0.tar.gz", "has_sig": false, "md5_digest": "92665fcb41228388663c98f9a63f009d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60404, "upload_time": "2008-07-05T10:43:07", "url": "https://files.pythonhosted.org/packages/55/76/57324d0e7eb8dbc54d66c09d96185558961de687a82a15da1fdd9ee6ff39/Products.SmartPrintNG-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "a13718a8587800daa64dc476cc2fe231", "sha256": "5bcbb11e165e352ac6f0ff6e00a9831a2d37ce017c1a5290fd24771252738b9c" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.1-py2.4.egg", "has_sig": false, "md5_digest": "a13718a8587800daa64dc476cc2fe231", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 91572, "upload_time": "2008-07-12T12:49:08", "url": "https://files.pythonhosted.org/packages/cc/ae/069dc152fcd97b0ae80d4e054403230ab46f9bc09a843c08260c22911713/Products.SmartPrintNG-1.2.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "dabe5041b80f78e8d4f1b58908b5e680", "sha256": "ac71064079186f531fa0bac84ddd4c3e450fe6a17674e54c4fd1e1a0e55d5120" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.1.tar.gz", "has_sig": false, "md5_digest": "dabe5041b80f78e8d4f1b58908b5e680", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60598, "upload_time": "2008-07-12T12:49:09", "url": "https://files.pythonhosted.org/packages/84/b3/b1e83e2822b25535b0e992466ee115efbb1d3a0b193717fcc58e3e0f33fb/Products.SmartPrintNG-1.2.1.tar.gz" } ], "1.2.10": [ { "comment_text": "", "digests": { "md5": "d6774454473201d575f1fbdeca0cd933", "sha256": "8de32bdbd31135e48e50141bd8dadc36276b15c845f9512061a771441cf2e07f" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.10.tar.gz", "has_sig": false, "md5_digest": "d6774454473201d575f1fbdeca0cd933", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64555, "upload_time": "2009-05-24T16:28:34", "url": "https://files.pythonhosted.org/packages/f5/69/25f4c96b7ed919f45cbddcddc0abaa7f77685ca00746ff43aec06f89e057/Products.SmartPrintNG-1.2.10.tar.gz" } ], "1.2.11": [ { "comment_text": "", "digests": { "md5": "1ea7108dce0e4ed3ca8e76cc25bd6723", "sha256": "a6651e8b724ef4e25394afbf4298445c8ce83bf2fde5a99f69ac4583ee05b133" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.11.tar.gz", "has_sig": false, "md5_digest": "1ea7108dce0e4ed3ca8e76cc25bd6723", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63049, "upload_time": "2009-06-19T11:06:39", "url": "https://files.pythonhosted.org/packages/af/6c/b52d5ae3dcdc94d98324ba7c9ecba33ff54e2265c9aa8dd1f3e3c8d0e7c4/Products.SmartPrintNG-1.2.11.tar.gz" } ], "1.2.12": [ { "comment_text": "", "digests": { "md5": "e3e3dcde2cf34e657b88625123dfb7d1", "sha256": "70a8d3123b99c99fedce95c55ef044611e790aef117fd1980355bd92ad5044b4" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.12.tar.gz", "has_sig": false, "md5_digest": "e3e3dcde2cf34e657b88625123dfb7d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65410, "upload_time": "2009-07-02T18:11:25", "url": "https://files.pythonhosted.org/packages/e4/ab/4b36375579522d1b4e1ec69c38674e4fc88d44cf2ad4babfa48a51f68116/Products.SmartPrintNG-1.2.12.tar.gz" } ], "1.2.13": [ { "comment_text": "", "digests": { "md5": "d6a7afa6aaf2e28abd08e32a8bfed8e4", "sha256": "5aa97adee34fe5c5678bf9d7c8f3d8976e95d5c5a16ace01055ec4d8f15d96df" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.13.tar.gz", "has_sig": false, "md5_digest": "d6a7afa6aaf2e28abd08e32a8bfed8e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65942, "upload_time": "2009-12-23T15:38:29", "url": "https://files.pythonhosted.org/packages/90/f6/803d7f7a97b8c0223b3bc972b72c5b40478361973796a3b05447a659c57e/Products.SmartPrintNG-1.2.13.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "a15157b244b1236c54103b6987ff16d9", "sha256": "c7c747cb8001d168e94a96db2bdb02c42e391245f55c9c2e62fa99461ffa1661" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.2-py2.4.egg", "has_sig": false, "md5_digest": "a15157b244b1236c54103b6987ff16d9", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 94310, "upload_time": "2008-09-13T06:33:58", "url": "https://files.pythonhosted.org/packages/5c/ec/a56b94389a6e3abcf75a7452a430a6eb5f3afeb62b48b1f7483c1ccd5743/Products.SmartPrintNG-1.2.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "87e9e3d80feb567c8a4684ab7172fc45", "sha256": "8f74db6fcc4b5cb130b12ab3a31ff7c6eed4723c7699b856f1fd898f57167c18" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.2.tar.gz", "has_sig": false, "md5_digest": "87e9e3d80feb567c8a4684ab7172fc45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61932, "upload_time": "2008-09-13T06:33:56", "url": "https://files.pythonhosted.org/packages/57/8a/bcbf5a899543ce718d63e6d49730943629e22c62bfb3663b0bf8f1f1dcb4/Products.SmartPrintNG-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "fd6355f8bb42febe8a198a145bf24f78", "sha256": "97022ed1bc4c92d7688a1fe0fa08bb86c0282922ae921dde414c66fdd957b892" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.3.tar.gz", "has_sig": false, "md5_digest": "fd6355f8bb42febe8a198a145bf24f78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62058, "upload_time": "2008-11-07T15:08:10", "url": "https://files.pythonhosted.org/packages/19/47/a46c0a5001ce893964c18c7d6d43fcf9da513980d6d979483b75cab7271e/Products.SmartPrintNG-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "f04a2a31656ee4781908a334d4e40621", "sha256": "b5fb40c0d1b887f419ef2bfc3fa45830293854a05d6f6e0a834147a29515778c" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.4.tar.gz", "has_sig": false, "md5_digest": "f04a2a31656ee4781908a334d4e40621", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62467, "upload_time": "2008-11-10T17:12:56", "url": "https://files.pythonhosted.org/packages/f0/6c/14f749c65bd39f10338a3b9f374966374741408089dfa7ae1aa4f253e187/Products.SmartPrintNG-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "9b59b9c18529913ab10418280772293d", "sha256": "c62639c255cfa75dbee4e38d36151dbcdc438fbd4ef3e743a091f6d68e3d7401" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.5.tar.gz", "has_sig": false, "md5_digest": "9b59b9c18529913ab10418280772293d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64270, "upload_time": "2008-11-12T07:31:51", "url": "https://files.pythonhosted.org/packages/67/d6/58c4169ee72137e5c0fca6444e90b38a5640fcdce79fc4631d667d1b5632/Products.SmartPrintNG-1.2.5.tar.gz" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "058e91e643190d154bb736afd55b0106", "sha256": "1a512c6aa78ffdacfe351c4d42434679f13bbeefefe21f2153b62fcddda6951a" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.6.tar.gz", "has_sig": false, "md5_digest": "058e91e643190d154bb736afd55b0106", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62178, "upload_time": "2009-01-22T05:18:24", "url": "https://files.pythonhosted.org/packages/cf/1a/989736ba41aa46125b31831f3e23eff53ac02a3519cdaaebab0b4da19895/Products.SmartPrintNG-1.2.6.tar.gz" } ], "1.2.7": [ { "comment_text": "", "digests": { "md5": "42350f06dabbc6db6fe75c706d218613", "sha256": "31d39f7bd5e3e3783714d1f178807a2b89b9415610943024689495927829cd93" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.7.tar.gz", "has_sig": false, "md5_digest": "42350f06dabbc6db6fe75c706d218613", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62217, "upload_time": "2009-02-04T18:33:10", "url": "https://files.pythonhosted.org/packages/bc/79/16c866ba9fb3baa7d84b36eef964d00d132b6658f86b2860dd7eae206d78/Products.SmartPrintNG-1.2.7.tar.gz" } ], "1.2.8": [ { "comment_text": "", "digests": { "md5": "011fc1f50f75e9f945f935ebbb5770cd", "sha256": "e959b65e4941e7de243e8e9e347d6e48e6217cd485d9d291e3e0449014cbf361" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.8.tar.gz", "has_sig": false, "md5_digest": "011fc1f50f75e9f945f935ebbb5770cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62320, "upload_time": "2009-04-01T18:49:44", "url": "https://files.pythonhosted.org/packages/59/1e/0bd78dddad15b69fefc6251d75dc2ee2c6ea0a47367b4691c48e6af4ac84/Products.SmartPrintNG-1.2.8.tar.gz" } ], "1.2.9": [ { "comment_text": "", "digests": { "md5": "9ba4005f3c8f6235e8bdf70bf9b209a2", "sha256": "911bbe6d688b780fa7b430675b2432c0b8b4c77323a34420322333451a666dc3" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.9.tar.gz", "has_sig": false, "md5_digest": "9ba4005f3c8f6235e8bdf70bf9b209a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62327, "upload_time": "2009-04-27T17:30:15", "url": "https://files.pythonhosted.org/packages/80/fd/c7612fc9572b4922c88536649a5004e4ba9fdd461d86bbd140d256f3e6b0/Products.SmartPrintNG-1.2.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d6a7afa6aaf2e28abd08e32a8bfed8e4", "sha256": "5aa97adee34fe5c5678bf9d7c8f3d8976e95d5c5a16ace01055ec4d8f15d96df" }, "downloads": -1, "filename": "Products.SmartPrintNG-1.2.13.tar.gz", "has_sig": false, "md5_digest": "d6a7afa6aaf2e28abd08e32a8bfed8e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65942, "upload_time": "2009-12-23T15:38:29", "url": "https://files.pythonhosted.org/packages/90/f6/803d7f7a97b8c0223b3bc972b72c5b40478361973796a3b05447a659c57e/Products.SmartPrintNG-1.2.13.tar.gz" } ] }