{ "info": { "author": "David Koes", "author_email": "dkoes@pitt.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Scientific/Engineering :: Chemistry", "Topic :: Scientific/Engineering :: Visualization" ], "description": "py3Dmol\n=======\n\nA simple [IPython/Jupyter](http://jupyter.org/) widget to\nembed an interactive [3Dmol.js](http://3dmol.csb.pitt.edu) viewer in a notebook.\n\nThe widget is completely static, which means the viewer doesn't need a running\nIPython kernel to be useful and web pages and presentations generated from\nthe notebook will work as expected. However, this also means there is only\none-way communication between the notebook and the viewer.\n\nIf you experience problems, please file \nan [issue](https://github.com/3dmol/3Dmol.js/issues).\n\n\n[An example notebook](http://nbviewer.jupyter.org/github/3dmol/3Dmol.js/blob/master/py3Dmol/examples.ipynb)\n\nInstallation\n------------\n\n>From PyPI:\n\n pip install py3Dmol\n\n\n*Important:* In order to use with JupyterLab you must install the JupyterLab extension:\n\n jupyter labextension install jupyterlab_3dmol\n\n\n\nUsage\n-----\n\nOpen a notebook\n\n jupyter notebook\n\nand issue\n\n```Python\nimport py3Dmol\nview = py3Dmol.view(query='pdb:1ubq')\nview.setStyle({'cartoon':{'color':'spectrum'}})\nview\n```\n\nAPI\n---\n\nThe returned view object has the exact same API as [$3Dmol.GLViewer](http://3dmol.csb.pitt.edu/doc/$3Dmol.GLViewer.html)\nwith the exception that functions return None.\n\n\nLicense\n-------\n\nMIT\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://3dmol.csb.pitt.edu", "keywords": "molecule protein visualization", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "py3Dmol", "package_url": "https://pypi.org/project/py3Dmol/", "platform": "", "project_url": "https://pypi.org/project/py3Dmol/", "project_urls": { "Homepage": "https://3dmol.csb.pitt.edu" }, "release_url": "https://pypi.org/project/py3Dmol/0.8.0/", "requires_dist": [ "idisplay", "jupyter" ], "requires_python": "", "summary": "An IPython interface for embedding 3Dmol.js views", "version": "0.8.0" }, "last_serial": 4207155, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "c44ddc1c541c8b04b769b42da6d24d8c", "sha256": "78bf782d7f4c700a0c63dad18b5ad00d9d4ea1fe0ed85296dd7fecec9b9412c5" }, "downloads": -1, "filename": "py3Dmol-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c44ddc1c541c8b04b769b42da6d24d8c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3240, "upload_time": "2016-05-09T19:46:58", "url": "https://files.pythonhosted.org/packages/f4/a9/ce9f532362c3f1d9504e335483520d858f719a3380fccabe96362139161a/py3Dmol-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f24bbaeb9e065aba2621157adb2ff553", "sha256": "9a4c7ec199dee7b9f8552debdb2a2a3ac6d55fcbbc09d4b2ed6d87af151e2cf4" }, "downloads": -1, "filename": "py3Dmol-0.5.0.tar.gz", "has_sig": false, "md5_digest": "f24bbaeb9e065aba2621157adb2ff553", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2448, "upload_time": "2016-05-09T19:47:05", "url": "https://files.pythonhosted.org/packages/bb/f2/a6a9c21f817529bb206f547eff0f8102b6d4a36e085bbdae396ba3e0d3bd/py3Dmol-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "dcccdcc70f02afc1cd9bf8a9ee71f718", "sha256": "864ce8a81685ffc229cae173f472233e9fdfeaa7ce4941fded94d3c4a1b5c941" }, "downloads": -1, "filename": "py3Dmol-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dcccdcc70f02afc1cd9bf8a9ee71f718", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3392, "upload_time": "2016-05-10T02:25:32", "url": "https://files.pythonhosted.org/packages/1d/d0/f01675d75365e51ee6c3f36d2964ab8d38e86ebef948b511247449641abb/py3Dmol-0.5.1-py2.py3-none-any.whl" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "e93fef56ad7a4037ab1ff317a9b13e7f", "sha256": "fe2fda4e1dc03fe7617135a338dac6d0a832f2922b205444b591d775bd211867" }, "downloads": -1, "filename": "py3Dmol-0.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e93fef56ad7a4037ab1ff317a9b13e7f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4729, "upload_time": "2016-05-10T16:59:38", "url": "https://files.pythonhosted.org/packages/15/0f/1eaf6ce39fd69c54915b258d00d304b987e272ffa6ff092ba68ac244d01e/py3Dmol-0.5.2-py2.py3-none-any.whl" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "29c846a51d956235668fab0396d7f74e", "sha256": "260a8a970ba897ee6b6c60559291988fa79ef7729cf81b658df32f24ca9e8fdc" }, "downloads": -1, "filename": "py3Dmol-0.5.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "29c846a51d956235668fab0396d7f74e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4851, "upload_time": "2017-01-26T19:14:09", "url": "https://files.pythonhosted.org/packages/eb/d9/f0a3018a2826b364f752b0ee334e9afe1857f1da5ef05e4987df0eb8c7dc/py3Dmol-0.5.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "79cd004c908ae29a3ba3c5583c025df7", "sha256": "1879b53a02c5506dfefa449a8f4e82d45c345443e39cac4d42ae983d47560d2d" }, "downloads": -1, "filename": "py3Dmol-0.5.3.tar.gz", "has_sig": false, "md5_digest": "79cd004c908ae29a3ba3c5583c025df7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3766, "upload_time": "2017-01-26T19:14:11", "url": "https://files.pythonhosted.org/packages/c3/a8/16dab84d3f0a39588cb97fceabcad45e1a8c8b6e1cee5b29a3c34cc7f351/py3Dmol-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "31afdfc47ab58f6c622bab2407a550b0", "sha256": "a73f70e09e8006666ecfb93398672c1a1554675be6717b9b9192fd74067c578c" }, "downloads": -1, "filename": "py3Dmol-0.5.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "31afdfc47ab58f6c622bab2407a550b0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4851, "upload_time": "2017-01-31T03:04:52", "url": "https://files.pythonhosted.org/packages/2c/79/ba22beb8d307149f385f41387d7260c6bf3b75be861ab693f7db07c85916/py3Dmol-0.5.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e2bb65264d32eff2c20afe8b32cbe42c", "sha256": "ce65abe5b84e5bb2d62e0881ce526e1ff552730dd2d32fe7522e68e022efbd40" }, "downloads": -1, "filename": "py3Dmol-0.5.4.tar.gz", "has_sig": false, "md5_digest": "e2bb65264d32eff2c20afe8b32cbe42c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3954, "upload_time": "2017-01-31T03:04:55", "url": "https://files.pythonhosted.org/packages/9c/49/021ec8fe62e86c029db58e4d16e6d259b398c43b3a4772b829e2882d37e0/py3Dmol-0.5.4.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "1cd7db9646339cc83d04809ae4a8c78f", "sha256": "145f95d7be5abc104619e57348e908b5a5fdb1b9131066acef6349cb762efe82" }, "downloads": -1, "filename": "py3Dmol-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1cd7db9646339cc83d04809ae4a8c78f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5007, "upload_time": "2017-02-13T01:58:40", "url": "https://files.pythonhosted.org/packages/05/9f/ecd499ab4de5c64ac6a0173b162910f3bcb91d0da475c7666f60f4c4480c/py3Dmol-0.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "259795f58f2136da121ef7c4d6adce34", "sha256": "921b9c78ae11409da1b94e282d05519d9a10829b0d25cfd09b19c586c06432ba" }, "downloads": -1, "filename": "py3Dmol-0.6.0.tar.gz", "has_sig": false, "md5_digest": "259795f58f2136da121ef7c4d6adce34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4116, "upload_time": "2017-02-13T01:58:42", "url": "https://files.pythonhosted.org/packages/ad/71/eefa791866a3b6583f5385393cdc800bc734d840f85d3c0d3dee732eaded/py3Dmol-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "0d1810fc463ebf0b73da650afda28452", "sha256": "fe628f74932bb6ca9fd3f38e8ae80c3083096c5a9416a093b112150dc078facc" }, "downloads": -1, "filename": "py3Dmol-0.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0d1810fc463ebf0b73da650afda28452", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5048, "upload_time": "2017-02-13T02:04:18", "url": "https://files.pythonhosted.org/packages/1b/bb/59c2092fa6ae3ed836792ad2d806a9b4a36bf71ffff350872eccba82b768/py3Dmol-0.6.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ab7cf84fe34b33d5320c6715d531ba1e", "sha256": "6908285940c41b8855318c26d2b59072d8a9a7d5eba989e5adcaa0b6b45f25a6" }, "downloads": -1, "filename": "py3Dmol-0.6.1.tar.gz", "has_sig": false, "md5_digest": "ab7cf84fe34b33d5320c6715d531ba1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4150, "upload_time": "2017-02-13T02:04:20", "url": "https://files.pythonhosted.org/packages/68/3c/6062bb97537eb381a3cecaf3d3d7905cf861ea565f9e2e523227c27c5844/py3Dmol-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "b2e8e5b0da8336431ce24ad3f15f7ea3", "sha256": "c62b9d7c9aca9118a6548b2beadb8a147452cecf3b7f158e140e56ea098dd9c2" }, "downloads": -1, "filename": "py3Dmol-0.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b2e8e5b0da8336431ce24ad3f15f7ea3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5124, "upload_time": "2017-03-23T14:06:52", "url": "https://files.pythonhosted.org/packages/ab/4e/6d6167d7f9ac8dec5be1a49b6868f84c2fdf8d188500bc2a10d4adcd6ae6/py3Dmol-0.6.2-py2.py3-none-any.whl" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "9ee2b8681e15a0124bea8dd70c4230db", "sha256": "23f75dc2e57911f624bd1de3f64d8c54af84a934e111f8578e9cd7710fcdf725" }, "downloads": -1, "filename": "py3Dmol-0.6.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9ee2b8681e15a0124bea8dd70c4230db", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5131, "upload_time": "2017-05-23T19:56:55", "url": "https://files.pythonhosted.org/packages/10/39/90b4ad31fd7991862eb69b56cea0aa86d35090ce8d6b282dcf2655c185eb/py3Dmol-0.6.3-py2.py3-none-any.whl" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "171c61c8bd28a2305816e42d624e7dd2", "sha256": "141824f075437744659ad59aaf41a430bc0211ebf7c3598cc49b24d7cb914d2e" }, "downloads": -1, "filename": "py3Dmol-0.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "171c61c8bd28a2305816e42d624e7dd2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5151, "upload_time": "2017-09-20T12:47:04", "url": "https://files.pythonhosted.org/packages/bf/f5/73b1e2844f722ceb558a11e4f3eb760d167b00ca2d3f29e1b028755a382b/py3Dmol-0.6.4-py2.py3-none-any.whl" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "4f22837fca00b5fedc98a726736adcc0", "sha256": "3da84c5a7d0d1257d580d44b00214e823debe6b1397a77ca1b372158db266216" }, "downloads": -1, "filename": "py3Dmol-0.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4f22837fca00b5fedc98a726736adcc0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5738, "upload_time": "2017-09-20T12:46:53", "url": "https://files.pythonhosted.org/packages/ba/f1/e36dea28d4b655280bb18382f3d452717f2338402a618b6710bf04710cf6/py3Dmol-0.7.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e854d4d97ca777be29574ceb35cc706", "sha256": "2f4af41d607df3a5aef4bb0d3706c56fa45b410fe2bbbbf661677e71350f1554" }, "downloads": -1, "filename": "py3Dmol-0.7.0.tar.gz", "has_sig": false, "md5_digest": "4e854d4d97ca777be29574ceb35cc706", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5131, "upload_time": "2018-03-25T16:22:37", "url": "https://files.pythonhosted.org/packages/a9/fb/36755cec9248a72b2f872904bd4164e667965ba38dbd853be24780d098b5/py3Dmol-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "74805a9dc23c18b8b6e5e234e8e40b1f", "sha256": "0368b235d7210912e3582e31d984adc77e546dc3b3320483437a8aa60f89706a" }, "downloads": -1, "filename": "py3Dmol-0.7.1.macosx-10.13-x86_64.tar.gz", "has_sig": false, "md5_digest": "74805a9dc23c18b8b6e5e234e8e40b1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6637, "upload_time": "2018-03-26T22:49:18", "url": "https://files.pythonhosted.org/packages/18/05/3d5c6270cd5840bd6241e17d10e452b1f2ff6dbef506498c75d06f9d39a6/py3Dmol-0.7.1.macosx-10.13-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "eab35d8425227e416db7e08aafe7e7e6", "sha256": "4d401fbe11c7d2499821fca44ea95015cff0657e9b24f7f9bf3842923d50d619" }, "downloads": -1, "filename": "py3Dmol-0.7.1-py2.7.egg", "has_sig": false, "md5_digest": "eab35d8425227e416db7e08aafe7e7e6", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 8426, "upload_time": "2018-03-26T22:49:17", "url": "https://files.pythonhosted.org/packages/35/ea/c628f00b4c37a476091208c402f7acf2316c6fbbd01ff196ce8bcc448cdc/py3Dmol-0.7.1-py2.7.egg" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "baaacf141fd66cfe762137bd6c58fe00", "sha256": "90d5c72731e8e15757606dd36b3f62d864146cdf6f4be4adf30a1d93cbc35a71" }, "downloads": -1, "filename": "py3Dmol-0.7.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "baaacf141fd66cfe762137bd6c58fe00", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6373, "upload_time": "2018-04-25T01:27:57", "url": "https://files.pythonhosted.org/packages/f8/8a/4cf31928a03b13f30e8b00134565990331087145f6e5248fd1bd7dcc2631/py3Dmol-0.7.2-py2.py3-none-any.whl" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "cad680f8c0059ecf775f10198a1c02be", "sha256": "19874ba64a5f1a4ccd63f85321742a005de7083f2496610918c0e92497733ce0" }, "downloads": -1, "filename": "py3Dmol-0.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cad680f8c0059ecf775f10198a1c02be", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6668, "upload_time": "2018-08-25T20:37:38", "url": "https://files.pythonhosted.org/packages/da/87/44984bfc8a3014c1386661be4efeeee7d3fe811b79802695100620cedda6/py3Dmol-0.8.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07cf7f81c51af8d317d3fb6284495f24", "sha256": "273d89525824d0035cf794258fe2e1d43b098dc6fbd4f7db2dd9815cf3b8d413" }, "downloads": -1, "filename": "py3Dmol-0.8.0.tar.gz", "has_sig": false, "md5_digest": "07cf7f81c51af8d317d3fb6284495f24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6297, "upload_time": "2018-08-25T20:37:39", "url": "https://files.pythonhosted.org/packages/e7/83/f2653273ce5bf28704699bee09841be7cc17303cc5d016d5002277827e46/py3Dmol-0.8.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cad680f8c0059ecf775f10198a1c02be", "sha256": "19874ba64a5f1a4ccd63f85321742a005de7083f2496610918c0e92497733ce0" }, "downloads": -1, "filename": "py3Dmol-0.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cad680f8c0059ecf775f10198a1c02be", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6668, "upload_time": "2018-08-25T20:37:38", "url": "https://files.pythonhosted.org/packages/da/87/44984bfc8a3014c1386661be4efeeee7d3fe811b79802695100620cedda6/py3Dmol-0.8.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07cf7f81c51af8d317d3fb6284495f24", "sha256": "273d89525824d0035cf794258fe2e1d43b098dc6fbd4f7db2dd9815cf3b8d413" }, "downloads": -1, "filename": "py3Dmol-0.8.0.tar.gz", "has_sig": false, "md5_digest": "07cf7f81c51af8d317d3fb6284495f24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6297, "upload_time": "2018-08-25T20:37:39", "url": "https://files.pythonhosted.org/packages/e7/83/f2653273ce5bf28704699bee09841be7cc17303cc5d016d5002277827e46/py3Dmol-0.8.0.tar.gz" } ] }