{ "info": { "author": "Andreas Bunkahle", "author_email": "abunkahle@t-online.de", "bugtrack_url": null, "classifiers": [], "description": "TranscryptFrame\n===============\n\nThis is a suggestion for a transcrypt framework which offers convenient \nsolutions or wrappers around common functions.\nOriginally created by Andreas Bunkahle 2018\n\nInstall it with:\n\n pip install TranscryptFrame\n\nYou can import this library with \nimport TranscryptFrame as tf\n\nand use it in your Python/Transcrypt scripts like this\n\nmyElement = tf.doc_id(\"intro\")\ntf.doc_id(\"demo\").innerHTML = \"The text from the intro paragraph is \" + myElement.innerHTML\n\nor even shorter:\nmyElement = tf.S(\"#intro\", \"htm\")\ntf.S(\"#demo\").innerHTML = \"The text from the intro paragraph is \" + myElement\n\nYou can also have jQuery-like function calls like\n\ntf.S(\"#demo\").innerHTML = \"

New paragraph

\" instead of $(\"#demo\").html(\"

New paragraph

\") in Javascript\nor document.getElementById(\"demo\").innerHTML = \"

New paragraph

\" in Transcrypt\n\nor new_var = tf.S(\"#demo\", \"htm\") instead of new_var = $(\"#demo\").html()\nor new_var = document.getElementById(\"demo\").innerHTML\n\nExamples\n========\nThere are several examples for running the library in \nhttps://github.com/bunkahle/Transcrypt-Examples/tree/master/dom\n\nYou find a tutorial for it at:\nhttps://github.com/bunkahle/Transcrypt-Examples/blob/master/dom/changing_texts.rst\n\nRequirements\n============\nThe code currently only runs under Python 3 due to the fact that Transcrypt is only\navailable for Python 3. Of course it relies on Transcrypt for running.\n\nLicense\n=======\nGNU GPL v3", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bunkahle/Transcrypt-Examples/blob/master/dom/TranscryptFrame.py", "keywords": "", "license": "GNU GPL v3", "maintainer": "", "maintainer_email": "", "name": "TranscryptFrame", "package_url": "https://pypi.org/project/TranscryptFrame/", "platform": "any", "project_url": "https://pypi.org/project/TranscryptFrame/", "project_urls": { "Homepage": "https://github.com/bunkahle/Transcrypt-Examples/blob/master/dom/TranscryptFrame.py" }, "release_url": "https://pypi.org/project/TranscryptFrame/1.0/", "requires_dist": null, "requires_python": "", "summary": "Wrapper for transcrypt transpiler for most common html5 functions like cookies, dom, buttons, canvas", "version": "1.0" }, "last_serial": 4860412, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "f337746f3284c123d6ad55b9214c0cbd", "sha256": "ccc2535b5b210692fbd5a47c8b5f7073fbf05b4559b574bd01785013a79e6ec4" }, "downloads": -1, "filename": "TranscryptFrame-1.0.zip", "has_sig": false, "md5_digest": "f337746f3284c123d6ad55b9214c0cbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6010, "upload_time": "2019-02-24T08:57:01", "url": "https://files.pythonhosted.org/packages/82/77/5d03649d8646ae0e0e360310d727038354a24d3cbb1211f8261f11765996/TranscryptFrame-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f337746f3284c123d6ad55b9214c0cbd", "sha256": "ccc2535b5b210692fbd5a47c8b5f7073fbf05b4559b574bd01785013a79e6ec4" }, "downloads": -1, "filename": "TranscryptFrame-1.0.zip", "has_sig": false, "md5_digest": "f337746f3284c123d6ad55b9214c0cbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6010, "upload_time": "2019-02-24T08:57:01", "url": "https://files.pythonhosted.org/packages/82/77/5d03649d8646ae0e0e360310d727038354a24d3cbb1211f8261f11765996/TranscryptFrame-1.0.zip" } ] }