{ "info": { "author": "Florent Aide", "author_email": "florent.aide@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "pyuno for py3o\n==============\n\npy3o.renderers.pyuno is a pyuno based driver for py3o to transform\nan OpenOffice document into a PDF or other supported format.\n\nPrerequisites\n=============\n\nYou will need an installed version of Open-/LibreOffice.\n\nThis has been tested with LibreOffice 4.0 on Linux and LibreOffice 4.2 on\nMac OS X.\n\nImportant Note\n==============\n\nWindows\n-------\nWindows is currently not supported by the pyuno driver (Patches are welcome!).\nIt is recommended to use the java based driver py3o.renderers.juno which is\nreally easier to deploy on Windows.\n\nLinux / Mac OS X\n----------------\nIf you are under Linux or Mac OS X, this driver will work with your system\npython as long as pyuno is correctly installed. It is not possible to call the\npyuno bride directly if python shipped with Open-/LibreOffice has not the same\nversion as the system python. To circumvent this problem the driver tries to\ndetermine the paths to the python version of Open-/LibreOffice and spawns a\nchild proccess for the conversion which runs within this python environment.\n\nUsage\n=====\n\nExample with explicit output format::\n\n from py3o.renderers.pyuno import Convertor\n\n c = Convertor()\n\n c.convert(\"py3o_example.odt\", \"py3o_example.out\", \"pdf\")\n\nExample with guessing the output format::\n\n from py3o.renderers.pyuno import Convertor\n\n c = Convertor()\n\n c.convert(\"py3o_example.odt\", \"py3o_example.pdf\")\n\nExample with explicit host and port::\n\n from py3o.renderers.pyuno import Convertor\n\n c = Convertor(host=\"127.0.0.1\", port=\"8997\")\n\n c.convert(\"py3o_example.odt\", \"py3o_example.pdf\")\n\nFor more information please read the API documentation.\n\nLicense\n=======\n\nThis software is licensed under the MIT License\n\nChangelog\n=========\n\n0.5 2014-11-20\n--------------\n\n * Ignore errors of ended spawned office clients if the cause of the error was a\n signal. Older versions of OpenOffice sometime fail with sigsev (11) after the\n document conversion.\n\n0.4 2014-11-07\n--------------\n\n * Allow to specify search path for the office installation\n * Allow to guess the output format from the output file extension\n * Support the system python environment when running the conversion\n * Support for older Office-/Libreoffice versions which don't understand --\n parameters (e.g. OpenOffice 3.2)\n\n0.3 2014-10-14\n--------------\n\n * Support for Mac OS X\n * Using the new common package for format declarations py3o.formats\n * Fixed problems with starting the OfficeSpawnedClient within the\n Open/-LibreOffice python environment\n\nContributors by alphabetic order\n================================\n\n - Aide Florent\n - Bj\u00f6rn Ricks\n\nIf anyone is missing to this list please let us know!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/faide/py3o.renderers.pyuno", "keywords": "OpenOffice PDF", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "py3o.renderers.pyuno", "package_url": "https://pypi.org/project/py3o.renderers.pyuno/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/py3o.renderers.pyuno/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/faide/py3o.renderers.pyuno" }, "release_url": "https://pypi.org/project/py3o.renderers.pyuno/0.5/", "requires_dist": null, "requires_python": null, "summary": "A pyuno based driver for py3o", "version": "0.5" }, "last_serial": 1314326, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "7c8c9ae0098dbee623867b1f4a0261b4", "sha256": "83f5dd395bf372634ea04f6218d1a1a66e70e133ba458fd5d646eac753a4a010" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.2-py2.7.egg", "has_sig": false, "md5_digest": "7c8c9ae0098dbee623867b1f4a0261b4", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 14640, "upload_time": "2014-09-25T20:09:54", "url": "https://files.pythonhosted.org/packages/d4/5d/59665090b54756881fe98f25c27503e2c23e7b3b67527507aa1b64ecdf2e/py3o.renderers.pyuno-0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "415b9fe0d6270d68258f4c2649d19e9f", "sha256": "02d1ba8cd4cfe7f3b8650549f44ac49e0f6d7a3174e5b45b57ad550a46a12ebb" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "415b9fe0d6270d68258f4c2649d19e9f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9280, "upload_time": "2014-09-25T20:09:58", "url": "https://files.pythonhosted.org/packages/c7/a9/bc4bb6e016ed6ec82242c0ca26902dc561273b4ff82d41f697d266382c3f/py3o.renderers.pyuno-0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2f0ca6c7c9d5506df421aff0d227f672", "sha256": "7980ddab9a28f7f0560652450894eb91a91afebcb0e01817d60d9ebf059a01cc" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.2.tar.gz", "has_sig": false, "md5_digest": "2f0ca6c7c9d5506df421aff0d227f672", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7090, "upload_time": "2014-09-25T20:09:42", "url": "https://files.pythonhosted.org/packages/55/7e/4803fe715c8da77ff8bbbcee5577c1499a6c819bf6bfd4fabdf1da6d20af/py3o.renderers.pyuno-0.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "6cbd23afe3bd90026f5e3660c7158c43", "sha256": "b4a7bf07827261479595433f01f85f55458d201fb76e53e8af8b494b3d3ee3db" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.2.zip", "has_sig": false, "md5_digest": "6cbd23afe3bd90026f5e3660c7158c43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12303, "upload_time": "2014-09-25T20:09:50", "url": "https://files.pythonhosted.org/packages/e8/6d/f612b4f8b5cfcadfe9828cd48864f3108fb9dfadecced7937061d823644a/py3o.renderers.pyuno-0.2.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "c418ca14f7f0c2d28e37fb5c51bd0a7f", "sha256": "21063772d5e117e8118ff2bbd19d43563d1e537e4c2551c00973714828081b41" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.3-py2.7.egg", "has_sig": false, "md5_digest": "c418ca14f7f0c2d28e37fb5c51bd0a7f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 15439, "upload_time": "2014-10-24T11:17:15", "url": "https://files.pythonhosted.org/packages/88/fe/39cb37582c81a474e43fcc823f136ae834ef468c7578165f6b10b298ddc3/py3o.renderers.pyuno-0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a9d7e75da32102851af2278982619a42", "sha256": "3132d147ed55fa31c9b92329e68220656b1c8f465613a4192ecab867a60d7c77" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "a9d7e75da32102851af2278982619a42", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9827, "upload_time": "2014-10-24T11:17:17", "url": "https://files.pythonhosted.org/packages/cf/df/8b400a31e834982e8122f633509d39ab20f7b08416ba8ee367b42cebe130/py3o.renderers.pyuno-0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "96bdd460681de0b9a5e0c47ebc3e6b4a", "sha256": "21832c6583a9ca78106c4fc154d3f2838766cebdee6e36d56ca46e9e5a47954d" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.3.tar.gz", "has_sig": false, "md5_digest": "96bdd460681de0b9a5e0c47ebc3e6b4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8691, "upload_time": "2014-10-24T11:17:09", "url": "https://files.pythonhosted.org/packages/47/c1/4022501a980fbd3cff6261fbffd449c0be9ef0dcb66f93634e2a754aa0e7/py3o.renderers.pyuno-0.3.tar.gz" }, { "comment_text": "", "digests": { "md5": "88e944a973ac464236973db469156b18", "sha256": "dfdb20099c8be5315e090983f4b047550eb7eee8e453784398374cfd766a10fa" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.3.zip", "has_sig": false, "md5_digest": "88e944a973ac464236973db469156b18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14781, "upload_time": "2014-10-24T11:17:12", "url": "https://files.pythonhosted.org/packages/19/05/6bdbdd6f49bb89e5edc78dd2b3d4425cb2e7f83fbbbc58149f51dfa39d4d/py3o.renderers.pyuno-0.3.zip" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "bdc2aed750539f986c0348ed422b6542", "sha256": "fed103ef1b9d83bce56e83b73e5713bd186d4c26e1af9b6584902120867dd5f1" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.4-py2.7.egg", "has_sig": false, "md5_digest": "bdc2aed750539f986c0348ed422b6542", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 18238, "upload_time": "2014-11-07T14:03:48", "url": "https://files.pythonhosted.org/packages/01/54/bfd15e4d2f03dc7573b65b26f156c9c6d79f14aa50279c691edef791fc9e/py3o.renderers.pyuno-0.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "9ca3a6256f2cf2694e3943ca2b9e9cc1", "sha256": "5b270c757ad6d94869e3a740a27d909f71da10f6fe6396425bb50b8e467e803b" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.4-py2-none-any.whl", "has_sig": false, "md5_digest": "9ca3a6256f2cf2694e3943ca2b9e9cc1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11310, "upload_time": "2014-11-07T14:03:52", "url": "https://files.pythonhosted.org/packages/d1/e1/975b19ef519396938c49cae7043f9779919c235d50f829f4d1dea81ee13e/py3o.renderers.pyuno-0.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6162b49b861f66e38ef666709343dd9b", "sha256": "ba06680c4a85807777a3063409dad63b9fdc0a08c113956e2ed7426ec5442918" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.4.tar.gz", "has_sig": false, "md5_digest": "6162b49b861f66e38ef666709343dd9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9989, "upload_time": "2014-11-07T14:03:43", "url": "https://files.pythonhosted.org/packages/03/17/bdebe57c1767dc98b9d79b1354208375198e72866fa41866ef3331539853/py3o.renderers.pyuno-0.4.tar.gz" }, { "comment_text": "", "digests": { "md5": "5817bdb9aa14d4258ff2fcc9c1da6a4b", "sha256": "3bfc3e2ac6dc6626c7f302e9eadbcdfbfa6a96931de6c583f1a31e8bc65fbae8" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.4.zip", "has_sig": false, "md5_digest": "5817bdb9aa14d4258ff2fcc9c1da6a4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16446, "upload_time": "2014-11-07T14:03:46", "url": "https://files.pythonhosted.org/packages/8d/e9/f4092f30f0914a73bbb733b619c135e4b8d151885c7a20e208987437fd08/py3o.renderers.pyuno-0.4.zip" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "cef160ea8155cae35023f05862715f98", "sha256": "ea0db6c63eb236ae08f7f456c097cc2650a91a41c78a6a203c9645997ab5b6e4" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.5-py2.7.egg", "has_sig": false, "md5_digest": "cef160ea8155cae35023f05862715f98", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 18538, "upload_time": "2014-11-20T12:27:10", "url": "https://files.pythonhosted.org/packages/f3/1d/d4b534aa3c00963e3d7f3a446172bd25a171a2350401485ef7105b95b377/py3o.renderers.pyuno-0.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "bfa9054ffbe8ea5294b47668c8598201", "sha256": "fad5454c67effe6565ec36361f2f176a20b8bd58d7adbc1a98f23b97f80fdc2b" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.5-py2-none-any.whl", "has_sig": false, "md5_digest": "bfa9054ffbe8ea5294b47668c8598201", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11609, "upload_time": "2014-11-20T12:27:14", "url": "https://files.pythonhosted.org/packages/73/4a/e19a4ec30123f9bfc411755e9e45f01ed4612ae7a417f7e9e4c2d29f4c66/py3o.renderers.pyuno-0.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d2c6fee8fc29a45739ed6a9d0603f1a", "sha256": "b850c01da72d1b31630ce4be5e629c3cd048756314c1aebc1dd806d3b10a0fe4" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.5.tar.gz", "has_sig": false, "md5_digest": "0d2c6fee8fc29a45739ed6a9d0603f1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10204, "upload_time": "2014-11-20T12:27:05", "url": "https://files.pythonhosted.org/packages/f8/60/98d7561ced29c97dedbaab8ecc7d2d5b5efd7ea278c65584c461c5aa7375/py3o.renderers.pyuno-0.5.tar.gz" }, { "comment_text": "", "digests": { "md5": "1be867363291d297ea44b8e2a38f6b3c", "sha256": "00bbdaaaebd240aece0a1d93b122c06aae87dacaf2fd49ead2e8128c86675c65" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.5.zip", "has_sig": false, "md5_digest": "1be867363291d297ea44b8e2a38f6b3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16847, "upload_time": "2014-11-20T12:27:08", "url": "https://files.pythonhosted.org/packages/d6/7c/36d1adfb2ebc067ed301371ebb953b97b4e537fc8a04f8a203a0f2d813ea/py3o.renderers.pyuno-0.5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cef160ea8155cae35023f05862715f98", "sha256": "ea0db6c63eb236ae08f7f456c097cc2650a91a41c78a6a203c9645997ab5b6e4" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.5-py2.7.egg", "has_sig": false, "md5_digest": "cef160ea8155cae35023f05862715f98", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 18538, "upload_time": "2014-11-20T12:27:10", "url": "https://files.pythonhosted.org/packages/f3/1d/d4b534aa3c00963e3d7f3a446172bd25a171a2350401485ef7105b95b377/py3o.renderers.pyuno-0.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "bfa9054ffbe8ea5294b47668c8598201", "sha256": "fad5454c67effe6565ec36361f2f176a20b8bd58d7adbc1a98f23b97f80fdc2b" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.5-py2-none-any.whl", "has_sig": false, "md5_digest": "bfa9054ffbe8ea5294b47668c8598201", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11609, "upload_time": "2014-11-20T12:27:14", "url": "https://files.pythonhosted.org/packages/73/4a/e19a4ec30123f9bfc411755e9e45f01ed4612ae7a417f7e9e4c2d29f4c66/py3o.renderers.pyuno-0.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d2c6fee8fc29a45739ed6a9d0603f1a", "sha256": "b850c01da72d1b31630ce4be5e629c3cd048756314c1aebc1dd806d3b10a0fe4" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.5.tar.gz", "has_sig": false, "md5_digest": "0d2c6fee8fc29a45739ed6a9d0603f1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10204, "upload_time": "2014-11-20T12:27:05", "url": "https://files.pythonhosted.org/packages/f8/60/98d7561ced29c97dedbaab8ecc7d2d5b5efd7ea278c65584c461c5aa7375/py3o.renderers.pyuno-0.5.tar.gz" }, { "comment_text": "", "digests": { "md5": "1be867363291d297ea44b8e2a38f6b3c", "sha256": "00bbdaaaebd240aece0a1d93b122c06aae87dacaf2fd49ead2e8128c86675c65" }, "downloads": -1, "filename": "py3o.renderers.pyuno-0.5.zip", "has_sig": false, "md5_digest": "1be867363291d297ea44b8e2a38f6b3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16847, "upload_time": "2014-11-20T12:27:08", "url": "https://files.pythonhosted.org/packages/d6/7c/36d1adfb2ebc067ed301371ebb953b97b4e537fc8a04f8a203a0f2d813ea/py3o.renderers.pyuno-0.5.zip" } ] }