{"id":18900018,"url":"https://github.com/likema/lsb_release_ex","last_synced_at":"2026-03-02T07:30:18.507Z","repository":{"id":10063399,"uuid":"12115581","full_name":"likema/lsb_release_ex","owner":"likema","description":"LSB release detection module for Debian/Ubuntu and Red Hat series.","archived":false,"fork":false,"pushed_at":"2014-06-22T17:20:58.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T10:03:49.546Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/likema.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}},"created_at":"2013-08-14T17:59:16.000Z","updated_at":"2014-06-22T17:20:58.000Z","dependencies_parsed_at":"2022-08-28T01:51:37.892Z","dependency_job_id":null,"html_url":"https://github.com/likema/lsb_release_ex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likema%2Flsb_release_ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likema%2Flsb_release_ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likema%2Flsb_release_ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likema%2Flsb_release_ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/likema","download_url":"https://codeload.github.com/likema/lsb_release_ex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239879459,"owners_count":19712217,"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":[],"created_at":"2024-11-08T08:48:47.535Z","updated_at":"2026-03-02T07:30:18.308Z","avatar_url":"https://github.com/likema.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lsb_release_ex\n\nLSB release detection module for Debian/Ubuntu and Red Hat.\n\nEhanced Linux Standard Base version reporting module for Debian/Ubuntu and\nRed Hat series. It is inspired by Debian implementaion in lsb-release.\n\n## Installation\n\nInstall by pip:\n\n\tpip install lsb_release_ex\n\nor download the latest version from github:\n\n\tgit clone git://github.com/likema/lsb_release_ex.git\n\tcd lsb_release_ex\n\tpython setup.py install\n\n## Packaging\n\n### Ubuntu/Debian\n\n\tgit clone git://github.com/likema/lsb_release_ex.git\n\tcd lsb_release_ex\n\tdpkg-buildpackage -us -uc -rfakeroot\n\n## Usage\n\nThe sample runs just like\n\n\tlsb_release -a\n\nin Debian/Ubuntu.\n\n```python\nimport lsb_release_ex\n\ndistinfo = lsb_release_ex.get_distro_information()\nverinfo = lsb_release_ex.check_modules_installed()\n\nprint '''LSB Version:    %s\nDistributor ID: %s\nDescription:    %s\nRelease:        %s\nCodename:       %s''' % (\":\".join(verinfo) if verinfo else None,\n                         distinfo.get(\"ID\"),\n                         distinfo.get(\"DESCRIPTION\"),\n                         distinfo.get(\"RELEASE\"),\n                         distinfo.get(\"CODENAME\"))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikema%2Flsb_release_ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flikema%2Flsb_release_ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikema%2Flsb_release_ex/lists"}