{ "info": { "author": "Takeyuki UEDA", "author_email": "gde00107@nifty.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Topic :: Terminals" ], "description": "# mh-z19\nRead CO2 concentration from mh-z19 sensor\n\n![MH-Z19](https://camo.githubusercontent.com/8456a67ab97a13866d928d3a14dff59a57cdeccb/68747470733a2f2f63616d6f2e716969746175736572636f6e74656e742e636f6d2f613237306466313136326564356333626639393638623234303634623931656564306466636331312f3638373437343730373333613266326637313639363937343631326436393664363136373635326437333734366637323635326537333333326536313664363137613666366536313737373332653633366636643266333032663334333633353334333432663331333533373339363633393634363232643330363633343330326433373336363533383264333033353636333332643339333933333631333233343633333433373634333133383265373036653637)\n\n## install\n```\npip install mh-z19\n```\n## installs\n[![Downloads](https://pepy.tech/badge/mh-z19)](https://pepy.tech/project/mh-z19)\n[![Downloads](https://pepy.tech/badge/mh-z19/month)](https://pepy.tech/project/mh-z19)\n[![Downloads](https://pepy.tech/badge/mh-z19/week)](https://pepy.tech/project/mh-z19)\n\n## how to use\nUse as python script.\n```\npi@raspberrypi:~/mh-z19/pypi $ sudo python -m mh_z19\n{'co2': 500}\n```\n\nImport module and call read()\n```\npi@raspberrypi:~/mh-z19/pypi $ sudo python\nPython 2.7.13 (default, Nov 24 2017, 17:33:09) \n[GCC 6.3.0 20170516] on linux2\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n>>> import mh_z19\n>>> mh_z19.read()\n{'co2': 477}\n>>> \n```\n\nThe ***sudo*** might be necessary because mh_z19 module use Serial.\n\nThe differences of the interface between each Raspberry Pi model are resolved inside this module. For example, serial device name is difference between Raspberry Pi 3 and older model, but mh-z19 module automatically detect the model and read from appropriate serial device.\n\nTo use mh-z19, once you need to set up enabling serial port device on the Raspberry Pi.\nFollowing [Wiki](https://github.com/UedaTakeyuki/mh-z19/wiki/How-to-Enable-Serial-Port-hardware-on-the-Raspberry-Pi) page might be informative.\n\n## cabling\nConnect RPi & mh-z19 as:\n\n- 5V on RPi and Vin on mh-z19\n- GND(0v) on RPi and GND on mh-z19\n- TxD and RxD are connected to cross between RPi and mh-z18 \n\nFollowings are example of cabling, but you can free to use other 5v and 0v Pin on the RPi. \n\n![Cabling](https://camo.githubusercontent.com/3cd4c1b482ea902b7e66dca13d4260193c831a63/68747470733a2f2f63616d6f2e716969746175736572636f6e74656e742e636f6d2f313132616435666534316338326131363637316432383832303730333834313039633838363063632f36383734373437303733336132663266373136393639373436313264363936643631363736353264373337343666373236353265373333333265363136643631376136663665363137373733326536333666366432663330326633343336333533343334326633303338333233383333333033313334326433363338363433323264363333333634363532643331333633343334326433373633333836343339363233373632333633323636363432653661373036353637)\n\n```\npi@raspberrypi:~/mh-z19 $ gpio readall\n +-----+-----+---------+------+---+---Pi B+--+---+------+---------+-----+-----+\n | BCM | wPi | Name | Mode | V | Physical | V | Mode | Name | wPi | BCM |\n +-----+-----+---------+------+---+----++----+---+------+---------+-----+-----+\n | | | 3.3v | | | 1 || 2 | | | 5v | | |\n | 2 | 8 | SDA.1 | IN | 1 | 3 || 4 | | | 5v | | | <---- Vin\n | 3 | 9 | SCL.1 | IN | 1 | 5 || 6 | | | 0v | | | <---- Gnd\n | 4 | 7 | GPIO. 7 | IN | 1 | 7 || 8 | 1 | ALT0 | TxD | 15 | 14 | <---- RxD\n | | | 0v | | | 9 || 10 | 1 | ALT0 | RxD | 16 | 15 | <---- TxD\n | 17 | 0 | GPIO. 0 | IN | 0 | 11 || 12 | 0 | IN | GPIO. 1 | 1 | 18 |\n | 27 | 2 | GPIO. 2 | IN | 0 | 13 || 14 | | | 0v | | |\n | 22 | 3 | GPIO. 3 | IN | 0 | 15 || 16 | 0 | IN | GPIO. 4 | 4 | 23 |\n | | | 3.3v | | | 17 || 18 | 0 | IN | GPIO. 5 | 5 | 24 |\n | 10 | 12 | MOSI | IN | 0 | 19 || 20 | | | 0v | | |\n | 9 | 13 | MISO | IN | 0 | 21 || 22 | 0 | IN | GPIO. 6 | 6 | 25 |\n | 11 | 14 | SCLK | IN | 0 | 23 || 24 | 1 | IN | CE0 | 10 | 8 |\n | | | 0v | | | 25 || 26 | 1 | IN | CE1 | 11 | 7 |\n | 0 | 30 | SDA.0 | IN | 1 | 27 || 28 | 1 | IN | SCL.0 | 31 | 1 |\n | 5 | 21 | GPIO.21 | IN | 1 | 29 || 30 | | | 0v | | |\n | 6 | 22 | GPIO.22 | IN | 1 | 31 || 32 | 0 | IN | GPIO.26 | 26 | 12 |\n | 13 | 23 | GPIO.23 | IN | 0 | 33 || 34 | | | 0v | | |\n | 19 | 24 | GPIO.24 | IN | 0 | 35 || 36 | 0 | IN | GPIO.27 | 27 | 16 |\n | 26 | 25 | GPIO.25 | IN | 0 | 37 || 38 | 0 | IN | GPIO.28 | 28 | 20 |\n | | | 0v | | | 39 || 40 | 0 | IN | GPIO.29 | 29 | 21 |\n +-----+-----+---------+------+---+----++----+---+------+---------+-----+-----+\n | BCM | wPi | Name | Mode | V | Physical | V | Mode | Name | wPi | BCM |\n +-----+-----+---------+------+---+---Pi B+--+---+------+---------+-----+-----+\n```\n\n### Watch CO2 concentration on your browser \n\n\n[MONITOR\u2122](https://monitor3.uedasoft.com) is a free Remote Monitoring Service to show latest data on the web. You can see the current CO2 concentration value measured by your MH-Z19 device on your smartphone. For detail, please refer this [blog](https://monitorserviceatelierueda.blogspot.com/2018/11/how-to-measure-room-co2-concentration.html). \n\n\n### Calibration, Detection range settings, and ABC(Automatic Baseline Correction) logic on/off.\nFeatures about calibration (both MH-Z19 & MH-Z19B), detection range change (MH-Z19B) and ABC logic on/off(MH-Z19B) are implemented at version 0.2.1 or later.\n\nI'm afraid I've just only implemented these without test due to lack necessary devices and apparatus for the test, fx: standard concentration CO2 gas, also MH-Z19B module.\nIf you have these devices or apparatus and try to use these functions generously, I'm really appreciate your [issue report](https://github.com/UedaTakeyuki/mh-z19/issues) regardless result were positive or negative.\n\nFor detail please refer this [wiki](https://github.com/UedaTakeyuki/mh-z19/wiki/CALIBRATION-&-detection-range).\n\n### Undocumented response values of 0x86 command.\nThe [Revspace/MHZ19](https://revspace.nl/MHZ19#Command_0x86_.28read_concentration.29) shows values undocumented on the official datasheets([MH-Z19](https://www.winsen-sensor.com/d/files/PDF/Infrared%20Gas%20Sensor/NDIR%20CO2%20SENSOR/MH-Z19%20CO2%20Ver1.0.pdf), [MH-Z19B](https://www.winsen-sensor.com/d/files/infrared-gas-sensor/mh-z19b-co2-ver1_0.pdf)). In accordance with this, **--all** option add these values in the return json value as follows:\n\n```bash:\nsudo python -m mh_z19 --all\n{\"SS\": 232, \"UhUl\": 10752, \"TT\": 61, \"co2\": 818, \"temperature\": 21}\n\nsudo python3 -m mh_z19 --all\n{\"TT\": 61, \"co2\": 807, \"SS\": 232, \"temperature\": 21, \"UhUl\": 10752}\n```\n\nor call **read_all()** function as follows:\n\n```\n>>> import mh_z19\n>>> mh_z19.read_all()\n{'SS': 232, 'UhUl': 10738, 'TT': 61, 'co2': 734, 'temperature': 21}\n>>> \n```\n\nDespite, I think the TT value might NOT be related to the ambient temperature, but also this might be an internal thermal sensor value which is pair with a infrared heater they are necessary for measuring CO2 concentration by NDIR (Non-dispersive Infrared) method.\n\nSo, returned temperature value might not match with real temperature.\nPlease refer detail about my argument as [Is the undocumented TT value on the responses of command 0x86 really related to the ambient temperature?](https://github.com/UedaTakeyuki/mh-z19/wiki/Is-the-undocumented-TT-value-on-the-responses-of-command-0x86-really-related-to-the-ambient-temperature%3F).\n\n### Use specific serial device.\nIn case you should use specific serial device insted of Raspberry Pi default serial device which this library automatically select, for example in case to need to use /dev/ttyUSB0 for **FT232 usb-serial converter** as [issue#12](https://github.com/UedaTakeyuki/mh-z19/issues/12), you can specify serial device by **--serial_device** option as follows:\n\n```\nsudo python -m mh_z19 --serial_device /dev/ttyUSB0\n```\n\n### Q&A\nAny questions, suggestions, reports are welcome! Please make [issue](https://github.com/UedaTakeyuki/mh-z19/issues) without hesitation! \n\n## history\n- 0.1.1 2018.11.05 first version self-forked from [slider](https://github.com/UedaTakeyuki/slider).\n- 0.1.3 2018.11.06 fix Readme.\n- 0.1.4 2018.11.15 revise Readme.\n- 0.1.6 2018.11.29 revise Readme.\n- 0.2.1 2019.01.18 add followings without test (sorry)\n abc_on(), abc_off(), span_point_calibration(),\n\t\t\t\t\t\t\t\t\t\t\t xero_point_calibration(), detection_range_5000(),\n\t\t\t\t\t\t\t\t\t\t\t detection_range_2000(), checksum()\n- 0.3.5 2019.01.22 Both Python2 & Python3 support\n- 0.3.6 2019.01.22 Merge [Pull Request #3](https://github.com/UedaTakeyuki/mh-z19/pull/3) & [Pull Request #4](https://github.com/UedaTakeyuki/mh-z19/pull/4). Thanks [David](https://github.com/kostaldavid8)!\n- 0.3.7 2019.02.25 Add --all option which requested as [issue#5](https://github.com/UedaTakeyuki/mh-z19/issues/5), thanks [Rafa\u0142](https://github.com/rzarajczyk)!\n- 0.3.8 2019.04.16 Merge [Pull Request #7](https://github.com/UedaTakeyuki/mh-z19/pull/7). Thanks [Alexander](https://github.com/belibak)!\n- 0.3.8.5 2019.04.21 Merge [Pull Request #9](https://github.com/UedaTakeyuki/mh-z19/pull/9). Thanks [WO15](https://github.com/WO15)!\n- 0.3.9 2019.05.06 Revise the serial port selection logic. Support using **PL011** uart on Raspberry Pi **Model 3 and Zero W** which is selected by setting dtoverlay=**pi3-miniuart-bt** or dtoverlay=**pi3-disable-bt**. Thanks **\u7247\u5ca1\u3055\u3093** for your kindly [report](https://qiita.com/yukataoka/items/a3b4065e8210b8f372ff) including this issue!\n- 0.4.1 2019.08.11 Add --serial_device option as solution of [issue#12](https://github.com/UedaTakeyuki/mh-z19/issues/12). Thanks [Actpohomoc](https://github.com/Actpohomoc) and [TBR-BRD](https://github.com/TBR-BRD)!", "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/UedaTakeyuki/mh-z19", "keywords": "sensor,IoT,Raspberry Pi,mh-z19,CO2", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "mh-z19", "package_url": "https://pypi.org/project/mh-z19/", "platform": "", "project_url": "https://pypi.org/project/mh-z19/", "project_urls": { "Homepage": "https://github.com/UedaTakeyuki/mh-z19" }, "release_url": "https://pypi.org/project/mh-z19/0.4.1/", "requires_dist": null, "requires_python": "", "summary": "mh-z19 CO2 concentration sensor library for All models of Raspberry Pi", "version": "0.4.1" }, "last_serial": 5661168, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "e3a65ad7b5d7ef0cd449bb51b66b62a8", "sha256": "f840f291e59e0ffa1a057c0c03766575d7ab1c29a068a9c519d9dc40d7b7bdf7" }, "downloads": -1, "filename": "mh_z19-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e3a65ad7b5d7ef0cd449bb51b66b62a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4648, "upload_time": "2018-11-05T11:05:20", "url": "https://files.pythonhosted.org/packages/89/7e/5625b1a85dfef502bcc2ade15493f0cb160e7d9be84088dbc8be663c4733/mh_z19-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "d44994758dd550862d636ee5676da58d", "sha256": "6dc801600c4264d26bd3ee258f82f71b11f0a845c89ab10214d3a178c48f59c2" }, "downloads": -1, "filename": "mh_z19-0.1.2.tar.gz", "has_sig": false, "md5_digest": "d44994758dd550862d636ee5676da58d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4640, "upload_time": "2018-11-05T11:48:42", "url": "https://files.pythonhosted.org/packages/99/89/f7177b26f14535f950cc1b34a59f4307bb8d139327fec55ed3086964e681/mh_z19-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "3d0c815d3a420a2c3eee5d1f7305ce6e", "sha256": "7ddbd33c4f5285ec827c0baa506a4dd4320b553b1d8517be1d175502541190ff" }, "downloads": -1, "filename": "mh_z19-0.1.3.tar.gz", "has_sig": false, "md5_digest": "3d0c815d3a420a2c3eee5d1f7305ce6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3754, "upload_time": "2018-11-06T07:21:06", "url": "https://files.pythonhosted.org/packages/2a/35/042851b702bc1bf7355ec80882070db5cbf6fde0bb8ce4b413f2e94eaa4b/mh_z19-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "378cd12d0f664a4e1acf484c87e07f7c", "sha256": "471e4460e2a7c852bf3b472cde0a0d12d543209ea4b24c214a18e3b29d90585a" }, "downloads": -1, "filename": "mh_z19-0.1.4.tar.gz", "has_sig": false, "md5_digest": "378cd12d0f664a4e1acf484c87e07f7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3676, "upload_time": "2018-11-14T23:30:22", "url": "https://files.pythonhosted.org/packages/a8/1f/2acfd3b174c5c995638d2eaf2353d52e1c31a471ac3d4c23cfd0dbd1a616/mh_z19-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "cd8aa5f58162c396a4fe88907aac059e", "sha256": "cee90dedb7975159809e2b7b4630d03705e5c72897607d325f3c8e9596093ce3" }, "downloads": -1, "filename": "mh_z19-0.1.5.tar.gz", "has_sig": false, "md5_digest": "cd8aa5f58162c396a4fe88907aac059e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3700, "upload_time": "2018-11-29T12:36:18", "url": "https://files.pythonhosted.org/packages/72/06/ffdcaebbd10157924371bb1661544eb74f35fdb7591d49b78b219f5367cc/mh_z19-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "8c99596ba5d3ca77600521c5f54507b5", "sha256": "c450a89f6f2825d15a8d1d9c3dc768acd41a2e0de2ecde7562b23ef373a95237" }, "downloads": -1, "filename": "mh_z19-0.1.6.tar.gz", "has_sig": false, "md5_digest": "8c99596ba5d3ca77600521c5f54507b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4022, "upload_time": "2018-11-29T12:41:57", "url": "https://files.pythonhosted.org/packages/c8/9a/a630313978a32c928f054c81c9526a726a955603148054f0885121b4967b/mh_z19-0.1.6.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "90d84860d21b6bad6d0bc5fcd3eaa976", "sha256": "35d6e3f50c02406ec4a00dc7a361d3a34374b43253659444f6ed610fed6bfdc5" }, "downloads": -1, "filename": "mh_z19-0.2.1.tar.gz", "has_sig": false, "md5_digest": "90d84860d21b6bad6d0bc5fcd3eaa976", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4386, "upload_time": "2019-01-18T13:17:00", "url": "https://files.pythonhosted.org/packages/d8/4d/38af6c24ceafe59c5377b967e927fe86e13d35800e8fa61c10a63c7c6383/mh_z19-0.2.1.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "a5da013c69b6da8a0cf97819128cb9d9", "sha256": "fc5346d1b3631cdbacbdd67ca889c8a3cbd311682ff926c5e0dfb8a86fafe4f7" }, "downloads": -1, "filename": "mh_z19-0.3.1.tar.gz", "has_sig": false, "md5_digest": "a5da013c69b6da8a0cf97819128cb9d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5499, "upload_time": "2019-01-21T15:04:42", "url": "https://files.pythonhosted.org/packages/24/e6/4ec294dc746e4bf5cb2e8367a215f8106a1a2c505efce8120d821a01798d/mh_z19-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "127cc63eb76af9428f1171269ddcf8f5", "sha256": "078a89096be10ce3a1c2c795130a023918f79351356f9797e23b7a4e3f7e76f7" }, "downloads": -1, "filename": "mh_z19-0.3.2.tar.gz", "has_sig": false, "md5_digest": "127cc63eb76af9428f1171269ddcf8f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5484, "upload_time": "2019-01-21T15:04:44", "url": "https://files.pythonhosted.org/packages/4c/1a/84db1678015f783c8b98f1ec02aa43e9429af9af4dc77f2e66159fc31685/mh_z19-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "1c1cf82df92c2294578a4835fc910705", "sha256": "2f76ed6944e2f3b504980e9f1d721d303b539ac19a43de3b4d58c4b924d946f0" }, "downloads": -1, "filename": "mh_z19-0.3.3.tar.gz", "has_sig": false, "md5_digest": "1c1cf82df92c2294578a4835fc910705", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5501, "upload_time": "2019-01-21T15:04:46", "url": "https://files.pythonhosted.org/packages/5d/d0/c579876f4ace4d3fbbdec7f34a457a1093a117c3c4f7a8bc581cf82902d6/mh_z19-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "3f1f6a602efd91947066d9438323fd2c", "sha256": "5fef76c30d5a42ad4f74573de02a94b3add064a7bc9c2b4607d755a62a1db529" }, "downloads": -1, "filename": "mh_z19-0.3.4.tar.gz", "has_sig": false, "md5_digest": "3f1f6a602efd91947066d9438323fd2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5504, "upload_time": "2019-01-21T15:04:48", "url": "https://files.pythonhosted.org/packages/e3/c8/a9f1ccc9778fa1293c27b0117eb06fb0f43a1ae7fe3d57ab7f195725b29d/mh_z19-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "163ba00d0ce37e7db340ffe9a87d3669", "sha256": "57d778f98af077c81087c4c690045ebcbeef8d0e132c2eed48c6a9ac80640772" }, "downloads": -1, "filename": "mh_z19-0.3.5.tar.gz", "has_sig": false, "md5_digest": "163ba00d0ce37e7db340ffe9a87d3669", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5509, "upload_time": "2019-01-21T15:04:49", "url": "https://files.pythonhosted.org/packages/8f/5f/12083b130270b870946313f2cf2b1caafd1a31b1560635d9614278e3a748/mh_z19-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "5525e4682512ffaf77616825d5e53eaf", "sha256": "e347365844cf239240c1f020ee5f133d81e06dba018cfeed899533cc85ffa58d" }, "downloads": -1, "filename": "mh_z19-0.3.6.tar.gz", "has_sig": false, "md5_digest": "5525e4682512ffaf77616825d5e53eaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5641, "upload_time": "2019-01-22T01:57:06", "url": "https://files.pythonhosted.org/packages/62/f2/b6f84bc8cda7c3814545cd2858b560a417751c99299905621e2fd7af0bd6/mh_z19-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "4ec8a50a86fe011bd2e2fd23c96e840b", "sha256": "3f00fb7779eb115b15718081472e565e7eeaa6ac10481fd64a2633a53be65522" }, "downloads": -1, "filename": "mh_z19-0.3.7.tar.gz", "has_sig": false, "md5_digest": "4ec8a50a86fe011bd2e2fd23c96e840b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6533, "upload_time": "2019-02-26T00:52:33", "url": "https://files.pythonhosted.org/packages/c7/e8/ad80f032d0859c1d365e11a17df2ddd4b4ecdf9520bde4cbd389f1f12b0b/mh_z19-0.3.7.tar.gz" } ], "0.3.7.1": [ { "comment_text": "", "digests": { "md5": "1f299c6d835da2984de95ddefe1a751e", "sha256": "f31789fa5765184299bdee11420126a5ad893e47d292af0281fbd728a07d061a" }, "downloads": -1, "filename": "mh_z19-0.3.7.1.tar.gz", "has_sig": false, "md5_digest": "1f299c6d835da2984de95ddefe1a751e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6527, "upload_time": "2019-02-26T01:08:21", "url": "https://files.pythonhosted.org/packages/ad/b1/8493262c482d56a371601d8a27499e93e2922ab3e109c7ac61aa4d7532d8/mh_z19-0.3.7.1.tar.gz" } ], "0.3.7.2": [ { "comment_text": "", "digests": { "md5": "6cc53162d3ca1bf79fa490b7b79560cd", "sha256": "000ff2f9220dc0673e673bead61ff1857c7b246280494d6f0354f911c5471694" }, "downloads": -1, "filename": "mh_z19-0.3.7.2.tar.gz", "has_sig": false, "md5_digest": "6cc53162d3ca1bf79fa490b7b79560cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6562, "upload_time": "2019-02-26T01:35:41", "url": "https://files.pythonhosted.org/packages/d2/62/6a3456f1d968c5cc40c6096d3f95a201a35488c5e1a51221d871317f97d8/mh_z19-0.3.7.2.tar.gz" } ], "0.3.8.4": [ { "comment_text": "", "digests": { "md5": "55c5f03a9c42d5a43d43a83c877ca5cb", "sha256": "2728a6823c65bb4867ac5546bac834ac1278743a26c31cf0e2d0934de2eb0516" }, "downloads": -1, "filename": "mh_z19-0.3.8.4.tar.gz", "has_sig": false, "md5_digest": "55c5f03a9c42d5a43d43a83c877ca5cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6627, "upload_time": "2019-04-16T01:05:09", "url": "https://files.pythonhosted.org/packages/22/2f/9b3fb76f6c9461df57fc9a381913d1acc59c4fd0572cd22fccd67eb7a301/mh_z19-0.3.8.4.tar.gz" } ], "0.3.8.5": [ { "comment_text": "", "digests": { "md5": "34ec1c58c792d8049a492d711a2c5b4b", "sha256": "241d1aafcc6ed552f4cc9df6cebe58d9218a581469c34ac4521484b84b1b8137" }, "downloads": -1, "filename": "mh_z19-0.3.8.5.tar.gz", "has_sig": false, "md5_digest": "34ec1c58c792d8049a492d711a2c5b4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6650, "upload_time": "2019-04-21T09:06:09", "url": "https://files.pythonhosted.org/packages/a0/27/9401014a9f7d6dfed8c4b0a1490235d87013bc3254ca916d94b40822cd18/mh_z19-0.3.8.5.tar.gz" } ], "0.3.9": [ { "comment_text": "", "digests": { "md5": "ba1bef19dd7edcc0e3db0faea97f77f9", "sha256": "6bc7102d7c88c04a0cc873f39bcfa580cb420e4790e2610a15ac565a9e31a58e" }, "downloads": -1, "filename": "mh_z19-0.3.9.tar.gz", "has_sig": false, "md5_digest": "ba1bef19dd7edcc0e3db0faea97f77f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6942, "upload_time": "2019-05-06T03:00:03", "url": "https://files.pythonhosted.org/packages/5f/ce/f0c73899956e1259c37c828e90172c9e8b8d07e526b4ba18253e901454a7/mh_z19-0.3.9.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "40f13ef8b8d6948c6259c4a5a5db5a58", "sha256": "c1239d42c1b58101c9234c89e855119413d89b7ac25a7330c2ca33aa17db29cf" }, "downloads": -1, "filename": "mh_z19-0.4.1.tar.gz", "has_sig": false, "md5_digest": "40f13ef8b8d6948c6259c4a5a5db5a58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7333, "upload_time": "2019-08-11T06:39:32", "url": "https://files.pythonhosted.org/packages/58/f2/a4194293f58ef8f5bdeea6527762c22c380d990dca152eb533d08a128244/mh_z19-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "40f13ef8b8d6948c6259c4a5a5db5a58", "sha256": "c1239d42c1b58101c9234c89e855119413d89b7ac25a7330c2ca33aa17db29cf" }, "downloads": -1, "filename": "mh_z19-0.4.1.tar.gz", "has_sig": false, "md5_digest": "40f13ef8b8d6948c6259c4a5a5db5a58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7333, "upload_time": "2019-08-11T06:39:32", "url": "https://files.pythonhosted.org/packages/58/f2/a4194293f58ef8f5bdeea6527762c22c380d990dca152eb533d08a128244/mh_z19-0.4.1.tar.gz" } ] }