{"id":28500181,"url":"https://github.com/zaibon/py-dmidecode","last_synced_at":"2025-07-04T04:31:08.615Z","repository":{"id":62579931,"uuid":"123279247","full_name":"zaibon/py-dmidecode","owner":"zaibon","description":"python lib that parse the output of dmidecode","archived":false,"fork":false,"pushed_at":"2025-07-02T15:51:32.000Z","size":230,"stargazers_count":21,"open_issues_count":0,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-02T16:44:53.056Z","etag":null,"topics":["dmidecode","python","smbios","system"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zaibon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-02-28T12:03:15.000Z","updated_at":"2025-07-02T15:51:35.000Z","dependencies_parsed_at":"2024-12-11T17:19:47.007Z","dependency_job_id":"83e66d4c-05a5-4502-85fe-cfb11a805521","html_url":"https://github.com/zaibon/py-dmidecode","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zaibon/py-dmidecode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaibon%2Fpy-dmidecode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaibon%2Fpy-dmidecode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaibon%2Fpy-dmidecode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaibon%2Fpy-dmidecode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaibon","download_url":"https://codeload.github.com/zaibon/py-dmidecode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaibon%2Fpy-dmidecode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263445728,"owners_count":23467602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dmidecode","python","smbios","system"],"created_at":"2025-06-08T15:06:14.799Z","updated_at":"2025-07-04T04:31:08.591Z","avatar_url":"https://github.com/zaibon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# py-dmidecode [![codecov](https://codecov.io/gh/zaibon/py-dmidecode/branch/master/graph/badge.svg?token=uIHftzfsHn)](https://codecov.io/gh/zaibon/py-dmidecode) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/zaibon/py-dmidecode/badge)](https://securityscorecards.dev/viewer/?uri=github.com/zaibon/py-dmidecode)\n\n\nSmall tool that parses output of dmidecode command\n\n## How to use\n\n```python\nfrom dmidecode import DMIDecode\n\n# create parsing instance by passing dmidecode output\ndmi = DMIDecode()\n\n# some of the pre-defined queries\nprint('Manufacturer:\\t', dmi.manufacturer())\nprint('Model:\\t\\t', dmi.model())\nprint('Firmware:\\t', dmi.firmware())\nprint('Serial number:\\t', dmi.serial_number())\nprint('Processor type:\\t', dmi.cpu_type())\nprint('Number of CPUs:\\t', dmi.cpu_num())\nprint('Cores count:\\t', dmi.total_enabled_cores())\nprint('Total RAM:\\t{} GB'.format(dmi.total_ram()))\n```\n\nAlternatively instead of running dmidecode locally you can use DMIParse by passing dmidecode output as an argument:\n\n```python\nfrom dmidecode import DMIParse\ndmi = DMIParse(raw)\n```\n\nOther information can be easily retrieved by analyzing dmi.data and module code.\n\n## Possible limitations\n\nTested with dmidecode versions 2.11, 2.12 and 3.2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaibon%2Fpy-dmidecode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaibon%2Fpy-dmidecode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaibon%2Fpy-dmidecode/lists"}