{ "info": { "author": "iuvbio", "author_email": "lyndonbjohn@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7", "Topic :: Utilities" ], "description": "\npytex2svg\n===\n\nA simple command line tool written in Python to convert TeX equations to SVG. Input can be read from `stdin`, provided directly as command line argument, or read from a file.\n\n\nInstallation\n---\n\n`pip install pytex2svg`\n\n\nDependencies\n---\n\n- `matplotlib`\n\n\nUsage\n---\n\n\n```\nusage: pytex2svg [-h] [-o OUTFILE] [-v] [input]\n\nconverts a TeX string to an SVG file\n\npositional arguments:\n input The TeX equation or file to be converted to svg,\n defaults to stdin\n\noptional arguments:\n -h, --help show this help message and exit\n -o OUTFILE, --outfile OUTFILE\n Path or name of the output file, defaults to\n \"equation.svg\". If more than one equation is provided,\n the output files are numbered.\n -v, --verbose Enable verbose output\n```\n\nExamples:\n```bash\n# from stdin\necho \"\\log_{2}10 \\approx 3.322\" | pytex2svg -o whybinary.svg\n# as command line argument\npytex2svg \"\\log_{2}10 \\approx 3.322\" -o whybinary.svg\n# from a file\npytex2svg examples/integral.tex -o whybinary.svg\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/iuvbio/pytex2svg", "keywords": "svg tex vector graphics convert", "license": "GPLv3+", "maintainer": "", "maintainer_email": "", "name": "pytex2svg", "package_url": "https://pypi.org/project/pytex2svg/", "platform": "", "project_url": "https://pypi.org/project/pytex2svg/", "project_urls": { "Homepage": "http://github.com/iuvbio/pytex2svg" }, "release_url": "https://pypi.org/project/pytex2svg/0.0.1/", "requires_dist": [ "matplotlib" ], "requires_python": "", "summary": "A simple command line tool to convert TeX equations to SVG.", "version": "0.0.1" }, "last_serial": 5629355, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "90b28cf72c660b87507c15dfd7c4816d", "sha256": "a6ff86b9fc35f1074243655bffe9e7c1c2a8ba3a607c071202a3cb0a8561b7c2" }, "downloads": -1, "filename": "pytex2svg-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "90b28cf72c660b87507c15dfd7c4816d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15399, "upload_time": "2019-08-03T23:09:39", "url": "https://files.pythonhosted.org/packages/ac/b3/34fdf03272c743f48d3d4c17dd6350cf8e3bbb1bcce53698c4bbff759c54/pytex2svg-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9c051b1ed12a2dacd5fc92da0cb35a73", "sha256": "0d3e8e77a15db2236bc2194c23fb4befc6b2374ecb98efe93630d48a5061fa55" }, "downloads": -1, "filename": "pytex2svg-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9c051b1ed12a2dacd5fc92da0cb35a73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2758, "upload_time": "2019-08-03T23:09:42", "url": "https://files.pythonhosted.org/packages/58/2e/80841e9fecb19cd57942267d8f30a102192fa995638cedf2e3848253d018/pytex2svg-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "90b28cf72c660b87507c15dfd7c4816d", "sha256": "a6ff86b9fc35f1074243655bffe9e7c1c2a8ba3a607c071202a3cb0a8561b7c2" }, "downloads": -1, "filename": "pytex2svg-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "90b28cf72c660b87507c15dfd7c4816d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15399, "upload_time": "2019-08-03T23:09:39", "url": "https://files.pythonhosted.org/packages/ac/b3/34fdf03272c743f48d3d4c17dd6350cf8e3bbb1bcce53698c4bbff759c54/pytex2svg-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9c051b1ed12a2dacd5fc92da0cb35a73", "sha256": "0d3e8e77a15db2236bc2194c23fb4befc6b2374ecb98efe93630d48a5061fa55" }, "downloads": -1, "filename": "pytex2svg-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9c051b1ed12a2dacd5fc92da0cb35a73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2758, "upload_time": "2019-08-03T23:09:42", "url": "https://files.pythonhosted.org/packages/58/2e/80841e9fecb19cd57942267d8f30a102192fa995638cedf2e3848253d018/pytex2svg-0.0.1.tar.gz" } ] }