{ "info": { "author": "Vlachos Research Group", "author_email": "vlachos@udel.edu", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Chemistry" ], "description": "Python Multiscale Thermochemistry Toolbox (pMuTT)\n=================================================\n \nThe **P**\\ ython **Mu**\\ ltiscale **T**\\ hermochemistry **T**\\ oolbox\n(pMuTT) is a Python library for Thermochemistry developed by the\nVlachos Research Group at the University of Delaware. This code was\noriginally developed to convert *ab-initio* data from DFT to observable\nthermodynamic properties such as heat capacity, enthalpy, entropy, and\nGibbs energy. These properties can be fit to empirical equations and\nwritten to different formats. \n\n.. image:: https://raw.githubusercontent.com/VlachosGroup/pMuTT/master/docs/source/logos/pmutt_web.png\n :target: https://vlachosgroup.github.io/pMuTT/\n :align: center\n\nDocumentation\n-------------\n\nSee our `documentation page`_ for examples, equations used, and docstrings.\n\nDevelopers\n----------\n\n- Jonathan Lym (jlym@udel.edu)\n- Gerhard Wittreich, P.E. (wittregr@udel.edu)\n\nDependencies\n------------\n\n- Python3\n- `Atomic Simulation Environment`_: Used for I/O operations and to\n calculate some thermodynamic properties\n- `Numpy`_: Used for vector and matrix operations\n- `Pandas`_: Used to import data from Excel files\n- `xlrd`_: Used by Pandas to import Excel files\n- `SciPy`_: Used for fitting heat capacities and generating smooth curves for\n reaction coordinate diagram\n- `Matplotlib`_: Used for plotting thermodynamic data\n- `pyGal`_: Similar to Matplotlib. Used for plotting interactive graphs\n- `PyMongo`_: Used to read/write to databases\n- `dnspython`_: Used to connect to databases\n- `NetworkX`_: Used to plot reaction networks\n- `More Itertools`_: Used for writing ranges for OpenMKM output.\n- `PyYAML`_: Used to write YAML input files for OpenMKM.\n\nGetting Started\n---------------\n\n1. Install using pip (`see documentation for more thorough instructions`_)::\n\n pip install pmutt\n\n2. Look at `examples using the code`_\n\n3. Run the `unit tests`_.\n\nLicense\n-------\n\nThis project is licensed under the MIT License - see the `LICENSE.md`_\nfile for details.\n\nPublications\n------------\n\n- J. Lym, G.R. Wittreich and D.G. Vlachos, A Python Multiscale Thermochemistry\n Toolbox (pMuTT) for thermochemical and kinetic parameter estimation, Computer\n Physics Communications (2019) 106864,\n https://doi.org/10.1016/j.cpc.2019.106864.\n\nContributing\n------------\n\nIf you have a suggestion or find a bug, please post to our `Issues page`_ with \nthe |enhancement_label| or |bug_label| tag respectively.\n\nFinally, if you would like to add to the body of code, please:\n\n- fork the development branch\n- make the desired changes\n- write the appropriate unit tests\n- submit a `pull request`_.\n\nQuestions\n---------\n\nIf you are having issues, please post to our `Issues page`_ with the \n|help_wanted_label| or |question_label| tag. We will do our best to assist.\n\nFunding\n-------\n\nThis material is based upon work supported by the Department of Energy's Office \nof Energy Efficient and Renewable Energy's Advanced Manufacturing Office under \nAward Number DE-EE0007888-9.5.\n\nSpecial Thanks\n--------------\n\n- Dr. Jeffrey Frey (pip and conda compatibility)\n- Jaynell Keely (Logo design)\n\n\n.. |bug_label| image:: https://raw.githubusercontent.com/VlachosGroup/pMuTT/master/docs/source/images/labels/bug_small.png\n :height: 20\n :target: https://github.com/VlachosGroup/pMuTT/issues?utf8=%E2%9C%93&q=label%3Abug\n\n.. |enhancement_label| image:: https://raw.githubusercontent.com/VlachosGroup/pMuTT/master/docs/source/images/labels/enhancement_small.png\n :height: 20\n :target: https://github.com/VlachosGroup/pMuTT/issues?utf8=%E2%9C%93&q=label%3Aenhancement\n\n.. |help_wanted_label| image:: https://raw.githubusercontent.com/VlachosGroup/pMuTT/master/docs/source/images/labels/help_wanted_small.png\n :height: 20\n :target: https://github.com/VlachosGroup/pMuTT/issues?utf8=%E2%9C%93&q=label%3A%22help%20wanted%22\n\n.. |question_label| image:: https://raw.githubusercontent.com/VlachosGroup/pMuTT/master/docs/source/images/labels/question_small.png\n :height: 20\n :target: https://github.com/VlachosGroup/pMuTT/issues?utf8=%E2%9C%93&q=label%3Aquestion\n\n.. _`documentation page`: https://vlachosgroup.github.io/pMuTT/\n.. _Atomic Simulation Environment: https://wiki.fysik.dtu.dk/ase/\n.. _Numpy: http://www.numpy.org/\n.. _Pandas: https://pandas.pydata.org/\n.. _xlrd: https://xlrd.readthedocs.io/en/latest/\n.. _SciPy: https://www.scipy.org/\n.. _Matplotlib: https://matplotlib.org/\n.. _pyGal: http://www.pygal.org/en/stable/\n.. _PyMongo: http://api.mongodb.com/python/current/\n.. _dnspython: http://www.dnspython.org/\n.. _networkx: https://networkx.github.io/\n.. _`More Itertools`: https://more-itertools.readthedocs.io/en/stable/index.html\n.. _`PyYAML`: https://pyyaml.org/\n.. _tests directory: https://github.com/VlachosGroup/pMuTT/tree/master/pmutt/tests\n.. _LICENSE.md: https://github.com/VlachosGroup/pMuTT/blob/master/LICENSE.md\n.. _`see documentation for more thorough instructions`: https://vlachosgroup.github.io/pMuTT/install.html\n.. _`examples using the code`: https://vlachosgroup.github.io/pMuTT/examples_jupyter/examples.html\n.. _`Issues page`: https://github.com/VlachosGroup/pMuTT/issues\n.. _`pull request`: https://github.com/VlachosGroup/pMuTT/pulls\n.. _`unit tests`: https://vlachosgroup.github.io/pMuTT/install.html#running-unit-tests", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/VlachosGroup/pmutt", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pmutt", "package_url": "https://pypi.org/project/pmutt/", "platform": "", "project_url": "https://pypi.org/project/pmutt/", "project_urls": { "Homepage": "https://github.com/VlachosGroup/pmutt" }, "release_url": "https://pypi.org/project/pmutt/1.2.21/", "requires_dist": null, "requires_python": "", "summary": "Python Multiscale Thermochemistry Toolbox (pmutt)", "version": "1.2.21", "yanked": false, "yanked_reason": null }, "last_serial": 7625647, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "afa3b212ec00c05bef46030e2ffec61b", "sha256": "62f9741b74f7a69c13b78e8ba776a9292deaff4360d1d086e49ad8c4f0efb3b1" }, "downloads": -1, "filename": "pMuTT-1.0.0.tar.gz", "has_sig": false, "md5_digest": "afa3b212ec00c05bef46030e2ffec61b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38136, "upload_time": "2018-10-18T20:49:02", "upload_time_iso_8601": "2018-10-18T20:49:02.429489Z", "url": "https://files.pythonhosted.org/packages/cf/32/2e8c85cba4924adbd7ba3df17b6f2401466084c3a8595a12832020664d24/pMuTT-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "7762d3c2627ed8f282f12682c109e1b4", "sha256": "c659e65654370748a87148667f1fadbbc9bc26a3ae865a2ff9b53f3baa663853" }, "downloads": -1, "filename": "pMuTT-1.1.0.tar.gz", "has_sig": false, "md5_digest": "7762d3c2627ed8f282f12682c109e1b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43607, "upload_time": "2018-10-26T15:57:08", "upload_time_iso_8601": "2018-10-26T15:57:08.362913Z", "url": "https://files.pythonhosted.org/packages/cb/f4/ed932eabb696298adf4d5f4b94e3ef4444864171754e312b6d5fc6580fc1/pMuTT-1.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "95a7feabc7b9e39dc777e3fb15fbcf95", "sha256": "7d3dacd2ae07cda62f23b7ea3d4686d453000acd9880056d948eee1b464d2405" }, "downloads": -1, "filename": "pMuTT-1.1.1.tar.gz", "has_sig": false, "md5_digest": "95a7feabc7b9e39dc777e3fb15fbcf95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43685, "upload_time": "2018-11-07T19:15:52", "upload_time_iso_8601": "2018-11-07T19:15:52.330435Z", "url": "https://files.pythonhosted.org/packages/96/22/1e3fe241820ceaa963a602c7565f363b31bcc0b1c35476ca640207d0f20f/pMuTT-1.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "c3adbea8267a241a71fccf42c6c5a575", "sha256": "30f18c3bd21cdb25a7a97588293180efec103d60640f1c1c528b3b7067ac9d2d" }, "downloads": -1, "filename": "pMuTT-1.1.2.tar.gz", "has_sig": false, "md5_digest": "c3adbea8267a241a71fccf42c6c5a575", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44230, "upload_time": "2018-11-27T20:38:05", "upload_time_iso_8601": "2018-11-27T20:38:05.615180Z", "url": "https://files.pythonhosted.org/packages/ca/02/c0b19dbb8fcfc828c5c10d322e645cbf6ee94bba5e7187384f9ff5336073/pMuTT-1.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "8c7772fefaee13714709a2f4665ddf6b", "sha256": "bb1dae428916cef937495af487a27efc2fabf6b2ed2169c32ca4100f8b62c8a5" }, "downloads": -1, "filename": "pMuTT-1.1.3.tar.gz", "has_sig": false, "md5_digest": "8c7772fefaee13714709a2f4665ddf6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47674, "upload_time": "2018-12-11T15:20:39", "upload_time_iso_8601": "2018-12-11T15:20:39.498002Z", "url": "https://files.pythonhosted.org/packages/f2/94/a8104b7b7c9f36ec774fe7d3c7a5a905333d86f57695cc8d71b70df644ac/pMuTT-1.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "f64ecfa6b2bad13ed3e6f11946064765", "sha256": "20ffeef4211e6392b48c30faf902d3a0557a48b2cec1b7577b9614e571fa2732" }, "downloads": -1, "filename": "pMuTT-1.2.0.tar.gz", "has_sig": false, "md5_digest": "f64ecfa6b2bad13ed3e6f11946064765", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48606, "upload_time": "2018-12-12T20:37:56", "upload_time_iso_8601": "2018-12-12T20:37:56.455127Z", "url": "https://files.pythonhosted.org/packages/90/b1/cf2aa98b662d1162afb57bd3d716998a6415bf78f62a12ff86cc828a7d41/pMuTT-1.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "b53d5b6df0a7cc49491e9f7f78ae9d58", "sha256": "f28be61bdcc91aead29353e17acdc88316da8c07f62e333f1aa2e36472292121" }, "downloads": -1, "filename": "pMuTT-1.2.1.tar.gz", "has_sig": false, "md5_digest": "b53d5b6df0a7cc49491e9f7f78ae9d58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50335, "upload_time": "2018-12-17T17:40:10", "upload_time_iso_8601": "2018-12-17T17:40:10.898059Z", "url": "https://files.pythonhosted.org/packages/08/90/5b5d9e3dd9abfae90ad397168169184ab240aa652ab5667baf3e7b96f93a/pMuTT-1.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.10": [ { "comment_text": "", "digests": { "md5": "8128c6b78990bc60d22218786b5a130e", "sha256": "7aad51ca274ec2210da4976650af5c26e170dfa4c849b082acfde65e5ae1caf7" }, "downloads": -1, "filename": "pmutt-1.2.10.tar.gz", "has_sig": false, "md5_digest": "8128c6b78990bc60d22218786b5a130e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89219, "upload_time": "2019-06-13T15:08:04", "upload_time_iso_8601": "2019-06-13T15:08:04.888713Z", "url": "https://files.pythonhosted.org/packages/62/67/6ad47d8f7e33722f27bb8e6c248811026cdfcbba56faf18617107fd05d16/pmutt-1.2.10.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.11": [ { "comment_text": "", "digests": { "md5": "8b66cbb2a452c9b6147ae4936778525f", "sha256": "8842768a459458b505ffb1cad64d858a9be88364b909dcff704290a650a4f1f4" }, "downloads": -1, "filename": "pmutt-1.2.11.tar.gz", "has_sig": false, "md5_digest": "8b66cbb2a452c9b6147ae4936778525f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89423, "upload_time": "2019-06-18T19:33:04", "upload_time_iso_8601": "2019-06-18T19:33:04.242588Z", "url": "https://files.pythonhosted.org/packages/4b/38/ca7653644dfae4bf84a510090a4d26ff43b73f64d715f91d2efa477327c2/pmutt-1.2.11.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.12": [ { "comment_text": "", "digests": { "md5": "379e0f331bdfdfddf0850de9fa22766b", "sha256": "e5375f3a3771e7bfdbaa22e898944691de7e28f6618cca49429c02355802041a" }, "downloads": -1, "filename": "pmutt-1.2.12.tar.gz", "has_sig": false, "md5_digest": "379e0f331bdfdfddf0850de9fa22766b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 127532, "upload_time": "2019-08-22T17:18:48", "upload_time_iso_8601": "2019-08-22T17:18:48.474346Z", "url": "https://files.pythonhosted.org/packages/6c/cd/a6f38a9c84fd733af882d83ef345fa7316145634257fc4a3f4ac401d368d/pmutt-1.2.12.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.13": [ { "comment_text": "", "digests": { "md5": "1e16e9951232bf076302c3b45fee7756", "sha256": "ef980a2b9ead79567373ed5efeb995c0b035b0665e7ea767886d0b5b47b82a8d" }, "downloads": -1, "filename": "pmutt-1.2.13.tar.gz", "has_sig": false, "md5_digest": "1e16e9951232bf076302c3b45fee7756", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 132240, "upload_time": "2019-10-02T18:19:49", "upload_time_iso_8601": "2019-10-02T18:19:49.166785Z", "url": "https://files.pythonhosted.org/packages/79/39/0fc50d76aae47297390ab2276ed8bf974e1aea1044ccec6c5945c0d45aa7/pmutt-1.2.13.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.14": [ { "comment_text": "", "digests": { "md5": "0ed3bf6eb2ebbe42f39c2c807e63f610", "sha256": "8ed7c3ac91c4ee3bdbdcdcd2bfaf5517a43d5c8ddc09cf614e8f22df89673f34" }, "downloads": -1, "filename": "pmutt-1.2.14.tar.gz", "has_sig": false, "md5_digest": "0ed3bf6eb2ebbe42f39c2c807e63f610", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 184910, "upload_time": "2019-10-25T18:10:10", "upload_time_iso_8601": "2019-10-25T18:10:10.638833Z", "url": "https://files.pythonhosted.org/packages/32/06/e71d962fdebd9713e5fe8be257ec0bb4d8a2f4d39ab816a4e52d4436dc25/pmutt-1.2.14.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.15": [ { "comment_text": "", "digests": { "md5": "240d553037ccf30e6fe0d52a5b3436fe", "sha256": "e0d139924b5b62218c0b1408b70d77c730273d609d2000ef3f4f0cc63f586029" }, "downloads": -1, "filename": "pmutt-1.2.15.tar.gz", "has_sig": false, "md5_digest": "240d553037ccf30e6fe0d52a5b3436fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 547046, "upload_time": "2019-12-05T22:34:31", "upload_time_iso_8601": "2019-12-05T22:34:31.331151Z", "url": "https://files.pythonhosted.org/packages/e6/03/ba1cd43e34874d0b478a408e08baa3cd04363f638907c5a834d58a8c8552/pmutt-1.2.15.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.16": [ { "comment_text": "", "digests": { "md5": "0f3ce55fb74c9edfc19b10ce1782ef77", "sha256": "acb29b51fd5dcfb2cbe4f659c66bbc7661494611759fbc4bb017a038e9714b12" }, "downloads": -1, "filename": "pmutt-1.2.16.tar.gz", "has_sig": false, "md5_digest": "0f3ce55fb74c9edfc19b10ce1782ef77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 547115, "upload_time": "2019-12-09T15:47:45", "upload_time_iso_8601": "2019-12-09T15:47:45.428149Z", "url": "https://files.pythonhosted.org/packages/11/cb/45f571e6ca370aa131e078f4c7e91c22e9e5ce03db621c92c1f59245e9d2/pmutt-1.2.16.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.17a0": [ { "comment_text": "", "digests": { "md5": "d40975342504db1e5d0a2ee8f7b081e6", "sha256": "c4c1e643237cf421b1aa643031e2cfdb7b0cd9d4e17f9249415ed8e1148ded69" }, "downloads": -1, "filename": "pmutt-1.2.17a0.tar.gz", "has_sig": false, "md5_digest": "d40975342504db1e5d0a2ee8f7b081e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 549829, "upload_time": "2020-02-01T00:58:49", "upload_time_iso_8601": "2020-02-01T00:58:49.501688Z", "url": "https://files.pythonhosted.org/packages/a1/b3/70b3f9976959db839745d545e782ae027286122bc3f266f5e783ef8c69cc/pmutt-1.2.17a0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.18": [ { "comment_text": "", "digests": { "md5": "c025fddaf47e6b8cb19ec296c91d669f", "sha256": "d7bb400d2b3fa10858d1a2b2839ca0235cda476c692b5105c32a06aa965fbfe8" }, "downloads": -1, "filename": "pmutt-1.2.18.tar.gz", "has_sig": false, "md5_digest": "c025fddaf47e6b8cb19ec296c91d669f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 549809, "upload_time": "2020-02-01T01:00:42", "upload_time_iso_8601": "2020-02-01T01:00:42.348757Z", "url": "https://files.pythonhosted.org/packages/76/c9/e9b2a3f78a2bc699bfc8afc8802b5f2689e078c09899e3900b4da8827ba0/pmutt-1.2.18.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.19": [ { "comment_text": "", "digests": { "md5": "c15c829695e294717a71c93870d6b107", "sha256": "526e59eac3338ac7b894501cb4e9864816ec7d9717537605680b8585a06b5d75" }, "downloads": -1, "filename": "pmutt-1.2.19.tar.gz", "has_sig": false, "md5_digest": "c15c829695e294717a71c93870d6b107", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 551684, "upload_time": "2020-04-08T08:00:55", "upload_time_iso_8601": "2020-04-08T08:00:55.462813Z", "url": "https://files.pythonhosted.org/packages/f2/2e/8919ad693a89671b723b7462675be9a560957153cbd6e69d0c7f87492a90/pmutt-1.2.19.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "fba3aabd3cc7ddf466c3b0bf546ee460", "sha256": "8004efe6d99ff2d013f358e312daf377b4e3070b36c9566a275f27c3c2157a4a" }, "downloads": -1, "filename": "pMuTT-1.2.2.tar.gz", "has_sig": false, "md5_digest": "fba3aabd3cc7ddf466c3b0bf546ee460", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53780, "upload_time": "2019-01-18T23:04:25", "upload_time_iso_8601": "2019-01-18T23:04:25.342597Z", "url": "https://files.pythonhosted.org/packages/f5/17/7cd64a7ee2812ac0ac68b8949f70f8814447f3b4e4ed32d3c47d2b42cc7e/pMuTT-1.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.20": [ { "comment_text": "", "digests": { "md5": "b3a2a24d8ff4b0200afff7ecbd0c9247", "sha256": "0c8da0ff0f35689309d0f19627ae48e8c9424948a670ca697f31320cf3e6b7e2" }, "downloads": -1, "filename": "pmutt-1.2.20.tar.gz", "has_sig": false, "md5_digest": "b3a2a24d8ff4b0200afff7ecbd0c9247", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 555053, "upload_time": "2020-05-13T02:21:01", "upload_time_iso_8601": "2020-05-13T02:21:01.703026Z", "url": "https://files.pythonhosted.org/packages/51/71/08c08ec1eb0d279cf67ad924794533fc1b0c3927a723ace18d89018e3578/pmutt-1.2.20.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.21": [ { "comment_text": "", "digests": { "md5": "e2770b58ed68b72742fc1550ea9cddf2", "sha256": "e6d972360945e84893415b05e8c43ceac7e3b3f07ec576150d8bdf5cb0f260b7" }, "downloads": -1, "filename": "pmutt-1.2.21.tar.gz", "has_sig": false, "md5_digest": "e2770b58ed68b72742fc1550ea9cddf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 671728, "upload_time": "2020-07-03T18:11:43", "upload_time_iso_8601": "2020-07-03T18:11:43.139016Z", "url": "https://files.pythonhosted.org/packages/1f/f1/84e0cf3b70c536308fda648d92579924bf84c1414f6c0a31c700cd5c9860/pmutt-1.2.21.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "b58137cb2c3241dd904e1da401269596", "sha256": "f75e625d52e18f5c5035a8210531bf89f17a11d09b58e02e1738b0e520f8a401" }, "downloads": -1, "filename": "pMuTT-1.2.3.tar.gz", "has_sig": false, "md5_digest": "b58137cb2c3241dd904e1da401269596", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71604, "upload_time": "2019-02-25T19:03:47", "upload_time_iso_8601": "2019-02-25T19:03:47.244962Z", "url": "https://files.pythonhosted.org/packages/17/ac/a7b62e7cd794f43ef7560283287bb149d8c57d332bf848755cdd03047dc8/pMuTT-1.2.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "e16d4869e1ef593841e3fb7982b923c6", "sha256": "0c357681646f75243b1feb97b58c2347c7508d646737975ef6304882d6d44d71" }, "downloads": -1, "filename": "pMuTT-1.2.4.tar.gz", "has_sig": false, "md5_digest": "e16d4869e1ef593841e3fb7982b923c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71462, "upload_time": "2019-03-11T13:49:55", "upload_time_iso_8601": "2019-03-11T13:49:55.359126Z", "url": "https://files.pythonhosted.org/packages/1d/b7/5cb12ea44cd92a316b5df0f5d8c8295053a2e1f2426b62253556a3da2298/pMuTT-1.2.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "3e9f6b24134fb0370d4d0890000b9af6", "sha256": "35aedfd815073be023b35831ed9479c046f5d2738f3b44abf33168786b90e392" }, "downloads": -1, "filename": "pMuTT-1.2.5.tar.gz", "has_sig": false, "md5_digest": "3e9f6b24134fb0370d4d0890000b9af6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73690, "upload_time": "2019-03-21T16:10:09", "upload_time_iso_8601": "2019-03-21T16:10:09.208187Z", "url": "https://files.pythonhosted.org/packages/05/1a/35cdce1b2fa07fb15f3a1a7ddd3484eacc3ae00309fefc421bf130faf8c8/pMuTT-1.2.5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "fcd3d42493df38fb7c066feb216da7e7", "sha256": "050a16242ea8f9a37a5d11dc0ff6702d6c14c998c46e029b437879c48ec3d448" }, "downloads": -1, "filename": "pMuTT-1.2.6.tar.gz", "has_sig": false, "md5_digest": "fcd3d42493df38fb7c066feb216da7e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81008, "upload_time": "2019-04-26T20:03:54", "upload_time_iso_8601": "2019-04-26T20:03:54.059050Z", "url": "https://files.pythonhosted.org/packages/ba/38/d2939e41ea5305149cbe46bac46914cfec29e280d9bd08c4f4499eb42dbe/pMuTT-1.2.6.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.7": [ { "comment_text": "", "digests": { "md5": "a790e0b32e55fd9b26cc73c0852bfb26", "sha256": "f4a03c2db18261c8652648577c17ac9b52696f81424c14c72884ad6edfe94e54" }, "downloads": -1, "filename": "pMuTT-1.2.7.tar.gz", "has_sig": false, "md5_digest": "a790e0b32e55fd9b26cc73c0852bfb26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89058, "upload_time": "2019-06-11T17:50:24", "upload_time_iso_8601": "2019-06-11T17:50:24.007160Z", "url": "https://files.pythonhosted.org/packages/ff/9a/ac73dcdc7b11458a7fea7a9740ae181df47de8f58dfa5acccdd3d4960979/pMuTT-1.2.7.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.8": [ { "comment_text": "", "digests": { "md5": "afd5edf937fe3b1de889e4cbf2bd30ba", "sha256": "24323dc95cabeed2e607da6ba801c87070f3684ad4555cd4dbdd7c05f252c210" }, "downloads": -1, "filename": "pmutt-1.2.8.tar.gz", "has_sig": false, "md5_digest": "afd5edf937fe3b1de889e4cbf2bd30ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89363, "upload_time": "2019-06-13T14:15:39", "upload_time_iso_8601": "2019-06-13T14:15:39.343497Z", "url": "https://files.pythonhosted.org/packages/53/2b/0fa696a496fb0008639b5bbaab0c39ec877e3d32c27fccc3994836e32404/pmutt-1.2.8.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.9": [ { "comment_text": "", "digests": { "md5": "3b925a76f537fe0121421341b8364e19", "sha256": "cd471a9efdfb9e59bec3402d9e73915858605880e79e4f78443098d839d77f51" }, "downloads": -1, "filename": "pmutt-1.2.9.tar.gz", "has_sig": false, "md5_digest": "3b925a76f537fe0121421341b8364e19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89177, "upload_time": "2019-06-13T14:37:21", "upload_time_iso_8601": "2019-06-13T14:37:21.878039Z", "url": "https://files.pythonhosted.org/packages/f2/ec/b2b4e676ca6ac9da1dd053ca7f19b3268f23997601ee2fe8c4ded7909052/pmutt-1.2.9.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e2770b58ed68b72742fc1550ea9cddf2", "sha256": "e6d972360945e84893415b05e8c43ceac7e3b3f07ec576150d8bdf5cb0f260b7" }, "downloads": -1, "filename": "pmutt-1.2.21.tar.gz", "has_sig": false, "md5_digest": "e2770b58ed68b72742fc1550ea9cddf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 671728, "upload_time": "2020-07-03T18:11:43", "upload_time_iso_8601": "2020-07-03T18:11:43.139016Z", "url": "https://files.pythonhosted.org/packages/1f/f1/84e0cf3b70c536308fda648d92579924bf84c1414f6c0a31c700cd5c9860/pmutt-1.2.21.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }