ziamath


Nameziamath JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://ziamath.readthedocs.io
SummaryRender MathML and LaTeX Math to SVG in pure Python without Latex installation
upload_time2024-04-27 16:09:39
maintainerNone
docs_urlNone
authorCollin J. Delker
requires_python>=3.8
licenseMIT
keywords mathml latex math font truetype opentype svg
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ziamath

Render MathML or LaTeX Math expressions as SVG using pure Python. Does not require a Latex installation, nor a network connection.

Ziamath comes with the STIXTwoMath-Regular font installed for use by default.
Other Math-enabled Open Type fonts (TTF or OTF files) may also be used.

![Example](https://github.com/cdelker/ziamath/blob/05e25b1789acc8ee816971d384aa851ffb197f7a/example.png)

Documentation is available at [readthedocs](https://ziamath.readthedocs.io).

Also try the [online demo](https://cdelker.github.io/pyscript/ziamath.html) based on Pyscript.

            

Raw data

            {
    "_id": null,
    "home_page": "https://ziamath.readthedocs.io",
    "name": "ziamath",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "MathML, LaTeX, math, font, truetype, opentype, svg",
    "author": "Collin J. Delker",
    "author_email": "code@collindelker.com",
    "download_url": "https://files.pythonhosted.org/packages/6c/fe/91bc2fac1de20278acf075b63a0c860e7f8176d3a6fe7294bc8372175e1f/ziamath-0.10.tar.gz",
    "platform": null,
    "description": "# ziamath\n\nRender MathML or LaTeX Math expressions as SVG using pure Python. Does not require a Latex installation, nor a network connection.\n\nZiamath comes with the STIXTwoMath-Regular font installed for use by default.\nOther Math-enabled Open Type fonts (TTF or OTF files) may also be used.\n\n![Example](https://github.com/cdelker/ziamath/blob/05e25b1789acc8ee816971d384aa851ffb197f7a/example.png)\n\nDocumentation is available at [readthedocs](https://ziamath.readthedocs.io).\n\nAlso try the [online demo](https://cdelker.github.io/pyscript/ziamath.html) based on Pyscript.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Render MathML and LaTeX Math to SVG in pure Python without Latex installation",
    "version": "0.10",
    "project_urls": {
        "Documentation": "https://ziamath.readthedocs.io",
        "Homepage": "https://ziamath.readthedocs.io",
        "Source Code": "https://github.com/cdelker/ziamath"
    },
    "split_keywords": [
        "mathml",
        " latex",
        " math",
        " font",
        " truetype",
        " opentype",
        " svg"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c801aa01780e8fe32f208bac2d72f77b1488998181f9659955f2003ac73b911d",
                "md5": "8041fc159ac1c0510c4a9d08cad83fe7",
                "sha256": "42a0e561694805b3bcd572d7eddcd6e0375d86f70a2fcc894d7dc2e2b9555880"
            },
            "downloads": -1,
            "filename": "ziamath-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8041fc159ac1c0510c4a9d08cad83fe7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 853647,
            "upload_time": "2024-04-27T16:09:33",
            "upload_time_iso_8601": "2024-04-27T16:09:33.705863Z",
            "url": "https://files.pythonhosted.org/packages/c8/01/aa01780e8fe32f208bac2d72f77b1488998181f9659955f2003ac73b911d/ziamath-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cfe91bc2fac1de20278acf075b63a0c860e7f8176d3a6fe7294bc8372175e1f",
                "md5": "73e01d254fbc5213e6daa3e11f9a4243",
                "sha256": "e98092cebb1308e2b01b78af41c731e9278031ce527394ddda9157147557d61b"
            },
            "downloads": -1,
            "filename": "ziamath-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "73e01d254fbc5213e6daa3e11f9a4243",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 845950,
            "upload_time": "2024-04-27T16:09:39",
            "upload_time_iso_8601": "2024-04-27T16:09:39.859306Z",
            "url": "https://files.pythonhosted.org/packages/6c/fe/91bc2fac1de20278acf075b63a0c860e7f8176d3a6fe7294bc8372175e1f/ziamath-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-27 16:09:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cdelker",
    "github_project": "ziamath",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ziamath"
}
        
Elapsed time: 0.23945s