{ "info": { "author": "Andreas Jung", "author_email": "info@zopyx.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Zope2", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "The Produce & Publish Client Connector for Plone\n================================================\n\nDocumentation\n-------------\n\nSee http://packages.python.org/zopyx.smartprintng.plone\n\nSource code\n-----------\nSee https://github.com/zopyx/zopyx.smartprintng.plone\n\nBugtracker\n----------\nSee https://github.com/zopyx/zopyx.smartprintng.plone/issues\n\nLicence\n-------\nPublished under the GNU Public Licence Version 2 (GPL 2)\n\nAuthor\n------\n| ZOPYX Limited\n| Charlottenstr. 37/1\n| D-72070 Tuebingen, Germany\n| info@zopyx.com\n| www.zopyx.com\n\n\n\nChangelog\n=========\n\n2.1.26 (2012-08-24)\n-------------------\n\n- some fixes/workaround for exporting (embedded) images from\n special types like News Item\n\n2.1.25 (2012-08-14)\n-------------------\n- added .mode-flat and mode-nested CSS classes depending\n on the folder aggregation mode in order to fix a problem\n with the makeImagesLocal transformation for nested folders\n\n2.1.23 (2012-05-08)\n-------------------\n- fix in image resolver\n\n2.1.22 (2012-04-04)\n-------------------\n- locale aware sorting of index terms in addIndex()\n\n2.1.21 (2012-04-03)\n-------------------\n- fixed bug in endnote number handling in convertEndNotes()\n\n2.1.20 (2012-02-26)\n-------------------\n- fixed CSS counter bug (related to PrinceXML 7.1 vs. 8.0)\n\n2.1.19 (2012-02-20)\n-------------------\n- unicode fix in HTML splitter code\n\n2.1.18 (2012-02-10)\n-------------------\n- folder aggregator now support (experimental) document filter\n based on UIDs (filter_uid parameter)\n- makeImageLocal() transformation removed parts of the document\n while replacing the old image with an image container\n- added experimental addIndexList transformation\n\n2.1.17 (2011-12-28)\n-------------------\n- checking html input in transformation machinery for empty strings\n\n2.1.16 (2011-12-21)\n-------------------\n- better footnote handling\n\n2.1.15 (2011-12-20)\n-------------------\n- convertWordEndnotes() transformation added\n\n2.1.14 (2011-12-19)\n-------------------\n- fixed image width 100% for images inside an image-container\n (PrinceXML 8 compatibility)\n\n2.1.13 (2011-12-18)\n-------------------\n- some fixes discovered using PyFlakes\n\n2.1.12 (2011-12-12)\n-------------------\n- added some transformations for better\n Word import\n\n2.1.11 (2011-11-23)\n-------------------\n- update trove classifiers\n\n2.1.10 (2011-11-17)\n-------------------\n- improved aggregator for nested content folders\n- support for content hierarchies up to level 8\n- support for new environment variable SMARTPRINTNG_ZIP_OUTPUT\n\n2.1.9 (2011-11-11)\n------------------\n- fixed bug in makeImagesLocal() transformation\n where the document root has not been used properly\n for finding images by traversal \n\n2.1.8 (2011-11-11)\n------------------\n- support for new ``SMARTPRINTNG_LOCAL_CONVERSION`` environment\n variable\n\n2.1.7 (2011-11-08)\n------------------\n- removed some baggage in order to make distro smaller\n\n2.1.6 (2011-11-07)\n------------------\n- minor fixes in handling of generated files for download \n\n2.1.5 (2011-11-07)\n------------------\n- first public (open-source) release\n\n2.1.4 (2011-10-25)\n------------------\n- fixed unicode/utf-8 issue in makeImagesLocal transformation\n\n2.1.3 (2011-10-14)\n------------------\n- added fixAmpersand transformation\n\n2.1.2 (2011-10-10)\n------------------\n- transformations for dealing with converted footnotes from Word\n\n2.1.1 (2011-10-08)\n------------------\n- compatibility with Dexterity\n\n2.1.0 (2011-09-22)\n------------------\n- final 2.1.0 release\n\n2.0.9 (2011-09-20)\n------------------\n- fixed bug in xpath_query() (using relative query)\n\n2.0.8 (2011-09-11)\n------------------\n- more cleanup\n\n2.0.7 (2011-09-10)\n------------------\n- some ZCML fixes in order to avoid Plone 4.x startup failures under\n some conditions\n- restored compatibility with Plone 3.3.X\n\n2.0.6 (2011-09-08)\n------------------\n- image exporter did not deal proper with duplicate image ids\n- minor fixes\n\n2.0.5 (2011-09-02)\n------------------\n- new lxml backed transformation pipeline \n- more tests\n\n2.0.4 (2011-08-26)\n------------------\n- logging resource registration using INFO severity\n- new lxml dependency\n\n2.0.3 (2011/08/15)\n------------------\n- catching HTTPError in image resolver\n- fixed another BeautifulSoup misbehaviour in fixHeadingAfterOfficeImport()\n\n2.0.2 (2011-08-02)\n------------------\n- minor fix\n\n2.0.1 (2011-08-02)\n------------------\n- integration with new zip client version (Proxy2 implementation)\n\n2.0.0 (2011-07-25)\n---------------------\n* final release\n\n2.0.0rc2 (2011-07-04)\n---------------------\n* fix in logger call in folder.py\n\n2.0.0rc1 (2011-07-01)\n---------------------\n* don't extend images an authoring project\n* remove class attributes from headings after office import\n* added ignoreHeadingsForStructure transformation\n\n2.0.0b2 (2011-06-16)\n--------------------\n* minor fixes related to office data import\n\n2.0.0b1 (2011-05-24)\n--------------------\n* fixes related to office format input\n\n2.0.0a3 (2011-05-17)\n--------------------\n* added some workaround for image resolver in order to deal with images\n referenced through a fully specified URL with a redirection included\n (TQM issue)\n\n2.0.0a2 (2011-05-14)\n--------------------\n* minor fix in safe_get()\n\n2.0.0a1 (2011-05-10)\n--------------------\n* simplification and refacoring\n\n0.7.0 (2011-02-11)\n-------------------\n* updated for use with zopyx.authoring 1.5.X\n* added GenericDownloadView aka '@@ppConvert'\n* exported images now contain a proper extension (fixes issues\n with the XFC converter depending on extension for determining\n the image format)\n\n0.6.24 (2010-12-09)\n-------------------\n* added addDocumentLinks() transformation\n* including content ids of aggregated content\n\n0.6.23 (2010-09-10)\n-------------------\n* addImageCaptionsInHTML(): honour excludeFromImageEnumeration\n\n0.6.22 (2010-09-09)\n-------------------\n* fixed improper stripping of image names using an image scale\n (causing issues in the consolidated HTML view of the authoring\n environment)\n\n0.6.21 (2010-08-09)\n-------------------\n* added support '++resource++' image references (Patrick Gerken)\n* added support for FSImage (Patrick Gerken)\n\n0.6.20 (2010-08-05)\n-------------------\n* added 'removeComments' transformation\n* added 'makeImageSrcLocal' transformation\n\n0.6.19 (2010-07-13)\n-------------------\n* fixed race condition in makeImagesLocal()\n\n0.6.18 (2010-06-14)\n-------------------\n* images got a new PDF conversion option \"Exclude from image enumeration\"\n\n0.6.17 (2010-06-12)\n-------------------\n* inserting H1 title for consolidated HTML\n* added extra class to folder title for consolidated HTML \n\n0.6.16 (2010-05-29)\n-------------------\n* inserting space for found anchors\n\n0.6.15 (2010-04-15)\n-------------------\n* minor fix in image handling\n\n0.6.14 (2010-04-14)\n-------------------\n* minor tweaks for image caption markup\n\n0.6.13 (2010-03-26)\n-------------------\n* support for span.footnoteText\n\n0.6.12 (2010-03-21)\n-------------------\n* support for image urls 'resolveuid/'\n* minor fixes and tweaking in image handling (caption generation)\n\n0.6.11 (2010-03-10)\n-------------------\n* added document extender\n* document option for suppressing the title in PDF\n* image caption support\n* changed default transformations (to makeImagesLocal only)\n* removed TOC from default PDF template\n\n0.6.10 (2010-03-03)\n-------------------\n* support for request/transformations parameter\n* various fixes\n\n0.6.9 (2010-02-22)\n------------------\n* added [[text:footnote-text]] support for generating footnotes\n* various changes related to zopyx.authoring integration\n\n0.6.8 (2010-02-03)\n------------------\n\n* Folder aggregation now works with all folderish objects providing IATFolder\n\n\n0.6.7 (2009-11-30)\n------------------\n\n* makeImagesLocal: better dealing with virtual hosting\n\n0.6.6 (2009-11-15)\n------------------\n\n* fixed CSS issue with TOC markup\n\n0.6.5 (2009-11-12)\n------------------\n\n* always use images in their original resolution \n* optional content information with link to the edit mode\n of the aggregated document (you must change the visibility\n of the .content-info class through CSS)\n* a request parameter 'show-debug-info' will enable the\n additional content-info view\n* better error handling\n* better logging\n* tweaked markup of generated TOC\n\n\n0.6.3 (2009-10-27)\n------------------\n\n* refactored language handling\n* refactored PDF view in order to provide a low-level view \n returning a reference to the generated PDF file instead\n providing it for HTTP download\n\n\n0.6.2 (2009-10-24)\n------------------\n\n* setting anti-cache headers\n* locale-aware sorting in PloneGlossary code\n\n0.6.1 (2009-10-23)\n------------------\n\n* PloneGlossary integration: compare title case-insensitive\n (IDG project)\n\n0.6.0 (2009-10-21)\n------------------\n\n* refactored and simplified transformation machinery\n\n0.5.0 (2009-10-09)\n------------------\n\n* major rewrite\n\n0.3.0 (2009-09-24)\n------------------\n\n* refactored views\n\n0.2.0 (2009-09-23)\n------------------\n\n* more hyphenation dicts\n* restructured resources directory\n\n0.1 (xxxx-xx-xx)\n----------------\n\n* Initial release", "description_content_type": null, "docs_url": "https://pythonhosted.org/zopyx.smartprintng.plone/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/zopyx.smartprintng.plone", "keywords": "PDF Plone Python EBook EPUB", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "zopyx.smartprintng.plone", "package_url": "https://pypi.org/project/zopyx.smartprintng.plone/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zopyx.smartprintng.plone/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/zopyx.smartprintng.plone" }, "release_url": "https://pypi.org/project/zopyx.smartprintng.plone/2.1.27/", "requires_dist": null, "requires_python": null, "summary": "Produce & Publisher server integration with Plone", "version": "2.1.27" }, "last_serial": 1426452, "releases": { "2.1.10": [ { "comment_text": "", "digests": { "md5": "311f9bd19df83005e108703ecaf7ab5d", "sha256": "681a4081c70560d097aa63ca881386dfb8a23a29b4d38c6e93c5fc286dcc0616" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.10.zip", "has_sig": false, "md5_digest": "311f9bd19df83005e108703ecaf7ab5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3670203, "upload_time": "2011-11-17T17:24:45", "url": "https://files.pythonhosted.org/packages/96/09/daa9c4b5f32257df795ed928f15e24bbd9895e2871fa6a6705c74dd6689c/zopyx.smartprintng.plone-2.1.10.zip" } ], "2.1.11": [], "2.1.11.1": [ { "comment_text": "", "digests": { "md5": "57e0084bc8330c56b67ae923e48df243", "sha256": "4f79a5f1d73c2ead18d3aaf3600c448927bb56ae652230449d3fe998e5053dab" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.11.1.zip", "has_sig": false, "md5_digest": "57e0084bc8330c56b67ae923e48df243", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3670786, "upload_time": "2011-11-28T18:41:38", "url": "https://files.pythonhosted.org/packages/fd/62/413602e10eca9b17fbb580d721c99c13c96a09d0493f6a671a12b425eafe/zopyx.smartprintng.plone-2.1.11.1.zip" } ], "2.1.11.2": [ { "comment_text": "", "digests": { "md5": "bdba6d6e5038d0f5824431de9c5e4615", "sha256": "3bca1d9babd0450f739da5c1b228fcfe53b8181c47801229c482bfdb53d40069" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.11.2.zip", "has_sig": false, "md5_digest": "bdba6d6e5038d0f5824431de9c5e4615", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3670790, "upload_time": "2011-11-28T18:52:07", "url": "https://files.pythonhosted.org/packages/0e/03/a4a8a0d1c8a5ed566c03e3cb7b4fdd329523e0bff17d0884042d35616cdb/zopyx.smartprintng.plone-2.1.11.2.zip" } ], "2.1.12": [ { "comment_text": "", "digests": { "md5": "8d9d67ca1a6a4b747f96faedb27972fd", "sha256": "fd3be5053bd817dc551675326c7e5ec05b7f1cd4bdca659fde71feb6b295d6aa" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.12.zip", "has_sig": false, "md5_digest": "8d9d67ca1a6a4b747f96faedb27972fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3670566, "upload_time": "2011-12-12T18:59:42", "url": "https://files.pythonhosted.org/packages/2f/45/2a689f4a91bc777b1ae85c8450b31973f204b6cebc1b0736fe7050cec84d/zopyx.smartprintng.plone-2.1.12.zip" } ], "2.1.13": [ { "comment_text": "", "digests": { "md5": "6c3f3ad91c39f23589d0f38c6945f239", "sha256": "ec24054d0971a4d70d59c3662d943aa8b45ad1f33b07452bc8743e8fcb58aee9" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.13.zip", "has_sig": false, "md5_digest": "6c3f3ad91c39f23589d0f38c6945f239", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3670406, "upload_time": "2011-12-18T21:34:44", "url": "https://files.pythonhosted.org/packages/6b/1e/ce9c5608a2ea2ff7e7ad198b609bfce0ccb8baced753b8c9f44378b25868/zopyx.smartprintng.plone-2.1.13.zip" } ], "2.1.14": [ { "comment_text": "", "digests": { "md5": "942aa7cc5b728001c2a364be5bb32854", "sha256": "820d6092661bcf9669aa62501403bd7a7fc479302ce9651b8e8177d615ce8cc2" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.14.zip", "has_sig": false, "md5_digest": "942aa7cc5b728001c2a364be5bb32854", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3670571, "upload_time": "2011-12-19T12:40:23", "url": "https://files.pythonhosted.org/packages/ba/e7/e01c548f35329b39fce1aaa02495f64c2e9210cc71b456d4df83ad89654b/zopyx.smartprintng.plone-2.1.14.zip" } ], "2.1.15": [ { "comment_text": "", "digests": { "md5": "a0a2678e6c2714a7dd60312bd6bbb5cb", "sha256": "653b0dffa97f1dbf964da8e56b94725d7b3b1c9d254c5c114710acadb8c24f59" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.15.zip", "has_sig": false, "md5_digest": "a0a2678e6c2714a7dd60312bd6bbb5cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3670843, "upload_time": "2011-12-20T13:47:17", "url": "https://files.pythonhosted.org/packages/15/a5/ee8f97059f219e3f29228182a54cc89a1e864c0beb4941d7ff653200c295/zopyx.smartprintng.plone-2.1.15.zip" } ], "2.1.16": [ { "comment_text": "", "digests": { "md5": "207e76bb14883c2e7cf375b05cf55577", "sha256": "20d356a4cf2aa57e257a5c012ac6e8a9d213035464a293ab98a78d1ecf1e7ff2" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.16.zip", "has_sig": false, "md5_digest": "207e76bb14883c2e7cf375b05cf55577", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3670963, "upload_time": "2011-12-21T10:30:33", "url": "https://files.pythonhosted.org/packages/50/7d/59f02b34f849d12dd44e82ddc48d7220acb4ea981ea1259b7ec33cfb8879/zopyx.smartprintng.plone-2.1.16.zip" } ], "2.1.16.1": [ { "comment_text": "", "digests": { "md5": "4391a7b6b1b29f0efc0e6fcb7634dcba", "sha256": "fae870226300e78bcb6f58318135882e7151697492a71dad9ff0c0e1d66bdcfe" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.16.1.zip", "has_sig": false, "md5_digest": "4391a7b6b1b29f0efc0e6fcb7634dcba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3671408, "upload_time": "2011-12-21T10:32:56", "url": "https://files.pythonhosted.org/packages/29/1d/f5cd4d063746d45eaebca30039b8ad31fe5a84a0b16c290b71708efcfbaa/zopyx.smartprintng.plone-2.1.16.1.zip" } ], "2.1.16.2": [ { "comment_text": "", "digests": { "md5": "cf8a5d627c2beed277adeac3b0c6c539", "sha256": "11bfb62b4b6fc3adaea5fd482953da0e17e9b6d4ae08483c13d0f9792cb748dd" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.16.2.zip", "has_sig": false, "md5_digest": "cf8a5d627c2beed277adeac3b0c6c539", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3671425, "upload_time": "2011-12-21T10:56:11", "url": "https://files.pythonhosted.org/packages/66/9a/d2f4479dc544a1819c4d3ebf313273da6f64f62368fc522ab4dea98f2688/zopyx.smartprintng.plone-2.1.16.2.zip" } ], "2.1.17": [ { "comment_text": "", "digests": { "md5": "46c897310430415314a94d7f93f84cce", "sha256": "ac3746a8c77581fba9734eedb9fcf2784d680ffec30a509cdfe3d3deab1df0e2" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.17.zip", "has_sig": false, "md5_digest": "46c897310430415314a94d7f93f84cce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3671103, "upload_time": "2011-12-28T14:00:39", "url": "https://files.pythonhosted.org/packages/a8/cd/ce2f3a09bf11199c7916b937f98c57ce8a43c3cbd190349c8f1004227821/zopyx.smartprintng.plone-2.1.17.zip" } ], "2.1.18": [ { "comment_text": "", "digests": { "md5": "6bd83dea55c81765eb64f112c588fc89", "sha256": "665ac04d7eb0df2cbd669004edac7edd0e0999a47b14e09ccec6924a5bc26802" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.18.zip", "has_sig": false, "md5_digest": "6bd83dea55c81765eb64f112c588fc89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3672516, "upload_time": "2012-02-10T09:48:41", "url": "https://files.pythonhosted.org/packages/b9/b1/38b7b10759d0dc0844ed827ecc882990b9c83075754e3b754a18aded81b8/zopyx.smartprintng.plone-2.1.18.zip" } ], "2.1.19": [ { "comment_text": "", "digests": { "md5": "7df14194736a17bb7bb8f815b0716324", "sha256": "5080c677bb26bb814384da7f68dc8713c57406486857f47fcc906aaeda4450d8" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.19.zip", "has_sig": false, "md5_digest": "7df14194736a17bb7bb8f815b0716324", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3672592, "upload_time": "2012-02-20T07:51:22", "url": "https://files.pythonhosted.org/packages/0e/3a/244a73162fe279648eedf2181c0a37c9045015cd887fc025d647a12f4644/zopyx.smartprintng.plone-2.1.19.zip" } ], "2.1.20": [ { "comment_text": "", "digests": { "md5": "659e70fdee5b6b2120cf6a6a1c477229", "sha256": "59c27efcc4c08b3bdd8d9762b2e28b74db459514b3dd3bd90541e21e185f29c8" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.20.zip", "has_sig": false, "md5_digest": "659e70fdee5b6b2120cf6a6a1c477229", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3672836, "upload_time": "2012-02-26T13:16:22", "url": "https://files.pythonhosted.org/packages/c6/a9/891d7d82e48c66f82413d6b93bba6f0e56d1979e2b9cdad6b4b733ed0e3b/zopyx.smartprintng.plone-2.1.20.zip" } ], "2.1.21": [ { "comment_text": "", "digests": { "md5": "29d69a5f6cba358a47ac6b7f81be3c30", "sha256": "ca7a4bdbdff75ac189ac0bed4347a62b86bf14b3aa11a7d70df0431dc501c885" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.21.zip", "has_sig": false, "md5_digest": "29d69a5f6cba358a47ac6b7f81be3c30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3672979, "upload_time": "2012-04-03T09:31:37", "url": "https://files.pythonhosted.org/packages/f0/08/6f2ddbe6e9a910b77fef3d207bd91cab7a84b3db144843058cd06cfb22de/zopyx.smartprintng.plone-2.1.21.zip" } ], "2.1.22": [ { "comment_text": "", "digests": { "md5": "711572c1b47bab330a531a1a8871fa7f", "sha256": "ae04cf65bb5b2c5c942235fcd5602087b59702e1e01810b188da8df0c1678cac" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.22.zip", "has_sig": false, "md5_digest": "711572c1b47bab330a531a1a8871fa7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3673069, "upload_time": "2012-04-04T10:18:53", "url": "https://files.pythonhosted.org/packages/67/e7/b63ee9d5374aba4f4a89ca0f56938e370c14add9238fd7506131af8de0df/zopyx.smartprintng.plone-2.1.22.zip" } ], "2.1.23": [ { "comment_text": "", "digests": { "md5": "ce66fb764aaef2c51b97a97b7264ccda", "sha256": "ec7b8ea63da2bb62720e7a404bda0900aafb18eceb0e0a5a1f034990f109d621" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.23.zip", "has_sig": false, "md5_digest": "ce66fb764aaef2c51b97a97b7264ccda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3673134, "upload_time": "2012-05-08T10:59:01", "url": "https://files.pythonhosted.org/packages/6a/1e/0253bc519941aa31056e54c848667b8dfcce2f25850c3d7cbfbca719b027/zopyx.smartprintng.plone-2.1.23.zip" } ], "2.1.23.1": [ { "comment_text": "", "digests": { "md5": "fd869601fa6edd22b666f8a836989a14", "sha256": "4228240bc5e68ebc66ed3b69f65935f2bcccccca64cf1e0c54b45c4e0e5b7b87" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.23.1.zip", "has_sig": false, "md5_digest": "fd869601fa6edd22b666f8a836989a14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3673610, "upload_time": "2012-05-08T11:03:05", "url": "https://files.pythonhosted.org/packages/ff/0c/108ba2e70216a0ebe460f94d4f0ab5716083f278decac859557405010ba3/zopyx.smartprintng.plone-2.1.23.1.zip" } ], "2.1.24": [ { "comment_text": "", "digests": { "md5": "efdbfe80965db41a2b0c51e5b0588e8d", "sha256": "f371ffcadf48d27fac0b59f4de630cff76254593ae943ed7e6e42b27e8eeb937" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.24.zip", "has_sig": false, "md5_digest": "efdbfe80965db41a2b0c51e5b0588e8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3673361, "upload_time": "2012-06-22T09:36:46", "url": "https://files.pythonhosted.org/packages/c4/4d/9a035816b21e0a23a37286519a5317f9c318e74b6812674ac014562df8da/zopyx.smartprintng.plone-2.1.24.zip" } ], "2.1.25": [ { "comment_text": "", "digests": { "md5": "c33983ab86763381f58ee8040a56fd28", "sha256": "2a89c1a8fedd308da923c2b83e22c32b458b2c642064c2c4e6a1dd1d979ba2fb" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.25.zip", "has_sig": false, "md5_digest": "c33983ab86763381f58ee8040a56fd28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3673638, "upload_time": "2012-08-14T17:30:33", "url": "https://files.pythonhosted.org/packages/ec/9b/319d03b39e02e98abbfb27666248e8047483d57d912720dcd6583be657ac/zopyx.smartprintng.plone-2.1.25.zip" } ], "2.1.26": [ { "comment_text": "", "digests": { "md5": "66fb60dca27da07cb17933cf46c5bbb4", "sha256": "f61455c6c1c52f5d4403b08a446d937a4a5c20641a22494a591fc23207158025" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.26.zip", "has_sig": false, "md5_digest": "66fb60dca27da07cb17933cf46c5bbb4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18878081, "upload_time": "2012-08-24T09:38:36", "url": "https://files.pythonhosted.org/packages/53/0a/d3f9e4b11efef1899fdb653946ff6bcfcc7eefbcb206df88f5f17967bc88/zopyx.smartprintng.plone-2.1.26.zip" } ], "2.1.27": [ { "comment_text": "", "digests": { "md5": "b35ab817c42f7a4a991a1cb1b5cc07de", "sha256": "1fe71ca47f831b3705803f3a8d2664d2f5424b6b27580d1c634640917ea9496d" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.27.zip", "has_sig": false, "md5_digest": "b35ab817c42f7a4a991a1cb1b5cc07de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18878121, "upload_time": "2015-02-17T07:26:48", "url": "https://files.pythonhosted.org/packages/82/b3/006eeceb49caa2f2e9073c24375eb5fa48d7625e702ab7b24cc8d4e7481a/zopyx.smartprintng.plone-2.1.27.zip" } ], "2.1.5": [ { "comment_text": "", "digests": { "md5": "20a6f03d642914f7ae936276b69cff77", "sha256": "9ba4b9cc58529908092373e8b02954435d12edfafced194fdf27143961ddabe3" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.5.zip", "has_sig": false, "md5_digest": "20a6f03d642914f7ae936276b69cff77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18847486, "upload_time": "2011-11-07T15:52:29", "url": "https://files.pythonhosted.org/packages/bf/9f/6e57704f68bafa039872cf2c71c51b0e2a123809d7570f8df71a3d17aa22/zopyx.smartprintng.plone-2.1.5.zip" } ], "2.1.6": [ { "comment_text": "", "digests": { "md5": "eb6d656d90987d25fc5a179a4c3d5d41", "sha256": "e0258c973bf3e2394b47721ea7737aafcde19f7200c5619d3cdd0c5d630a7704" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.6.zip", "has_sig": false, "md5_digest": "eb6d656d90987d25fc5a179a4c3d5d41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18847654, "upload_time": "2011-11-07T23:15:07", "url": "https://files.pythonhosted.org/packages/1e/8e/20610ef4aa2ce18f2d7fc70f825887ef819396d1bf0429008a891f6d9dc8/zopyx.smartprintng.plone-2.1.6.zip" } ], "2.1.6.1": [ { "comment_text": "", "digests": { "md5": "373cdec61def2a8ea3689dc7167f05e0", "sha256": "c5faf54a1c334d9840ed9186527e427355e75dede89c33029c25e161d8829ded" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.6.1.zip", "has_sig": false, "md5_digest": "373cdec61def2a8ea3689dc7167f05e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18839120, "upload_time": "2011-11-08T05:01:14", "url": "https://files.pythonhosted.org/packages/9a/8d/382b53ced283b1b801ae9126b1da6e720a3b6178407225d80c536259b2c7/zopyx.smartprintng.plone-2.1.6.1.zip" } ], "2.1.7": [ { "comment_text": "", "digests": { "md5": "abda4b5a7fed67f6d1493af91bfc7e3b", "sha256": "07b1e55d04d81b8781a6eec3614ef0a5f62bd8813039fac8425e4ded0432e261" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.7.zip", "has_sig": false, "md5_digest": "abda4b5a7fed67f6d1493af91bfc7e3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3654472, "upload_time": "2011-11-08T16:52:22", "url": "https://files.pythonhosted.org/packages/cf/47/1962981083de1821c413d32881c5e4f02d2b106668623483a9bd48f7f261/zopyx.smartprintng.plone-2.1.7.zip" } ], "2.1.7.1": [ { "comment_text": "", "digests": { "md5": "fb80c155c960ec26ae8353631e5228b7", "sha256": "0233363c90a440d5ca14f30af4488e2c943f9029bbecd61446322fb790171f6d" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.7.1.zip", "has_sig": false, "md5_digest": "fb80c155c960ec26ae8353631e5228b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3655078, "upload_time": "2011-11-09T22:59:41", "url": "https://files.pythonhosted.org/packages/08/61/0947d825b2613b228860cf7b00e3ea94cfd060b38742a7744c5f3527a680/zopyx.smartprintng.plone-2.1.7.1.zip" } ], "2.1.8": [ { "comment_text": "", "digests": { "md5": "e69daf2448361ace929be32dbefd6641", "sha256": "a0bea9d9940852af2e67fc6d99425a467d396ff5380b02691042d6ee1b023344" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.8.zip", "has_sig": false, "md5_digest": "e69daf2448361ace929be32dbefd6641", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3654970, "upload_time": "2011-11-11T00:48:52", "url": "https://files.pythonhosted.org/packages/22/63/b358c86b382c59b6281a7d6947bf7d94195b2a7f31ce87a21aaad14428a2/zopyx.smartprintng.plone-2.1.8.zip" } ], "2.1.9": [ { "comment_text": "", "digests": { "md5": "50aeb54d580ec24d52884d269f7976b5", "sha256": "bc19e065aa4757b20f9f07d1490f51dcb401d673d5a81ecec43b9a1df3100273" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.9.zip", "has_sig": false, "md5_digest": "50aeb54d580ec24d52884d269f7976b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3655147, "upload_time": "2011-11-11T12:03:53", "url": "https://files.pythonhosted.org/packages/71/71/44d59c37c0b08962a60da1bc5b57a2c3aa4540370fe5b0d99dd3d6b42710/zopyx.smartprintng.plone-2.1.9.zip" } ], "2.1.9.1": [ { "comment_text": "", "digests": { "md5": "b66663d37dc5c586db9ba6ba2a770dd4", "sha256": "7220e732bd1fd1dfa9dd0804f6a60a193d0470d5ec3bda0a2fc1b2917476e040" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.9.1.zip", "has_sig": false, "md5_digest": "b66663d37dc5c586db9ba6ba2a770dd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3655578, "upload_time": "2011-11-11T12:22:26", "url": "https://files.pythonhosted.org/packages/5e/da/f92eab82b9dc8094548d36f814a12797c73f45f38592c57f32ff6263b882/zopyx.smartprintng.plone-2.1.9.1.zip" } ], "2.1.9.2": [ { "comment_text": "", "digests": { "md5": "66fc2755a5f13c258b52e4469655d8cb", "sha256": "78ca05852a9551546e3d80d1faff18cfe7f0f2625186ff3648b4faf4af1e89c4" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.9.2.zip", "has_sig": false, "md5_digest": "66fc2755a5f13c258b52e4469655d8cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3666996, "upload_time": "2011-11-13T15:24:45", "url": "https://files.pythonhosted.org/packages/97/b6/bd696e5cbb5d298665e1d1d70779597781c9896bf04261ed80dff1f77a47/zopyx.smartprintng.plone-2.1.9.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b35ab817c42f7a4a991a1cb1b5cc07de", "sha256": "1fe71ca47f831b3705803f3a8d2664d2f5424b6b27580d1c634640917ea9496d" }, "downloads": -1, "filename": "zopyx.smartprintng.plone-2.1.27.zip", "has_sig": false, "md5_digest": "b35ab817c42f7a4a991a1cb1b5cc07de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18878121, "upload_time": "2015-02-17T07:26:48", "url": "https://files.pythonhosted.org/packages/82/b3/006eeceb49caa2f2e9073c24375eb5fa48d7625e702ab7b24cc8d4e7481a/zopyx.smartprintng.plone-2.1.27.zip" } ] }