{ "info": { "author": "Giovanni Pizzi", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Chemistry", "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "#########\nSeeK-path\n#########\n\nTest status: branch `master`: |travismaster|; branch `develop`: |travisdevelop|\n\n.. |travismaster| image:: https://travis-ci.org/giovannipizzi/seekpath.svg?branch=master\n :target: https://travis-ci.org/giovannipizzi/seekpath\n\n.. |travisdevelop| image:: https://travis-ci.org/giovannipizzi/seekpath.svg?branch=develop\n :target: https://travis-ci.org/giovannipizzi/seekpath\n\n``SeeK-path`` is a python module to obtain and visualize band paths in the\nBrillouin zone of crystal structures. \n\nThe definition of k-point labels follows crystallographic convention, as defined\nand discussed in the `HPKOT paper`_. Moreover, the Bravais lattice is detected\nproperly using the spacegroup symmetry. Also the suggested band path provided\nin the `HPKOT paper`_ is returned.\nSystems without time-reversal and inversion-symmetry are also properly \ntaken into account.\n\n.. contents::\n\n.. section-numbering::\n\n===========\nHow to cite\n===========\nIf you use this tool, please cite the following work:\n\n- Y. Hinuma, G. Pizzi, Y. Kumagai, F. Oba, I. Tanaka, *Band structure diagram \n paths based on crystallography*, Comp. Mat. Sci. 128, 140 (2017)\n (`JOURNAL LINK`_, `arXiv link`_).\n- You should also cite `spglib`_ that is an essential library used in the \n implementation: A. Togo, I. Tanaka, \n \"Spglib: a software library for crystal symmetry search\", arXiv:1808.01590 (2018) (`spglib arXiv link`_).\n\n============\nContributors\n============\n- Tiziano M\u00fcller (UZH, Switzerland) for the CP2K input file generator\n and added a number of new input formats (XYZ, PDB, ...)\n\n=============================\nHow to install and how to use\n=============================\n\nPlease visit the SeeK-path `user guide is on Read the docs`_.\n\n=======\nLicense\n=======\n\nThe code is open-source (licensed with a MIT license, see LICENSE.txt).\n\n===================\nOnline service/tool\n===================\n\nIn this repository we also provide the code to deploy a online service for \nthe visualization of the band paths and primitive cells of the crystal \nstructures. A live demo is currently hosted on the `Materials Cloud`_ web portal.\n\nThe following is a screenshot of the selection window:\n\n.. image:: https://raw.githubusercontent.com/giovannipizzi/seekpath/master/webservice/screenshots/selector.png\n :alt: SeeK-path web service selection window\n :width: 50%\n :align: center\n\nAnd the following is a screenshot of the main output window, showing the Brillouin zone, the primitive crystal structure, the coordinates of the k-points and the suggested band path.\n\n.. image:: https://raw.githubusercontent.com/giovannipizzi/seekpath/master/webservice/screenshots/mainwindow.png\n :alt: SeeK-path web service main output\n :width: 50%\n :align: center\n\n.. _HPKOT paper: http://dx.doi.org/10.1016/j.commatsci.2016.10.015\n.. _JOURNAL LINK: http://dx.doi.org/10.1016/j.commatsci.2016.10.015\n.. _arXiv link: https://arxiv.org/abs/1602.06402\n.. _spglib: http://atztogo.github.io/spglib/\n.. _Materials Cloud: http://www.materialscloud.org/tools/seekpath/\n.. _docker hub: https://hub.docker.com/r/giovannipizzi/seekpath/\n.. _user guide is on Read the docs: http://seekpath.readthedocs.io\n.. _spglib arXiv link: https://arxiv.org/abs/1808.01590\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/giovannipizzi/seekpath/archive/v1.9.3.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/giovannipizzi/seekpath", "keywords": "path,band structure,Brillouin,crystallography,physics,primitive cell,conventional cell", "license": "The MIT license", "maintainer": "", "maintainer_email": "", "name": "seekpath", "package_url": "https://pypi.org/project/seekpath/", "platform": "", "project_url": "https://pypi.org/project/seekpath/", "project_urls": { "Download": "https://github.com/giovannipizzi/seekpath/archive/v1.9.3.tar.gz", "Homepage": "http://github.com/giovannipizzi/seekpath" }, "release_url": "https://pypi.org/project/seekpath/1.9.3/", "requires_dist": [ "future (>=0.15)", "numpy (>=1.0)", "spglib (>=1.14.1)", "scipy (>=0.17); extra == 'bz'", "click (>=6); extra == 'click'", "pre-commit (>=1.4); extra == 'dev'", "prospector (>=0.12.7); extra == 'dev'", "pylint (>=1.8); extra == 'dev'", "yapf (==0.22.0); extra == 'dev'", "Flask (>=0.12.3); extra == 'webservice'", "qe-tools (>=1.1.1); extra == 'webservice'", "ase (>=3.15.0,<3.18); python_version < \"3.0\" and extra == 'webservice'", "pymatgen (<2019.1,>=2017.7); python_version < \"3.0\" and extra == 'webservice'", "ase (>=3.18.0); python_version >= \"3.0\" and extra == 'webservice'", "pymatgen (>=2017.7); python_version >= \"3.0\" and extra == 'webservice'" ], "requires_python": "", "summary": "A module to obtain and visualize k-vector coefficients and obtain band paths in the Brillouin zone of crystal structures", "version": "1.9.3" }, "last_serial": 5775884, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "a2ec91cdf43961c120cca3ea274299fc", "sha256": "bb1900849eec231fe866f79f70bc2f1d2b2bbeda96b6da83b3ab371c68027b87" }, "downloads": -1, "filename": "seekpath-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "a2ec91cdf43961c120cca3ea274299fc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 36180, "upload_time": "2016-09-29T16:21:10", "url": "https://files.pythonhosted.org/packages/ba/9d/dce0f19fd066652ff8492a6fad4a30e544385a1134c3948233ea210b2ee1/seekpath-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e44caf35d0ade1f3b6bdb7c6499a11fa", "sha256": "d6c35dae0e5e8cfc85ec1af862d6dc6900a94ad1905f701a77e015c45ea2d1a5" }, "downloads": -1, "filename": "seekpath-1.0.0.tar.gz", "has_sig": false, "md5_digest": "e44caf35d0ade1f3b6bdb7c6499a11fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29873, "upload_time": "2016-09-29T16:21:12", "url": "https://files.pythonhosted.org/packages/ea/b8/cde1a8bd630b9567054f3441feb59d1ceaa358e97bc0f5f0bb844b6f4bc1/seekpath-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "c2eaf64610f7f23bda384df4f9e5b3f9", "sha256": "4976bb0f33d36bef21e6f82e1db632b0ee3fe594aede1573ce1376e6caf12c27" }, "downloads": -1, "filename": "seekpath-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "c2eaf64610f7f23bda384df4f9e5b3f9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 84494, "upload_time": "2016-09-29T18:20:54", "url": "https://files.pythonhosted.org/packages/53/12/da78e27c3cd0503a835e450a6cd2716822def451ead557ff272860771534/seekpath-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4276aa951f7da80cf4042a2a7dcec64a", "sha256": "fbb56a0feddfe5c57b75bc5182c4533fcf8e7524dcf91feb01f08591898ff364" }, "downloads": -1, "filename": "seekpath-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4276aa951f7da80cf4042a2a7dcec64a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46161, "upload_time": "2016-09-29T18:20:58", "url": "https://files.pythonhosted.org/packages/8e/d3/684073b5550dbfce0ea07ea0f03bcdb0ddcf5704bb5b378ba8b00e0661d9/seekpath-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "7a3459b37052112269db62c22a9c4f24", "sha256": "514fea8034bb2743e3d2a9c8343ce6af7dd7f3e88fc85d95462ee3b9852745f6" }, "downloads": -1, "filename": "seekpath-1.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "7a3459b37052112269db62c22a9c4f24", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 86285, "upload_time": "2016-10-10T11:20:14", "url": "https://files.pythonhosted.org/packages/b7/e4/ff4be58630c8caf1a08f8ec44b68bfedd8f1da2d3ae7ca9e32037add5dee/seekpath-1.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7236ff1ea74305d3c8e564ac94e60af1", "sha256": "c282ae962d0a9b5970aef1d4db60976cae9a4c0cdba48ed39aa4a9e905efdfde" }, "downloads": -1, "filename": "seekpath-1.0.2.tar.gz", "has_sig": false, "md5_digest": "7236ff1ea74305d3c8e564ac94e60af1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47067, "upload_time": "2016-10-10T11:20:17", "url": "https://files.pythonhosted.org/packages/3a/c8/af54303162f76cd3d35dbda6b37f10d8e1fc37dfaa59a0ac3f01e28571a2/seekpath-1.0.2.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "1d5a1181653a6d005e218e987741d771", "sha256": "edd30ec24d8d83df4ac4cf43a313dc66ce1f403cbf268b8e622caa385d834d4b" }, "downloads": -1, "filename": "seekpath-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1d5a1181653a6d005e218e987741d771", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89617, "upload_time": "2016-10-26T14:08:25", "url": "https://files.pythonhosted.org/packages/a6/56/b24e5406a06f2c8cc46e771b4eebc12e8b7624621d5c9376fd094e45a6a0/seekpath-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6dba94cba2313c6e17fdb9f6b8a1fad3", "sha256": "bd5739ed78f59dbdc0bbb2fb7df326df9f9d1d06222790731b34a068bbbc801a" }, "downloads": -1, "filename": "seekpath-1.1.0.tar.gz", "has_sig": false, "md5_digest": "6dba94cba2313c6e17fdb9f6b8a1fad3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50173, "upload_time": "2016-10-26T14:08:28", "url": "https://files.pythonhosted.org/packages/9a/6a/cbe89455943f3bacb96beff524a06260850cf0b02cfc3c98d49b0971940a/seekpath-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "7d96ff92d31ed31e7cf8a25a3d5cc310", "sha256": "875c8e9ac94e40b4c230291e6f04e50c1aeadc63f97ba609f0f587020f808976" }, "downloads": -1, "filename": "seekpath-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7d96ff92d31ed31e7cf8a25a3d5cc310", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89617, "upload_time": "2016-11-21T13:39:50", "url": "https://files.pythonhosted.org/packages/8f/5e/139869d91bb5617ac363aa74dce5bb4e5025eb69105d6a7a72f332c24f02/seekpath-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "38faefb38c1a325a30498560114a3cbb", "sha256": "142d105cedf059435628b987e2fa4a8f323a7d62cb7de682c88d41abb7003076" }, "downloads": -1, "filename": "seekpath-1.1.1.tar.gz", "has_sig": false, "md5_digest": "38faefb38c1a325a30498560114a3cbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50187, "upload_time": "2016-11-21T13:39:53", "url": "https://files.pythonhosted.org/packages/a6/8d/9add8f8ad346a496d5d7618e01b417fb9f9bb757dc6dbcf97ed79cc779b0/seekpath-1.1.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "2d880a758f35dd940035f8add1f0cd45", "sha256": "7e7cfd596228761a74936e89d4768d97675b6fe361598e9196df7576a63baf16" }, "downloads": -1, "filename": "seekpath-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d880a758f35dd940035f8add1f0cd45", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89978, "upload_time": "2016-12-19T11:31:34", "url": "https://files.pythonhosted.org/packages/c6/3b/06d2352b8c75ba7dcbf82afa1acaf287807e34c18b75bacde21c37e27f21/seekpath-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3b647c3c5ac1d055f207c4ee08551b7a", "sha256": "608dca87f5b9829e522beafc56e48d786b8c165a02e206fd32a005fad13b15a0" }, "downloads": -1, "filename": "seekpath-1.2.0.tar.gz", "has_sig": false, "md5_digest": "3b647c3c5ac1d055f207c4ee08551b7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50420, "upload_time": "2016-12-19T11:31:36", "url": "https://files.pythonhosted.org/packages/59/e9/670090c7cbb33592dba2e46ca69e440d8ae2cefcb3618d6d7fdb44aefc19/seekpath-1.2.0.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "a2ec8f86c83f51305b0b848ca4d70ecf", "sha256": "55f627f51609d85fd1805774f8d1af022206bd958e82dd8713cf2c35d666b560" }, "downloads": -1, "filename": "seekpath-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a2ec8f86c83f51305b0b848ca4d70ecf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 90078, "upload_time": "2017-01-21T00:15:42", "url": "https://files.pythonhosted.org/packages/29/59/91a2fc0c49bbbe6d1f1c7aa9d1901d4f4e5765e63e3cec9a14f83b51da0d/seekpath-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8fb51e6d813755d1e447e6761ac8b739", "sha256": "f829f594b30f5b3217597678a243954fad268524d4abd1a8f1ded41952446355" }, "downloads": -1, "filename": "seekpath-1.3.0.tar.gz", "has_sig": false, "md5_digest": "8fb51e6d813755d1e447e6761ac8b739", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50505, "upload_time": "2017-01-21T00:15:45", "url": "https://files.pythonhosted.org/packages/dd/f1/7ddf7cd5607775effdefc83cd89cf2a308fb5e6fba17e829303301996d76/seekpath-1.3.0.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "76f5b7e408d93e951899f07430c42895", "sha256": "be8c9687edd84514b5bc0230db39cd883bc94ba1d04886948d5e2b2e5129b77e" }, "downloads": -1, "filename": "seekpath-1.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "76f5b7e408d93e951899f07430c42895", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 90261, "upload_time": "2017-04-04T16:54:54", "url": "https://files.pythonhosted.org/packages/c0/87/0d316bdf3639060f38fda4729c32a16b9d73d491b82d09c27a31ded2f056/seekpath-1.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e642a5acd306411ea92f7ed61008c1bb", "sha256": "a65d2b9241e5bfab68add9dacf479b043313f4a26de034a66d983f9ed98fcf51" }, "downloads": -1, "filename": "seekpath-1.4.0.tar.gz", "has_sig": false, "md5_digest": "e642a5acd306411ea92f7ed61008c1bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51047, "upload_time": "2017-04-04T16:54:56", "url": "https://files.pythonhosted.org/packages/19/1f/45f6fedb194d758ad483f48eaae59d2b45842097107f0ec57ae576354896/seekpath-1.4.0.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "6497625d59eb40f75922dec194d5bc66", "sha256": "da463b5322880190edeb597ae429cdcb57046c42a8a840d46a1fe8e149725e57" }, "downloads": -1, "filename": "seekpath-1.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6497625d59eb40f75922dec194d5bc66", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 90401, "upload_time": "2017-09-21T14:48:58", "url": "https://files.pythonhosted.org/packages/72/5c/100ffceab650c91a690b9aa8acb4fc50fdbc9313e7fb87778bd9e4083abe/seekpath-1.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0506e923bface8d942402707ace4f84d", "sha256": "25253b16688c421ebd73a18b3451e7a4fa883d8a85820ec3df1761bd7b12a0da" }, "downloads": -1, "filename": "seekpath-1.5.0.tar.gz", "has_sig": false, "md5_digest": "0506e923bface8d942402707ace4f84d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50699, "upload_time": "2017-09-21T14:49:01", "url": "https://files.pythonhosted.org/packages/34/a0/3070823a5801e073cd9b961d8060b5ed6ad07fd255c8a1b10a8073c80e1c/seekpath-1.5.0.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "37d370d43b5bda74f29036fc4177ff6d", "sha256": "d5883894b36ccd6036bc4ca8f3addcdaabf97888586fa14dbc9c04f335f0da13" }, "downloads": -1, "filename": "seekpath-1.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "37d370d43b5bda74f29036fc4177ff6d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 90593, "upload_time": "2017-10-13T16:05:11", "url": "https://files.pythonhosted.org/packages/43/98/be495872d46bad9547440bbbf6427d8be544da072c813c6b8b6c31687135/seekpath-1.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9b2a2d081e2d09fb24003ca1f5ab6dc7", "sha256": "7943753b553335fe22ae88836e3beff33c3f67ce05905f76c0dd75e656b58444" }, "downloads": -1, "filename": "seekpath-1.6.0.tar.gz", "has_sig": false, "md5_digest": "9b2a2d081e2d09fb24003ca1f5ab6dc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51369, "upload_time": "2017-10-13T16:05:12", "url": "https://files.pythonhosted.org/packages/eb/e5/3f22dbff72669ac836c4af1c34b57714b1ed1875ef2f458350186d95daa8/seekpath-1.6.0.tar.gz" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "7df88f7a93990d50fae35c55c9881cdd", "sha256": "f0662bb369adeff02bfabb860229c9891f2f0f9fa341c99eaac42542a0021110" }, "downloads": -1, "filename": "seekpath-1.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7df88f7a93990d50fae35c55c9881cdd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 90695, "upload_time": "2017-11-30T09:22:44", "url": "https://files.pythonhosted.org/packages/37/01/79ceb1eca90788c29da210944a253dabd6de7e0a957711d7b2c539e84ac8/seekpath-1.7.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5120587da1bfba9ca25979529962df9e", "sha256": "ce01cefdc2ee8b1eaebf7150e9c832f0bab4556d79038c20d49bb38d92559924" }, "downloads": -1, "filename": "seekpath-1.7.0.tar.gz", "has_sig": false, "md5_digest": "5120587da1bfba9ca25979529962df9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51454, "upload_time": "2017-11-30T09:22:46", "url": "https://files.pythonhosted.org/packages/88/02/ba5cfee376f4cf4061b8070e931c31745f7aebde192b64e2d5a0a51ee62b/seekpath-1.7.0.tar.gz" } ], "1.7.1": [ { "comment_text": "", "digests": { "md5": "52cbe9c63047a2423dbea1974843fa23", "sha256": "694245eaf121506ebb18e7f36f4cec94d4889a16f332aceade18d39f7fe78f22" }, "downloads": -1, "filename": "seekpath-1.7.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "52cbe9c63047a2423dbea1974843fa23", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 90694, "upload_time": "2017-11-30T10:30:47", "url": "https://files.pythonhosted.org/packages/e2/6a/fd8b4cb2fe4b5dc5a72c94464943622b3fc901e0fc976ac3144e48b00016/seekpath-1.7.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e63882218e0c3359a610eac0d08de4d0", "sha256": "ba79921ee2430973c53bbdc0af34e4bc0daf3d2b3190def2ee2c264f57ea40ce" }, "downloads": -1, "filename": "seekpath-1.7.1.tar.gz", "has_sig": false, "md5_digest": "e63882218e0c3359a610eac0d08de4d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51450, "upload_time": "2017-11-30T10:30:49", "url": "https://files.pythonhosted.org/packages/8f/d7/e36c686ca8d926b5034b1810fb4d6189b83b4353bc175179ef9fe6139bef/seekpath-1.7.1.tar.gz" } ], "1.8.0": [ { "comment_text": "", "digests": { "md5": "8397507b61f971404257fdf5cb1e0fa0", "sha256": "dd57865ea2c08923d9c297b59661eefcdb306b73623d01ba2fc7fd5ce0af5ed9" }, "downloads": -1, "filename": "seekpath-1.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8397507b61f971404257fdf5cb1e0fa0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89089, "upload_time": "2017-12-22T09:28:12", "url": "https://files.pythonhosted.org/packages/75/d8/b20277531d9587842e3807eaf06dcffaf99fcb522f0c1cb11cb0c8e1e97a/seekpath-1.8.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7d5c9c56ed8b63fb77abf6e6cc6c967f", "sha256": "fd1be482634b84a6d693a14461d51c971b6b85e4e2f3bbc9564c299cd3827271" }, "downloads": -1, "filename": "seekpath-1.8.0.tar.gz", "has_sig": false, "md5_digest": "7d5c9c56ed8b63fb77abf6e6cc6c967f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49697, "upload_time": "2017-12-22T09:28:17", "url": "https://files.pythonhosted.org/packages/ac/c0/faddb48257ede458a186448334e5bfd8d138304bf3cef6a79e716b0e65ed/seekpath-1.8.0.tar.gz" } ], "1.8.1": [ { "comment_text": "", "digests": { "md5": "e2137a7c6a3afac200b1917ea7aff114", "sha256": "9c6090b11e99e4d9edc238cffa49c917bd81aababf84fa675d78925ee0b7a349" }, "downloads": -1, "filename": "seekpath-1.8.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e2137a7c6a3afac200b1917ea7aff114", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89049, "upload_time": "2018-02-12T18:56:50", "url": "https://files.pythonhosted.org/packages/24/41/ab6cb52e7f01b34f1abb487da129d5d29cb7e0b542a24f0ea4bdf560262f/seekpath-1.8.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ad6d3908fe04591e205adfa40d033c65", "sha256": "0bdc0400c96952525b1165894807e4bec90aaedb11cfeb27a57414e6091eb026" }, "downloads": -1, "filename": "seekpath-1.8.1.tar.gz", "has_sig": false, "md5_digest": "ad6d3908fe04591e205adfa40d033c65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49303, "upload_time": "2018-02-12T18:56:52", "url": "https://files.pythonhosted.org/packages/fb/2e/dd433d26b491ddab31fa83c066496f9f2f06e63f364cc1cdf2edc680ae89/seekpath-1.8.1.tar.gz" } ], "1.8.2": [ { "comment_text": "", "digests": { "md5": "466dc39da588a9b6cf3ae2033ed6efaa", "sha256": "67f8149369c15ddac32ad23eacf92dd7cada043144dd9349389cda5aeffd7a5d" }, "downloads": -1, "filename": "seekpath-1.8.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "466dc39da588a9b6cf3ae2033ed6efaa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 86613, "upload_time": "2018-07-17T11:03:33", "url": "https://files.pythonhosted.org/packages/80/00/d2855cb6415a35eae9916c943a40f9e20a2180cd1f5e822ff0642cef32a7/seekpath-1.8.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "653d8f4967b4747d3903d8c2821b69f1", "sha256": "8fb22231ed6fc6aa12e2f2cc6c8ca67b82648e16c1c85ddac2e2237ac4553d83" }, "downloads": -1, "filename": "seekpath-1.8.2.tar.gz", "has_sig": false, "md5_digest": "653d8f4967b4747d3903d8c2821b69f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51133, "upload_time": "2018-07-17T11:03:34", "url": "https://files.pythonhosted.org/packages/82/9d/96ad2555a4bd808a5ac4f01c289b9eea9fcd355d96c6cdfd38aa5ede6c74/seekpath-1.8.2.tar.gz" } ], "1.8.3": [ { "comment_text": "", "digests": { "md5": "ec69af8613c17ad38168b5468887ce82", "sha256": "cbe9ea4ceb54df6dc40f418b5e55929960f0008bcbd41a0ce612e0358390efb3" }, "downloads": -1, "filename": "seekpath-1.8.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ec69af8613c17ad38168b5468887ce82", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89098, "upload_time": "2018-10-04T06:36:49", "url": "https://files.pythonhosted.org/packages/f3/10/d63428d96b359155e342aceb6b7bb23fc25edbf4f56633245a3f1ded2020/seekpath-1.8.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "623ef1fda4cc3b6821a4e1f6bf9ae838", "sha256": "5acf837650ac02efa7affbc5a471d2581d409813606ea83d2980937e670b59e6" }, "downloads": -1, "filename": "seekpath-1.8.3.tar.gz", "has_sig": false, "md5_digest": "623ef1fda4cc3b6821a4e1f6bf9ae838", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51206, "upload_time": "2018-10-04T06:36:50", "url": "https://files.pythonhosted.org/packages/7c/9e/4cbf8726fd2885e8ee0de04c8b4bbde1bf5ee205745ff49247adbf494f33/seekpath-1.8.3.tar.gz" } ], "1.8.4": [ { "comment_text": "", "digests": { "md5": "85477d0faba77e629688d5230f01719b", "sha256": "df49f3cbbd107e7a8d30cee6f92849c26a75adf5d166176eb3af1a35d3c3a0d3" }, "downloads": -1, "filename": "seekpath-1.8.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "85477d0faba77e629688d5230f01719b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89094, "upload_time": "2018-10-04T10:37:21", "url": "https://files.pythonhosted.org/packages/d8/fb/fff573b18a25d0482656a46c13fcab7520c8fd26ff0352a067369651f535/seekpath-1.8.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "558e0f0520815a77042961700adb9c9f", "sha256": "b61dadba82acc0838402981b7944155adc092b114ca81f53f61b1d498a512e3a" }, "downloads": -1, "filename": "seekpath-1.8.4.tar.gz", "has_sig": false, "md5_digest": "558e0f0520815a77042961700adb9c9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51207, "upload_time": "2018-10-04T10:37:23", "url": "https://files.pythonhosted.org/packages/81/0d/3fa957da0c535f009181d3a44534070249f697ad0bdefbbd78a70c3b1ca1/seekpath-1.8.4.tar.gz" } ], "1.9.0": [ { "comment_text": "", "digests": { "md5": "a1a1f9025f21c9ffc1de4b1e980e6615", "sha256": "63c8f052b798e2c98e49ed38d2a4ae2713dde38706e3428ab3cba96b2d328868" }, "downloads": -1, "filename": "seekpath-1.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a1a1f9025f21c9ffc1de4b1e980e6615", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 87401, "upload_time": "2019-07-25T13:59:25", "url": "https://files.pythonhosted.org/packages/a3/7b/c4417501d1321762faa1fe1d35d1bbc8ec8a272544d6f44027e8f55f075a/seekpath-1.9.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0ffac74d7d5ed4fb3e599d159c37cd8a", "sha256": "f5f76c8603aedfd1c4b7cfc2a217516dbb192591b8b37979874db8e59befd90f" }, "downloads": -1, "filename": "seekpath-1.9.0.tar.gz", "has_sig": false, "md5_digest": "0ffac74d7d5ed4fb3e599d159c37cd8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51289, "upload_time": "2019-07-25T13:59:27", "url": "https://files.pythonhosted.org/packages/b6/36/018215f0323402fd175fbc00c4d014bdcd4fe207a945b9bdda7f119d7898/seekpath-1.9.0.tar.gz" } ], "1.9.1": [ { "comment_text": "", "digests": { "md5": "19723e7ee4ec09e0061e30c6bc422200", "sha256": "d7a7dcc7e3228724dbec3206579b5469739ff9364b5c82fe251ed1b92bbc820a" }, "downloads": -1, "filename": "seekpath-1.9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "19723e7ee4ec09e0061e30c6bc422200", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 87800, "upload_time": "2019-07-29T20:09:19", "url": "https://files.pythonhosted.org/packages/59/65/12e7bb7d80e94b0224611d960554dae4579310e90106133c4b39be5bfe98/seekpath-1.9.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8847b601323c5436010eeed09ab4b78c", "sha256": "2da21f1352a39738330d0f2ed27df634a31dac1918d2c59da5a8a5d9a486fc1e" }, "downloads": -1, "filename": "seekpath-1.9.1.tar.gz", "has_sig": false, "md5_digest": "8847b601323c5436010eeed09ab4b78c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51478, "upload_time": "2019-07-29T20:09:21", "url": "https://files.pythonhosted.org/packages/85/80/e40c80832c0fa250dfe3a4018e0f412bf2897c5ed9cfdde1f325d4fe997d/seekpath-1.9.1.tar.gz" } ], "1.9.2": [ { "comment_text": "", "digests": { "md5": "34072efcff8d7c83d927a5ac2bd52d70", "sha256": "cafd0b77ccc0c430ff6a86c12953df45863dd7a7c8bca54626150b0fbe8e5e1e" }, "downloads": -1, "filename": "seekpath-1.9.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "34072efcff8d7c83d927a5ac2bd52d70", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 87803, "upload_time": "2019-07-30T09:48:34", "url": "https://files.pythonhosted.org/packages/bc/ec/15ee03d9e488fdcce96a2e455457c235c1d3ca610483946929640108b9dd/seekpath-1.9.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9476858ef43c1bfc613d8d3c5440d265", "sha256": "d9f7dd608666c5678037ed66448665535f551d2953ee804dbb19a4149444dceb" }, "downloads": -1, "filename": "seekpath-1.9.2.tar.gz", "has_sig": false, "md5_digest": "9476858ef43c1bfc613d8d3c5440d265", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51495, "upload_time": "2019-07-30T09:48:36", "url": "https://files.pythonhosted.org/packages/04/95/ce7f34db5529d8519a8ceb99a95f26ab73b4ac136a44498c09d2776031c2/seekpath-1.9.2.tar.gz" } ], "1.9.3": [ { "comment_text": "", "digests": { "md5": "d249a87415f03348608c74d07d6a139c", "sha256": "6395b6193330a4d9092bd8d1e11b2b8c178ef11744f3f5fc2056c9058f9a9c7a" }, "downloads": -1, "filename": "seekpath-1.9.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d249a87415f03348608c74d07d6a139c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89440, "upload_time": "2019-09-03T13:12:56", "url": "https://files.pythonhosted.org/packages/e7/bc/f83f1298b7a086bf77a4aa4c5fe1085a3db7d9845fc72d901afc26c2ee46/seekpath-1.9.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ba99bc5c19c1cb68d5ca02268d3f99d6", "sha256": "abc806479f11e7f71c4475a292d849baf15dfa1cbc89ecc602d78415de322c83" }, "downloads": -1, "filename": "seekpath-1.9.3.tar.gz", "has_sig": false, "md5_digest": "ba99bc5c19c1cb68d5ca02268d3f99d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51570, "upload_time": "2019-09-03T13:12:58", "url": "https://files.pythonhosted.org/packages/7f/22/f8cf3e2fc1f68e3e0d455d80756b144d02e9867a1a975c7ed4d40ba83c52/seekpath-1.9.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d249a87415f03348608c74d07d6a139c", "sha256": "6395b6193330a4d9092bd8d1e11b2b8c178ef11744f3f5fc2056c9058f9a9c7a" }, "downloads": -1, "filename": "seekpath-1.9.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d249a87415f03348608c74d07d6a139c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89440, "upload_time": "2019-09-03T13:12:56", "url": "https://files.pythonhosted.org/packages/e7/bc/f83f1298b7a086bf77a4aa4c5fe1085a3db7d9845fc72d901afc26c2ee46/seekpath-1.9.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ba99bc5c19c1cb68d5ca02268d3f99d6", "sha256": "abc806479f11e7f71c4475a292d849baf15dfa1cbc89ecc602d78415de322c83" }, "downloads": -1, "filename": "seekpath-1.9.3.tar.gz", "has_sig": false, "md5_digest": "ba99bc5c19c1cb68d5ca02268d3f99d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51570, "upload_time": "2019-09-03T13:12:58", "url": "https://files.pythonhosted.org/packages/7f/22/f8cf3e2fc1f68e3e0d455d80756b144d02e9867a1a975c7ed4d40ba83c52/seekpath-1.9.3.tar.gz" } ] }