{"id":25008777,"url":"https://github.com/platforminfo/platforminfo","last_synced_at":"2025-04-12T17:45:08.049Z","repository":{"id":187143247,"uuid":"676265635","full_name":"platforminfo/platforminfo","owner":"platforminfo","description":"System info made easy - Python library to find system info on your computer. Requires python ≥ 3.7","archived":false,"fork":false,"pushed_at":"2024-08-20T03:40:44.000Z","size":164,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T11:18:59.690Z","etag":null,"topics":["ansible","ansible-playbook","bsd","darwin","kernel-versions","linux","macos","os-release","osversion","profiler","sysinfo","system","system-versioning","windows","windows-kernel"],"latest_commit_sha":null,"homepage":"https://platforminfo.github.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/platforminfo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2023-08-08T20:06:34.000Z","updated_at":"2024-08-20T03:40:48.000Z","dependencies_parsed_at":"2023-09-27T04:01:48.405Z","dependency_job_id":"c5281b58-dd7e-4513-a816-edc9fae2ed03","html_url":"https://github.com/platforminfo/platforminfo","commit_stats":null,"previous_names":["tejasraman/platforminfo","platforminfo/platforminfo"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/platforminfo%2Fplatforminfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/platforminfo%2Fplatforminfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/platforminfo%2Fplatforminfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/platforminfo%2Fplatforminfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/platforminfo","download_url":"https://codeload.github.com/platforminfo/platforminfo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248609515,"owners_count":21132915,"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":["ansible","ansible-playbook","bsd","darwin","kernel-versions","linux","macos","os-release","osversion","profiler","sysinfo","system","system-versioning","windows","windows-kernel"],"created_at":"2025-02-05T03:28:45.534Z","updated_at":"2025-04-12T17:45:08.022Z","avatar_url":"https://github.com/platforminfo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cspan\u003e \u003cp align=\"center\"\u003e \u003cimg src=\"https://platforminfo.github.io/img/docusaurus.png\"\u003e\u003ch1\u003ePlatformInfo \u003ci\u003ebeta\u003c/i\u003e\u003c/h1\u003e\u003c/span\u003e\n\u003cspan\u003e\n\n![CircleCI](https://img.shields.io/circleci/build/github/platforminfo/platforminfo/development?style=for-the-badge\u0026label=DEVELOPMENT%20BUILD\u0026labelColor=%236f6f6f)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/platforminfo?style=for-the-badge\u0026label=Downloads%20this%20month%20(excl.%20mirrors)\u0026labelColor=%23ad9b00\u0026link=https%3A%2F%2Fpypistats.org%2Fpackages%2Fplatforminfo\u0026link=https%3A%2F%2Fpypistats.org%2Fpackages%2Fplatforminfo)\n![CircleCI](https://img.shields.io/circleci/build/github/platforminfo/platforminfo/main?style=for-the-badge\u0026label=STABLE%20BUILD\u0026labelColor=%236f6f6f)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/platforminfo?style=for-the-badge\u0026labelColor=ad9b00)\n![PyPI - Version](https://img.shields.io/pypi/v/platforminfo?style=for-the-badge\u0026label=PyPi%20version\u0026labelColor=%23ad9b00)\n![GitHub](https://img.shields.io/github/license/platforminfo/platforminfo?style=for-the-badge)\n\n\u003c/span\u003e\n\n![test](https://github.com/user-attachments/assets/319e30ef-823c-4505-b90a-ff1e5c4f9e6a)\n\n\nSystem info for Python made simple.\nPlatformInfo is designed to provide a simple, yet granular interface to find system information on all major operating systems within Python.\n\n## Features:\n\n*  Return kernel AND kernel version for Mac, Windows, Linux\n*  Return OS versions for Windows, Mac, Linux\n*  Return OS build numbers for Windows, Mac\n*  Return desktop environments\n*  Return architecture (Linux/Mac only, Windows planned)\n\n## Prerequisites\n*  Python 3 or up\n\n## Installation:\nTo install PlatformInfo, you can download install it with pip (recommended) or install it from the development wheel.\n\n**PyPi install (recommended):**\n`pip install platforminfo`\n\n**Manual install**\nDownload it from our [Development CI](https://app.circleci.com/pipelines/github/platforminfo/platforminfo?branch=development) and run `pip install /path/to/platforminfo-nightly.whl'\n\n## Quick Start Guide:\nTO start, import platforminfo and create a `Platform` object\n\n```python\nimport platforminfo\ncomputer = platforminfo.Platform()\n```\n\nTo access information, find the name of the information you want (in this example I want `osVersion`).\n\n```python\nimport platforminfo\ncomputer = platforminfo.Platform()\n\nvalue = computer.osVersion()\n```\n\n## Feature Requests\nIf you have a suggestion, [feel free to submit a feature request](https://github.com/platforminfo/platforminfo/issues).\nYou can grab the nightly builds on our [Development CI](https://app.circleci.com/pipelines/github/platforminfo/platforminfo?branch=development)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplatforminfo%2Fplatforminfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplatforminfo%2Fplatforminfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplatforminfo%2Fplatforminfo/lists"}