ziamath


Nameziamath JSON
Version 0.11 PyPI version JSON
download
home_pagehttps://ziamath.readthedocs.io
SummaryRender MathML and LaTeX Math to SVG in pure Python without Latex installation
upload_time2024-08-10 16:37:17
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/83/d2/eb3dba96a22e1906897a7627568b5382b2bee1955c0cb601addaaa8f332b/ziamath-0.11.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.11",
    "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": "daacc9fb9459a3f8cbd4082fa38a7fdb0ce2ebe728628ca2481afbc1d4ec1d62",
                "md5": "ddbffbc882c114c1d9a3153533125fc4",
                "sha256": "8726a45f5948c127e906a33a6801b0e5c208261a1f93436b70038da34ad14e60"
            },
            "downloads": -1,
            "filename": "ziamath-0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ddbffbc882c114c1d9a3153533125fc4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 854036,
            "upload_time": "2024-08-10T16:37:11",
            "upload_time_iso_8601": "2024-08-10T16:37:11.947121Z",
            "url": "https://files.pythonhosted.org/packages/da/ac/c9fb9459a3f8cbd4082fa38a7fdb0ce2ebe728628ca2481afbc1d4ec1d62/ziamath-0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83d2eb3dba96a22e1906897a7627568b5382b2bee1955c0cb601addaaa8f332b",
                "md5": "43767ef91e76e10a30c7accafd68f0b1",
                "sha256": "ad438ab5ab8d189d57bdb9995104033286a3383141dfab580d46c66ed0ee8dfe"
            },
            "downloads": -1,
            "filename": "ziamath-0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "43767ef91e76e10a30c7accafd68f0b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 846437,
            "upload_time": "2024-08-10T16:37:17",
            "upload_time_iso_8601": "2024-08-10T16:37:17.797531Z",
            "url": "https://files.pythonhosted.org/packages/83/d2/eb3dba96a22e1906897a7627568b5382b2bee1955c0cb601addaaa8f332b/ziamath-0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-10 16:37:17",
    "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: 1.87001s