brython


Namebrython JSON
Version 3.12.3 PyPI version JSON
download
home_page
SummaryBrython is an implementation of Python 3 running in the browser
upload_time2024-03-04 21:29:06
maintainer
docs_urlNone
author
requires_python>=3.12
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            With Brython you can write browser programs in Python instead of Javascript,
by inserting Python code in an HTML page by:

    <script type="text/python">
    ...
    </script>

Usage:

    pip install brython

Then in an empty folder:

    brython-cli --install

or in a folder with older versions already present:

    brython-cli --update

The package includes a page **demo.html** with examples of use. For more
information see the [Brython site](http://brython.info).
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "brython",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Pierre Quentel <pierre.quentel@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/45/ae/05733f64722984b9556ebf2c62c761f2837ff5a5ece5e43a2e3aaca9ad6c/brython-3.12.3.tar.gz",
    "platform": null,
    "description": "With Brython you can write browser programs in Python instead of Javascript,\nby inserting Python code in an HTML page by:\n\n    <script type=\"text/python\">\n    ...\n    </script>\n\nUsage:\n\n    pip install brython\n\nThen in an empty folder:\n\n    brython-cli --install\n\nor in a folder with older versions already present:\n\n    brython-cli --update\n\nThe package includes a page **demo.html** with examples of use. For more\ninformation see the [Brython site](http://brython.info).",
    "bugtrack_url": null,
    "license": "",
    "summary": "Brython is an implementation of Python 3 running in the browser",
    "version": "3.12.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/brython-dev/brython/issues",
        "Homepage": "https://brython.info",
        "Source": "https://github.com/brython-dev/brython"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a7e416898ead98611c5aa02337521aebced9661b4df56e61e159d0214b8120e",
                "md5": "c8d62cecb982deaf8fd91019e71d58a3",
                "sha256": "11d33eaa34a2e7fe2c1dedcbe0f492ad9f5c568e6007667fd6d146cc1831c896"
            },
            "downloads": -1,
            "filename": "brython-3.12.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c8d62cecb982deaf8fd91019e71d58a3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 1438735,
            "upload_time": "2024-03-04T21:29:03",
            "upload_time_iso_8601": "2024-03-04T21:29:03.645581Z",
            "url": "https://files.pythonhosted.org/packages/5a/7e/416898ead98611c5aa02337521aebced9661b4df56e61e159d0214b8120e/brython-3.12.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45ae05733f64722984b9556ebf2c62c761f2837ff5a5ece5e43a2e3aaca9ad6c",
                "md5": "ac0c659ed1f7596bc5e1207014612b95",
                "sha256": "77d2945cd8aa0770881fea8ed0176cb7ee421a6be6d3ea0fce1861d61806843f"
            },
            "downloads": -1,
            "filename": "brython-3.12.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ac0c659ed1f7596bc5e1207014612b95",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 1420717,
            "upload_time": "2024-03-04T21:29:06",
            "upload_time_iso_8601": "2024-03-04T21:29:06.248035Z",
            "url": "https://files.pythonhosted.org/packages/45/ae/05733f64722984b9556ebf2c62c761f2837ff5a5ece5e43a2e3aaca9ad6c/brython-3.12.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 21:29:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "brython-dev",
    "github_project": "brython",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "brython"
}
        
Elapsed time: 0.21943s