{ "info": { "author": "Johns Hopkins Turbulence Database Group", "author_email": "turbulence@pha.jhu.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Physics" ], "description": "# pyJHTDB\n\nPython wrapper for the [JHU Turbulence Database Cluster](http://turbulence.pha.jhu.edu/) library.\nMore information can be found at [http://turbulence.pha.jhu.edu/help/python/](http://turbulence.pha.jhu.edu/help/python/).\n\n## Use pyJHTDB through SciServer (RECOMMENDED)\nThe SciServer is a cloud-based data-driven cluster, of The Institute for Data Intensive Engineering and Science (IDIES) at Johns Hopkins University. Users get the advantages of more reliable and faster data access since the SciServer is directly connected to JHTDB through a 10 Gigabit ethernet connection. SciServer provides docker containers with the pyJHTDB library pre-installed.\n\nTo use pyJHTDB through Sciserver:\n```\nLogin to [SciServer](http://turbulence.pha.jhu.edu/) (may need to create a new account first).\nClick on *Compute* and then *Create container* (You could also run jobs in batch mode, by selecting Compute Jobs).\nType in *Container name*, select *JH Turbulence DB* in *Compute Image* and then click on *Create*.\nClick on the container you just created, then you could start using pyJHTDB with Python or IPython Notebook.\n```\nPlease go to [SciServer](http://turbulence.pha.jhu.edu/) for more information on SciServer as well as the help on Sciserver.\n\n## Use pyJHTDB on local computers\n\n### Installing pypi version (RECOMMENDED)\n\nIf you have *pip*, you can simply do this:\n```\npip install pyJHTDB\n```\nIf you're running unix (i.e. some MacOS or GNU/Linux variant), you will probably need to have a `sudo` in front of the `pip` command. If you don't have `pip` on your system, it is quite easy to get it following the instructions at [http://pip.readthedocs.org/en/latest/installing.html](http://pip.readthedocs.org/en/latest/installing.html).\n\n### Installing from source\n\n```\ngit clone https://github.com/idies/pyJHTDB.git\ncd pyJHTDB\npython update_turblib.py\npip install --upgrade ./\n```\n\n## Basic usage\n\nOn first contact with this library, we recommend that you first run\n``test_plain``. To be more specific:\n```\nfrom pyJHTDB import test_plain\ntest_plain()\n```\n\nThe code that is executed can be found in *pyJHTDB/test.py*, and it's the simplest example of how to access the turbulence database.\n\n## Configuration\n\nWhile our service is open to anyone, we would like to keep track of who is using the service, and how. To this end, we would like each user or site to obtain an authorization token from us: [http://turbulence.pha.jhu.edu/help/authtoken.aspx](http://turbulence.pha.jhu.edu/help/authtoken.aspx)\n\nFor simple experimentation, the default token included in the package should be valid.", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/idies/pyJHTDB", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://turbulence.pha.jhu.edu/", "keywords": "", "license": "Apache Version 2.0", "maintainer": "", "maintainer_email": "", "name": "pyJHTDB", "package_url": "https://pypi.org/project/pyJHTDB/", "platform": "", "project_url": "https://pypi.org/project/pyJHTDB/", "project_urls": { "Download": "https://github.com/idies/pyJHTDB", "Homepage": "http://turbulence.pha.jhu.edu/" }, "release_url": "https://pypi.org/project/pyJHTDB/20190916.0/", "requires_dist": null, "requires_python": ">3.6", "summary": "Python wrapper for the Johns Hopkins turbulence database library", "version": "20190916.0" }, "last_serial": 5837637, "releases": { "20141008": [ { "comment_text": "", "digests": { "md5": "744b3ae01e6e917aaaf6f8dad462c41b", "sha256": "11a912525de441b4a504f7c2960ea143d6a3fcb67962be872c8ba5c5b34c9295" }, "downloads": -1, "filename": "pyJHTDB-20141008.tar.gz", "has_sig": false, "md5_digest": "744b3ae01e6e917aaaf6f8dad462c41b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280957, "upload_time": "2014-10-09T01:00:33", "url": "https://files.pythonhosted.org/packages/1e/58/36dd4b805c21ba351ebc8b13bc3cf1572edbd649723f8646ad2e41f3b4fc/pyJHTDB-20141008.tar.gz" } ], "20141012": [ { "comment_text": "", "digests": { "md5": "606f4eba11d9b66d3b0017ff97f35295", "sha256": "60febf7380062b66439c1490a97bf7928d6cee2d2df0b463b04962972f703703" }, "downloads": -1, "filename": "pyJHTDB-20141012.tar.gz", "has_sig": false, "md5_digest": "606f4eba11d9b66d3b0017ff97f35295", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 281497, "upload_time": "2014-10-12T23:55:58", "url": "https://files.pythonhosted.org/packages/98/3a/15698cb3080b853283009f4db1fb0036447bd06bbd4d9a76799ecb1e7819/pyJHTDB-20141012.tar.gz" } ], "20141019": [ { "comment_text": "", "digests": { "md5": "4a6b229a82f7445027756dd148081343", "sha256": "5f7b5362de58a3d9230ce3d0375e3eea38c2a6319d593c7067e9962d19e2c6c2" }, "downloads": -1, "filename": "pyJHTDB-20141019.tar.gz", "has_sig": false, "md5_digest": "4a6b229a82f7445027756dd148081343", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 283686, "upload_time": "2014-10-19T12:52:32", "url": "https://files.pythonhosted.org/packages/b3/fa/23f0df09caa11907ee0eb9a8906d47c8354715f268ee81ca60f80ebda28c/pyJHTDB-20141019.tar.gz" } ], "20141024": [ { "comment_text": "", "digests": { "md5": "7122c69f0ba7b246adb9cd8d7a53e853", "sha256": "181056af349bd84f470c54631e39bb424ee933d9797e9f87939acee16e61cf57" }, "downloads": -1, "filename": "pyJHTDB-20141024.tar.gz", "has_sig": false, "md5_digest": "7122c69f0ba7b246adb9cd8d7a53e853", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 289268, "upload_time": "2014-10-24T18:38:43", "url": "https://files.pythonhosted.org/packages/1f/88/645f987a1227ed30bdc148307fab92261efe934fe6f80b4055e3a3753111/pyJHTDB-20141024.tar.gz" } ], "20141031": [ { "comment_text": "", "digests": { "md5": "db149eb0b2b42911b30dcc072d6de1da", "sha256": "c4d652c15a0849af69ef0b2bdcd9e353bc8a50534aecc5a5b32c862f6814d591" }, "downloads": -1, "filename": "pyJHTDB-20141031.tar.gz", "has_sig": false, "md5_digest": "db149eb0b2b42911b30dcc072d6de1da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 697957, "upload_time": "2014-10-31T10:52:55", "url": "https://files.pythonhosted.org/packages/b9/b9/0f38a1f07f9315a28fae780f867824df138f1ea79c2330821a898b0736ce/pyJHTDB-20141031.tar.gz" } ], "20141116": [ { "comment_text": "", "digests": { "md5": "b2c595943d02aa3fea6472a5d1d9fa14", "sha256": "d4ed5cc1dffcbb1a80c7362b114978ac5d0c62576f29ece5c87ba957be5f6e22" }, "downloads": -1, "filename": "pyJHTDB-20141116.tar.gz", "has_sig": false, "md5_digest": "b2c595943d02aa3fea6472a5d1d9fa14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 278582, "upload_time": "2014-11-17T01:20:14", "url": "https://files.pythonhosted.org/packages/c3/c3/c43b27da950f13487d365005a74115c1e8a4f59a6ac662fe4e991e4ba9a1/pyJHTDB-20141116.tar.gz" } ], "20141230": [ { "comment_text": "", "digests": { "md5": "8482b0d61173cf73cb44ca07dcdc0f1b", "sha256": "9a963e75e81f1bbb3a6865824b95c607e1dfce52df46998030fe36a3a9b892d7" }, "downloads": -1, "filename": "pyJHTDB-20141230.tar.gz", "has_sig": false, "md5_digest": "8482b0d61173cf73cb44ca07dcdc0f1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 272925, "upload_time": "2014-12-31T00:39:56", "url": "https://files.pythonhosted.org/packages/b8/de/bb74f5426a885b21b4aca1e1a33f306a55badaf121fa89999b2a05e27875/pyJHTDB-20141230.tar.gz" } ], "20150602": [ { "comment_text": "", "digests": { "md5": "89fe193f0c2dc3450a8a48ce50e6745c", "sha256": "031fe2090285f1830d9f762cab96d630d159373e3f3f52f4a172fc923b7fdd7c" }, "downloads": -1, "filename": "pyJHTDB-20150602.tar.gz", "has_sig": false, "md5_digest": "89fe193f0c2dc3450a8a48ce50e6745c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 282482, "upload_time": "2015-06-02T20:19:01", "url": "https://files.pythonhosted.org/packages/e9/d9/87b66a703aae2cbb99819c1eb3ea90c5290ebc5b3cfc8cdcc1af017ba21d/pyJHTDB-20150602.tar.gz" } ], "20170411": [ { "comment_text": "", "digests": { "md5": "eda094a28d787aa80331c95739a37e5c", "sha256": "11c3df029715a41541c4795b2525ee9affb0d363df61e8d00fca3bf3baf8fa04" }, "downloads": -1, "filename": "pyJHTDB-20170411.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "eda094a28d787aa80331c95739a37e5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 796928, "upload_time": "2017-04-11T06:56:41", "url": "https://files.pythonhosted.org/packages/e1/e7/680d5d2bde69c389f8d6c2c59a22b25f7452e9ee653f4a35e9f1419e77fd/pyJHTDB-20170411.linux-x86_64.tar.gz" } ], "20180607": [ { "comment_text": "", "digests": { "md5": "992f54e6915605fa1e4f6f1de379879b", "sha256": "906cb9bf339dbb80a53d56cb922151d2cb131fef17f501608b98c6cc73e6f9f5" }, "downloads": -1, "filename": "pyJHTDB-20180607-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "992f54e6915605fa1e4f6f1de379879b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 329512, "upload_time": "2018-06-07T11:33:36", "url": "https://files.pythonhosted.org/packages/5a/51/d08e150db2fb6a046726812e9a93a778a529ba0dc7bc6700419a78d0f805/pyJHTDB-20180607-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e58bd71f935ac1c989dd3f8e61ba2ec1", "sha256": "79d0d4d1d8a4d0ca6e1072507112a42a369ea55707f6daaf2056e608d7cfbc6c" }, "downloads": -1, "filename": "pyJHTDB-20180607.tar.gz", "has_sig": false, "md5_digest": "e58bd71f935ac1c989dd3f8e61ba2ec1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 282111, "upload_time": "2018-06-07T11:33:08", "url": "https://files.pythonhosted.org/packages/72/3a/b6bb5eb1ff3454a70db096733c00793b4a8ad8452de2ca2e0d0d6b7eb29e/pyJHTDB-20180607.tar.gz" } ], "20190210.4": [ { "comment_text": "", "digests": { "md5": "8fd7103edadc3a7c4f88f44052836f08", "sha256": "0b00e16b520765c42d25bf42c154f2f8c6341d399e6010b13c10982a5bec0ed3" }, "downloads": -1, "filename": "pyJHTDB-20190210.4-cp37-cp37m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "8fd7103edadc3a7c4f88f44052836f08", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 354136, "upload_time": "2019-02-12T02:33:04", "url": "https://files.pythonhosted.org/packages/c0/ba/f9628d1adfd08c03085d2088fc6ffc37a4c63b96509a15155f4f86113cd3/pyJHTDB-20190210.4-cp37-cp37m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "482c75e1a076aa2d534c4ef8fdd83a17", "sha256": "4d1ed42052abee6583f981f59866707ab1946b36c4ff59faea8e48dba6b6fb56" }, "downloads": -1, "filename": "pyJHTDB-20190210.4.tar.gz", "has_sig": false, "md5_digest": "482c75e1a076aa2d534c4ef8fdd83a17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 300163, "upload_time": "2019-02-12T02:32:56", "url": "https://files.pythonhosted.org/packages/d5/b0/e2c355cf0cea2766cac527794734bbaa1f248a2bdea7188e5e561b61e670/pyJHTDB-20190210.4.tar.gz" } ], "20190916.0": [ { "comment_text": "", "digests": { "md5": "3240dbe99b7f54ff4d5d31ae6552ceb0", "sha256": "b424e91701194055edf7de6d1c9b96b3371c56f74e021d8d001b45fcd245e980" }, "downloads": -1, "filename": "pyJHTDB-20190916.0.tar.gz", "has_sig": false, "md5_digest": "3240dbe99b7f54ff4d5d31ae6552ceb0", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.6", "size": 301477, "upload_time": "2019-09-16T18:34:29", "url": "https://files.pythonhosted.org/packages/70/85/535f571a66ce712745a03f66a311f99ee47ca1c2f4d8191ba7f887809462/pyJHTDB-20190916.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3240dbe99b7f54ff4d5d31ae6552ceb0", "sha256": "b424e91701194055edf7de6d1c9b96b3371c56f74e021d8d001b45fcd245e980" }, "downloads": -1, "filename": "pyJHTDB-20190916.0.tar.gz", "has_sig": false, "md5_digest": "3240dbe99b7f54ff4d5d31ae6552ceb0", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.6", "size": 301477, "upload_time": "2019-09-16T18:34:29", "url": "https://files.pythonhosted.org/packages/70/85/535f571a66ce712745a03f66a311f99ee47ca1c2f4d8191ba7f887809462/pyJHTDB-20190916.0.tar.gz" } ] }