{ "info": { "author": "J\u00fcrgen Knauth", "author_email": "pubsrc@binary-overflow.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Topic :: System :: Monitoring" ], "description": "jk_sysinfo\n==========\n\nIntroduction\n------------\n\nThis python module provides ways to retrieve and parse technical system data.\n\nTo achieve this goal this module encapsulates various operating system tools by invoking them and parsing their return data. This data can then be processed further by other tools.\n\nInformation about this module can be found here:\n\n* [github.org](https://github.com/jkpubsrc/python-module-jk-sysinfo)\n* [pypi.python.org](https://pypi.python.org/pypi/jk_sysinfo)\n\nWhy this module?\n----------------\n\nIf you run Linux you will likely have encountered the command line tool `inxi`. This tool is capable of retrieving system information and presenting it in a condensed way.\n\nUnfortunately this tool does not provide the data in a machine readable form. Extending this tool to other output formats than plaintext is not intended by the authors (and would not be easy at all).\n\nThis python module bridges this gap: It contains various functions that invoke system routines to provide data which then gets parsed and returned as JSON.\n\nLimitations of this module\n--------------------------\n\nCurrently this module only supports Ubuntu Linux out of the box.\n\nOther Linuxes might work well but minor changes to the current implementation might be required in order to adapt to subtle differences of other Linux distributions. If you intend to make use of this tool on other Linux systems please contact the author of this module and assist in implementing the necessary changes.\n\nHow to use this module\n----------------------\n\n### Import this module\n\nPlease include this module into your application using the following code:\n\n```python\nimport jk_sysinfo\n```\n\n...\n\nContact Information\n-------------------\n\nThis is Open Source code. That not only gives you the possibility of freely using this code it also\nallows you to contribute. Feel free to contact the author(s) of this software listed below, either\nfor comments, collaboration requests, suggestions for improvement or reporting bugs:\n\n* J\u00fcrgen Knauth: jknauth@uni-goettingen.de, pubsrc@binary-overflow.de\n\nLicense\n-------\n\nThis software is provided under the following license:\n\n* Apache Software License 2.0", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "monitoring,os", "license": "Apache2", "maintainer": "", "maintainer_email": "", "name": "jk-sysinfo", "package_url": "https://pypi.org/project/jk-sysinfo/", "platform": "", "project_url": "https://pypi.org/project/jk-sysinfo/", "project_urls": null, "release_url": "https://pypi.org/project/jk-sysinfo/0.2022.1.3/", "requires_dist": null, "requires_python": "", "summary": "This python module provides ways to retrieve and parse technical system data of Linux computer systems.", "version": "0.2022.1.3", "yanked": false, "yanked_reason": null }, "last_serial": 12463626, "releases": { "0.2019.10.17": [ { "comment_text": "", "digests": { "md5": "3706aa22099712a265d13e94cf77012e", "sha256": "4f47cfdd738facb6adadbd73d9a30e236f6e6a6c840dccce0a32b6f45db62577" }, "downloads": -1, "filename": "jk_sysinfo-0.2019.10.17.tar.gz", "has_sig": false, "md5_digest": "3706aa22099712a265d13e94cf77012e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30038, "upload_time": "2019-10-17T07:18:54", "upload_time_iso_8601": "2019-10-17T07:18:54.697842Z", "url": "https://files.pythonhosted.org/packages/17/cf/97534de389903a1ca90c01a3d84c101fb57688cbfbc5d053d2dfff2e72c5/jk_sysinfo-0.2019.10.17.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2019.10.22": [ { "comment_text": "", "digests": { "md5": "3b1cd335a370053b45ca98d349250dc4", "sha256": "0829a0bb3c7fd54cb426a45f9925cedd9e7b6e8f103ae9ecf29429028e5d38aa" }, "downloads": -1, "filename": "jk_sysinfo-0.2019.10.22.tar.gz", "has_sig": false, "md5_digest": "3b1cd335a370053b45ca98d349250dc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31072, "upload_time": "2019-10-22T09:03:13", "upload_time_iso_8601": "2019-10-22T09:03:13.742793Z", "url": "https://files.pythonhosted.org/packages/ff/8a/c36e01ce3f0543b0ee20d2dc0448ca6b2cdf4174aea2ef6080bbb0900759/jk_sysinfo-0.2019.10.22.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2019.9.13": [ { "comment_text": "", "digests": { "md5": "1cbd4f9ca1b74dd32a21dd9a4b9392ba", "sha256": "dd7d2e1073d1192e171274cbff6c031b62b85b7973550fade8972da013fffa7b" }, "downloads": -1, "filename": "jk_sysinfo-0.2019.9.13.tar.gz", "has_sig": false, "md5_digest": "1cbd4f9ca1b74dd32a21dd9a4b9392ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31749, "upload_time": "2019-09-13T10:18:08", "upload_time_iso_8601": "2019-09-13T10:18:08.028464Z", "url": "https://files.pythonhosted.org/packages/5c/0e/c92196fcbb342194d1a1f05e7ee42948462c57f92c1da9fec678089c490b/jk_sysinfo-0.2019.9.13.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.11.23": [ { "comment_text": "", "digests": { "md5": "de044ffae5314abe7ec7ed0d0a5c226a", "sha256": "1eb511d7a327e6bef55ab7a89c8aa785d6b9e54859a5b0fa90fcae7af69a5e3e" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.11.23.tar.gz", "has_sig": false, "md5_digest": "de044ffae5314abe7ec7ed0d0a5c226a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40257, "upload_time": "2020-11-23T20:17:10", "upload_time_iso_8601": "2020-11-23T20:17:10.249108Z", "url": "https://files.pythonhosted.org/packages/02/ea/0e519bdead34c1efac5765c64eafb5798bf5e71dbd095d676a085486cb9e/jk_sysinfo-0.2020.11.23.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.12.27": [ { "comment_text": "", "digests": { "md5": "eaa0e5ecc24e452ddc552888046c0194", "sha256": "c14f42ba7710902c79463b34479d0f07b6f990e4e23a2859ff9c3f792815b2fe" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.12.27.tar.gz", "has_sig": false, "md5_digest": "eaa0e5ecc24e452ddc552888046c0194", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42319, "upload_time": "2021-01-18T18:02:24", "upload_time_iso_8601": "2021-01-18T18:02:24.953243Z", "url": "https://files.pythonhosted.org/packages/ed/38/58be9ddf384ee1fe124f05a451c46c94bff987c1b0ce930d4c9de01d69bf/jk_sysinfo-0.2020.12.27.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.2.11": [ { "comment_text": "", "digests": { "md5": "e48323c184c0084b7a4cb3950bef30e7", "sha256": "3251e81ddb605a2b4fe6c144934644eaef5c0735c58822c253797a61d2d0e8c4" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.2.11.tar.gz", "has_sig": false, "md5_digest": "e48323c184c0084b7a4cb3950bef30e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31673, "upload_time": "2020-02-11T18:08:13", "upload_time_iso_8601": "2020-02-11T18:08:13.026938Z", "url": "https://files.pythonhosted.org/packages/83/2d/3dbe3215bb10f0daa3de28eec58c38176cc6a4e6478f3753aac956d1cc20/jk_sysinfo-0.2020.2.11.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.2.13": [ { "comment_text": "", "digests": { "md5": "0ee62a05d1555ef8492dfa6a9ce392db", "sha256": "b1d3b3824a788961e74e31c00babe389431189de3de7364d87112c737c343f24" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.2.13.tar.gz", "has_sig": false, "md5_digest": "0ee62a05d1555ef8492dfa6a9ce392db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31717, "upload_time": "2020-02-16T18:49:17", "upload_time_iso_8601": "2020-02-16T18:49:17.141678Z", "url": "https://files.pythonhosted.org/packages/f4/7f/963f2b6159a26e2bb444bf988e60f922835dbcb87ee9864ac80ad79a2fa0/jk_sysinfo-0.2020.2.13.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.2.16.1": [ { "comment_text": "", "digests": { "md5": "7892f06267885e21296699096bf8d8c7", "sha256": "4a82664856b556949ea1d1ab611a147f07b2f56c4f18a9582e564c6f5f5e47cd" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.2.16.1.tar.gz", "has_sig": false, "md5_digest": "7892f06267885e21296699096bf8d8c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35274, "upload_time": "2020-02-16T19:09:22", "upload_time_iso_8601": "2020-02-16T19:09:22.870852Z", "url": "https://files.pythonhosted.org/packages/c0/29/17d2d430818fd60617949f8b98f666446f9fbb360915025dd44e9f88b99c/jk_sysinfo-0.2020.2.16.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.2.28": [ { "comment_text": "", "digests": { "md5": "eea786a474fa9df754f99e8e2baed225", "sha256": "cefc77acc379ceef649d4939d9b24b4ac16cbb31367ce68a3c4fe42e0e4a9df9" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.2.28.tar.gz", "has_sig": false, "md5_digest": "eea786a474fa9df754f99e8e2baed225", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35307, "upload_time": "2020-02-28T20:18:45", "upload_time_iso_8601": "2020-02-28T20:18:45.313314Z", "url": "https://files.pythonhosted.org/packages/67/20/81fdfe2777661eff15eb7f3e18e49124167e266a49f918d02a05dbb68445/jk_sysinfo-0.2020.2.28.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.2.28.1": [ { "comment_text": "", "digests": { "md5": "680bccdfc7c5bc06820f84bba67a57e8", "sha256": "7266b801b19e1293e98db72370149656899cb5c2941d9c2a1656e912e5af15cc" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.2.28.1.tar.gz", "has_sig": false, "md5_digest": "680bccdfc7c5bc06820f84bba67a57e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35306, "upload_time": "2020-02-28T20:20:43", "upload_time_iso_8601": "2020-02-28T20:20:43.145273Z", "url": "https://files.pythonhosted.org/packages/3e/8d/d0322db75f197c9ecb4ca3df37c709151284e6ae4df28a7d988edddee61b/jk_sysinfo-0.2020.2.28.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.3.10": [ { "comment_text": "", "digests": { "md5": "3b5d127e43d368b5abe93d1eda17f884", "sha256": "6574d8ebf35a2c583a686ad06424e48a125129b0685b2d724672b886edfb70ab" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.3.10.tar.gz", "has_sig": false, "md5_digest": "3b5d127e43d368b5abe93d1eda17f884", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38047, "upload_time": "2020-03-10T11:55:06", "upload_time_iso_8601": "2020-03-10T11:55:06.954346Z", "url": "https://files.pythonhosted.org/packages/a0/85/912e2e516bc93e0193e5093ab52d658ac72820734b61ebd267990521bafe/jk_sysinfo-0.2020.3.10.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.3.30": [ { "comment_text": "", "digests": { "md5": "178c053f69e53cf4c6fa2e878d2935cd", "sha256": "875dde649b7ff08cb7a519d571f029647c2f7baadb05324bc5e26fa0416b2ddc" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.3.30.tar.gz", "has_sig": false, "md5_digest": "178c053f69e53cf4c6fa2e878d2935cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38795, "upload_time": "2020-03-30T23:27:31", "upload_time_iso_8601": "2020-03-30T23:27:31.367709Z", "url": "https://files.pythonhosted.org/packages/82/35/2f1d2fdf61626c97ab5980049f05db7d49e47d7ef6d6991e8cbf4457069f/jk_sysinfo-0.2020.3.30.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.3.4": [ { "comment_text": "", "digests": { "md5": "f4b31c29badadcd74cf6bfa718422c55", "sha256": "8bb468d1e32eb84dfd44df2772e25e42100c5f8225aec71b557542a3505ba3d9" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.3.4.tar.gz", "has_sig": false, "md5_digest": "f4b31c29badadcd74cf6bfa718422c55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37347, "upload_time": "2020-03-04T15:09:33", "upload_time_iso_8601": "2020-03-04T15:09:33.265948Z", "url": "https://files.pythonhosted.org/packages/ea/73/885c7ca04191172fb805b446ea477e8c9b42a7c705dbbfaa02d2a1285279/jk_sysinfo-0.2020.3.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.3.5": [ { "comment_text": "", "digests": { "md5": "6959958ad8b3ae616bf72168c4afff1d", "sha256": "c4c794fd711426d8d7489231da0195eb64c87d1e6812ac09019537cbcedacafa" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.3.5.tar.gz", "has_sig": false, "md5_digest": "6959958ad8b3ae616bf72168c4afff1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37743, "upload_time": "2020-03-05T09:30:04", "upload_time_iso_8601": "2020-03-05T09:30:04.979471Z", "url": "https://files.pythonhosted.org/packages/07/25/5b408a2550cb053a9a894cf358d556209a068b944975d978884332d6b29f/jk_sysinfo-0.2020.3.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.3.5.1": [ { "comment_text": "", "digests": { "md5": "5c9e7e993c988282f234add2d38ad77f", "sha256": "714c7d28675fb6c6a5e23fdbce8cc1a37f0879edb6a194bdd4b7b857a6552299" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.3.5.1.tar.gz", "has_sig": false, "md5_digest": "5c9e7e993c988282f234add2d38ad77f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37743, "upload_time": "2020-03-05T09:30:57", "upload_time_iso_8601": "2020-03-05T09:30:57.630149Z", "url": "https://files.pythonhosted.org/packages/38/df/0a239bcc9e15580ef3dc961679b1c51691a778cb27b5b08c99dc7ecf6fcd/jk_sysinfo-0.2020.3.5.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.4.2": [ { "comment_text": "", "digests": { "md5": "c081f1368299c7195d07c58a0ec160ce", "sha256": "563e3e681c9d76832ae963461f9af3303ea6368c10bb269b8812f264b5e240c5" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.4.2.tar.gz", "has_sig": false, "md5_digest": "c081f1368299c7195d07c58a0ec160ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40476, "upload_time": "2020-04-02T10:17:27", "upload_time_iso_8601": "2020-04-02T10:17:27.404026Z", "url": "https://files.pythonhosted.org/packages/17/81/5c9c525f2a82d09f67ac0064b6b489cf0fa5e0be8735b55df062bbeb201f/jk_sysinfo-0.2020.4.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.4.2.1": [ { "comment_text": "", "digests": { "md5": "209707259d42d865eec35d1e284279fb", "sha256": "3e90c7cb68b31340ef8946b2d3bfb9f52e0710018cb0de49dad3bd27c0aae159" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.4.2.1.tar.gz", "has_sig": false, "md5_digest": "209707259d42d865eec35d1e284279fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40599, "upload_time": "2020-04-02T11:02:33", "upload_time_iso_8601": "2020-04-02T11:02:33.242148Z", "url": "https://files.pythonhosted.org/packages/54/3a/4d1b1845c194089ee35dd6c992b16307c945917bd3a431da995999eadeff/jk_sysinfo-0.2020.4.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.4.6": [ { "comment_text": "", "digests": { "md5": "bfec3fff440e991428778d443e21dbbd", "sha256": "0669d9189c7f51c43ab7e47b7607978e1dd33a5a152301568578c8d548aaae30" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.4.6.tar.gz", "has_sig": false, "md5_digest": "bfec3fff440e991428778d443e21dbbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40610, "upload_time": "2020-04-06T08:33:19", "upload_time_iso_8601": "2020-04-06T08:33:19.131415Z", "url": "https://files.pythonhosted.org/packages/56/3b/19594ef081970dc07c46663cc9dc9af89c5e29195048ba4ea81f335bc473/jk_sysinfo-0.2020.4.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.4.6.1": [ { "comment_text": "", "digests": { "md5": "c05e8cccc8db283f106ee6f5288aeff6", "sha256": "19885cbc2b1193395b7b68f14f49594710def90fa48f15144d4dea112e56da7a" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.4.6.1.tar.gz", "has_sig": false, "md5_digest": "c05e8cccc8db283f106ee6f5288aeff6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40671, "upload_time": "2020-04-06T08:43:17", "upload_time_iso_8601": "2020-04-06T08:43:17.248885Z", "url": "https://files.pythonhosted.org/packages/25/21/e17cca235667e421a3270878a79125f6976662065aaa1252206030e69b33/jk_sysinfo-0.2020.4.6.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2020.4.6.3": [ { "comment_text": "", "digests": { "md5": "ce8c99ae139758abe61bc3ee11c62d7d", "sha256": "9b6c84190d82cab09e6bcb8e0847e32cb03234900200bbd8113e1ae9b1e54e5a" }, "downloads": -1, "filename": "jk_sysinfo-0.2020.4.6.3.tar.gz", "has_sig": false, "md5_digest": "ce8c99ae139758abe61bc3ee11c62d7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40702, "upload_time": "2020-04-06T08:51:39", "upload_time_iso_8601": "2020-04-06T08:51:39.728822Z", "url": "https://files.pythonhosted.org/packages/27/52/c717aa41d404d665ada57ba40b22e620667651616ba1ad958db84c95862f/jk_sysinfo-0.2020.4.6.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2021.6.6": [ { "comment_text": "", "digests": { "md5": "57c306bc3cc1d48e291be5f5ac41f6af", "sha256": "06cf9c230976ca4dc11d44579447b167f4e9ead108b64c85cbd602e6714a9198" }, "downloads": -1, "filename": "jk_sysinfo-0.2021.6.6.tar.gz", "has_sig": false, "md5_digest": "57c306bc3cc1d48e291be5f5ac41f6af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45036, "upload_time": "2021-06-06T10:08:40", "upload_time_iso_8601": "2021-06-06T10:08:40.929372Z", "url": "https://files.pythonhosted.org/packages/7e/6d/68924aecd371766b7fbde56ceb35913557fc8ae841ac695e41e9f4d6802d/jk_sysinfo-0.2021.6.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2021.6.6.1": [ { "comment_text": "", "digests": { "md5": "efa368668b7a02485add8f3a1da8203b", "sha256": "778fa7b5e5b426247abf3625c6a71dcf0a5f446b1028e671fc13529982e8e40c" }, "downloads": -1, "filename": "jk_sysinfo-0.2021.6.6.1.tar.gz", "has_sig": false, "md5_digest": "efa368668b7a02485add8f3a1da8203b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45373, "upload_time": "2021-06-06T13:41:45", "upload_time_iso_8601": "2021-06-06T13:41:45.928340Z", "url": "https://files.pythonhosted.org/packages/8f/2c/bc53c55dfc4e7430d83efeae476e2f8552d6b6fef5b7c282797b72f32b8a/jk_sysinfo-0.2021.6.6.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2021.6.6.2": [ { "comment_text": "", "digests": { "md5": "0f52d2014ea909c36c2be8dfca7cc718", "sha256": "15d3785a1dbcb6445cef0674060453f1a78f176d8895137d740d1ccd8179353d" }, "downloads": -1, "filename": "jk_sysinfo-0.2021.6.6.2.tar.gz", "has_sig": false, "md5_digest": "0f52d2014ea909c36c2be8dfca7cc718", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45414, "upload_time": "2021-06-06T13:54:02", "upload_time_iso_8601": "2021-06-06T13:54:02.631957Z", "url": "https://files.pythonhosted.org/packages/c8/fb/aa4d458b60af4df21724c7f4fdd59f6cb676bfe226afb8b317db45e0a7fc/jk_sysinfo-0.2021.6.6.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2022.1.3": [ { "comment_text": "", "digests": { "md5": "41cef04437b71a984adb6214c4111251", "sha256": "3709a3fdd05fef97d23ab6c7f5fcffc60c4a781df090a5d192f5d91db077568b" }, "downloads": -1, "filename": "jk_sysinfo-0.2022.1.3.tar.gz", "has_sig": false, "md5_digest": "41cef04437b71a984adb6214c4111251", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52808, "upload_time": "2022-01-03T11:10:57", "upload_time_iso_8601": "2022-01-03T11:10:57.540727Z", "url": "https://files.pythonhosted.org/packages/45/7a/cf755b4abd0e7e2185d0546137ac476b058b82eeacd837b95675254d8260/jk_sysinfo-0.2022.1.3.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "41cef04437b71a984adb6214c4111251", "sha256": "3709a3fdd05fef97d23ab6c7f5fcffc60c4a781df090a5d192f5d91db077568b" }, "downloads": -1, "filename": "jk_sysinfo-0.2022.1.3.tar.gz", "has_sig": false, "md5_digest": "41cef04437b71a984adb6214c4111251", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52808, "upload_time": "2022-01-03T11:10:57", "upload_time_iso_8601": "2022-01-03T11:10:57.540727Z", "url": "https://files.pythonhosted.org/packages/45/7a/cf755b4abd0e7e2185d0546137ac476b058b82eeacd837b95675254d8260/jk_sysinfo-0.2022.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }