{ "info": { "author": "Andy Buckley", "author_email": "andy@insectnation.org", "bugtrack_url": null, "classifiers": [], "description": "A little library which renders LaTeX to various formats, using applications on\nyour system like latex, pdflatex, bibtex, dvips, ps2eps, and convert. LaTeX is\nautomatically run as many times as necessary to achieve a clean compile (with a\nuser-provided max number of attempts), and Bibtex processing is supported.\n\nCompilation takes place in temporary directories which are automatically cleaned\nup, can be initiated on a file or text string and include extra input files, and\nrendering stages are cached to reduce rendering latency.\n\nSee also the 'tex' module, for a more established TeX renderer with different\ndesign requirements.\n\nUsage example::\n\n import tex2pix\n f = open('example.tex')\n r = tex2pix.Renderer(f, runbibtex=True, extras=['example.bib'])\n #r.verbose = True # be loud to the terminal\n #r.rmtmpdir = False # keep the working dir around, for debugging\n r.mkeps('example.eps')\n r.mkpng('example.png')\n r.mkpdf('example.pdf') # uses cached version from PNG build\n r.mk('duplicate.pdf') # auto-detect format; uses cached PDF\n\n tex2pix.check_latex_package('tikz.sty')\n\nTODO:\n * Provide mechanism (hidden?) for threaded parallel compilation.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "tex latex bibtex pdf eps postscript png graphics renderer", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "tex2pix", "package_url": "https://pypi.org/project/tex2pix/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tex2pix/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/tex2pix/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Lightweight renderer of LaTeX to a variety of graphics formats", "version": "0.3.1" }, "last_serial": 2067670, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "cf4399f3930e11b99b2642b697161a4f", "sha256": "32bfba9a0d57136bb02563046ec1b2e62317131b9c604d30f62fe453390e3ba1" }, "downloads": -1, "filename": "tex2pix-0.1.3.tar.gz", "has_sig": false, "md5_digest": "cf4399f3930e11b99b2642b697161a4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4862, "upload_time": "2011-07-10T17:49:44", "url": "https://files.pythonhosted.org/packages/6b/52/15f1a5331fd79950f861d2a991465e7e56ce79f261d22b8229cd2dd045b2/tex2pix-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "ef9d60cb2d964a17bee6948872fdb872", "sha256": "13381317090a0f55c984fa05caa0a7c4f4f69b5a1417d2a0c5ff745108d36c8f" }, "downloads": -1, "filename": "tex2pix-0.1.4.tar.gz", "has_sig": false, "md5_digest": "ef9d60cb2d964a17bee6948872fdb872", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5036, "upload_time": "2011-07-11T17:53:05", "url": "https://files.pythonhosted.org/packages/e9/6c/253f8049820318ef88ace8ced3cda9c019cb3d49c7146bfe41d804a6f5f9/tex2pix-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "4be5648d5c5c126920e53a49533ec3ec", "sha256": "b2b55715ba1ebd8f39fd036ab57f24d519b6d403ce350c66b20491e7f7b74857" }, "downloads": -1, "filename": "tex2pix-0.1.5.tar.gz", "has_sig": false, "md5_digest": "4be5648d5c5c126920e53a49533ec3ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5122, "upload_time": "2012-03-03T00:22:02", "url": "https://files.pythonhosted.org/packages/5e/35/c4c2f5c0081e9775317244814dd7af911f8bb5f361fb40111459cb95f158/tex2pix-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "0ab7593e350d11c51cc14949c5da0e85", "sha256": "3329aabf489ec72d6b139d954de7398e926d3180eea989a01ec782aa79c46126" }, "downloads": -1, "filename": "tex2pix-0.1.6.tar.gz", "has_sig": false, "md5_digest": "0ab7593e350d11c51cc14949c5da0e85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5159, "upload_time": "2012-03-03T01:20:49", "url": "https://files.pythonhosted.org/packages/1d/58/133dbb313e34eca5938523a997e884975af2b6052a7a917431d13c3fcb26/tex2pix-0.1.6.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0fc19d5eea54c37d4974861d685f2e02", "sha256": "01121a57ebac8bb51a9db56bc7f1957b8a490a94d6402240c5535ba73f938cd6" }, "downloads": -1, "filename": "tex2pix-0.2.0.tar.gz", "has_sig": false, "md5_digest": "0fc19d5eea54c37d4974861d685f2e02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5251, "upload_time": "2012-03-04T15:09:05", "url": "https://files.pythonhosted.org/packages/1e/85/9bba7556a9defd0b01e660afb26b06191dacdcb815284bef379ebfd687ac/tex2pix-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "7b3f55cc8d5f2aebb45871cd5b3b2cc9", "sha256": "2da2dfa9171239824e2bd6f62eb5e5e6f5768b6b144c716d39eb81611570de20" }, "downloads": -1, "filename": "tex2pix-0.3.0.tar.gz", "has_sig": false, "md5_digest": "7b3f55cc8d5f2aebb45871cd5b3b2cc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5369, "upload_time": "2016-04-16T22:05:31", "url": "https://files.pythonhosted.org/packages/fb/9d/0d38c0bb5a7811313b4a11d7c2722ac9d18d744ebb1b9d2323a10321bd3a/tex2pix-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "ad0d365b1e6c38f132ed8468c948a470", "sha256": "d03c2b6b5ec0aa60c18e01282c6b8ffc2c74c7bbd647f00c6088192db18b16dc" }, "downloads": -1, "filename": "tex2pix-0.3.1.tar.gz", "has_sig": false, "md5_digest": "ad0d365b1e6c38f132ed8468c948a470", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5367, "upload_time": "2016-04-16T22:32:06", "url": "https://files.pythonhosted.org/packages/67/67/0b008d2bc93137701145ccb4745ff7c4026804eb6a030e8fab8ec058c43b/tex2pix-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ad0d365b1e6c38f132ed8468c948a470", "sha256": "d03c2b6b5ec0aa60c18e01282c6b8ffc2c74c7bbd647f00c6088192db18b16dc" }, "downloads": -1, "filename": "tex2pix-0.3.1.tar.gz", "has_sig": false, "md5_digest": "ad0d365b1e6c38f132ed8468c948a470", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5367, "upload_time": "2016-04-16T22:32:06", "url": "https://files.pythonhosted.org/packages/67/67/0b008d2bc93137701145ccb4745ff7c4026804eb6a030e8fab8ec058c43b/tex2pix-0.3.1.tar.gz" } ] }