{ "info": { "author": "Steffen Hieber", "author_email": "hieberst@gmx.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: IPython", "Framework :: Jupyter", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Tcl", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Tcl magic\n\n[IPython](https://ipython.org) extension which adds [Tcl](https://www.tcl.tk) magics.\n\n## Installation\n\nInstall or upgrade with `pip`:\n\n pip install -U tcl-magic\n\n## Usage\n\nLoad the extension:\n\n In[1]: %load_ext tclmagic\n\nUse the extension:\n\n In[2]: %%tcl\n set tcl_precision 17\n expr acos(-1)\n\n Out[2] 3.141592653589793", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hieberst/tcl-magic", "keywords": "ipython notebook tcl", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "tcl-magic", "package_url": "https://pypi.org/project/tcl-magic/", "platform": "any", "project_url": "https://pypi.org/project/tcl-magic/", "project_urls": { "Homepage": "https://github.com/hieberst/tcl-magic" }, "release_url": "https://pypi.org/project/tcl-magic/0.0.5/", "requires_dist": null, "requires_python": "", "summary": "An IPython extension for Tcl.", "version": "0.0.5" }, "last_serial": 5475202, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "a1d232261b2bdbd3db68bbb85ddf99d3", "sha256": "51c595ba2829776b68532335ad716426de6086bb4e9098dfdcab82988fbe2443" }, "downloads": -1, "filename": "tcl-magic-0.0.5.tar.gz", "has_sig": false, "md5_digest": "a1d232261b2bdbd3db68bbb85ddf99d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2786, "upload_time": "2019-07-02T06:02:39", "url": "https://files.pythonhosted.org/packages/12/a1/ed5b16c2067cc7ceaee058d5950bfbbadcee158610df8c61b37285833f4c/tcl-magic-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a1d232261b2bdbd3db68bbb85ddf99d3", "sha256": "51c595ba2829776b68532335ad716426de6086bb4e9098dfdcab82988fbe2443" }, "downloads": -1, "filename": "tcl-magic-0.0.5.tar.gz", "has_sig": false, "md5_digest": "a1d232261b2bdbd3db68bbb85ddf99d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2786, "upload_time": "2019-07-02T06:02:39", "url": "https://files.pythonhosted.org/packages/12/a1/ed5b16c2067cc7ceaee058d5950bfbbadcee158610df8c61b37285833f4c/tcl-magic-0.0.5.tar.gz" } ] }