{"id":20292517,"url":"https://github.com/mauricelambert/gsmencoding","last_synced_at":"2025-10-13T04:04:24.699Z","repository":{"id":57436220,"uuid":"425992861","full_name":"mauricelambert/GSMEncoding","owner":"mauricelambert","description":"This file implements encode/decode functions for GSM (SMS)","archived":false,"fork":false,"pushed_at":"2021-11-30T18:38:23.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-06T11:43:22.349Z","etag":null,"topics":["2g","encoding","gsm","pypi-package","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mauricelambert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-08T21:02:47.000Z","updated_at":"2021-11-30T18:38:26.000Z","dependencies_parsed_at":"2022-09-06T01:11:37.135Z","dependency_job_id":null,"html_url":"https://github.com/mauricelambert/GSMEncoding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mauricelambert/GSMEncoding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FGSMEncoding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FGSMEncoding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FGSMEncoding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FGSMEncoding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauricelambert","download_url":"https://codeload.github.com/mauricelambert/GSMEncoding/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FGSMEncoding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013604,"owners_count":26085389,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["2g","encoding","gsm","pypi-package","python3"],"created_at":"2024-11-14T15:17:37.157Z","updated_at":"2025-10-13T04:04:24.667Z","avatar_url":"https://github.com/mauricelambert.png","language":"Python","readme":"![GSMEncoding logo](https://mauricelambert.github.io/info/python/code/gsm_small_background.png \"GSMEncoding logo\")\r\n\r\n# GSMEncoding\r\n\r\n## Description\r\n\r\nThis package implements encode/decode functions for GSM (Global System for Mobile Communications - SMS - 2G).\r\n\r\n## Requirements\r\n\r\nThis package require :\r\n - python3\r\n - python3 Standard Library\r\n\r\n## Installation\r\n```bash\r\npip install GSMEncoding\r\n```\r\n\r\n## Usages\r\n\r\n```python\r\nfrom GSMEncoding import gsm7bitencode, gsm7bitdecode\r\n\r\nassert gsm7bitencode(\"Unit Test\") == \"55779A0EA296E774\"\r\nassert gsm7bitdecode(\"55779A0EA296E774\").rstrip(\"\\x00\") == \"Unit Test\"\r\nassert gsm7bitdecode(gsm7bitencode(b'Unit Test')).rstrip(b\"\\x00\") == b\"Unit Test\"\r\n```\r\n\r\n## Links\r\n\r\n - [Github Page](https://github.com/mauricelambert/GSMEncoding/)\r\n - [Documentation](https://mauricelambert.github.io/info/python/code/GSMEncoding.html)\r\n - [Pypi package](https://pypi.org/project/GSMEncoding/)\r\n\r\n## Licence\r\n\r\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Fgsmencoding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauricelambert%2Fgsmencoding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Fgsmencoding/lists"}