{"id":26062230,"url":"https://github.com/ryderdamen/phonetic-alphabet","last_synced_at":"2025-04-11T11:09:37.017Z","repository":{"id":57452316,"uuid":"159049921","full_name":"ryderdamen/phonetic-alphabet","owner":"ryderdamen","description":"A Python package for converting characters and digits to phonetic alphabet equivalents.","archived":false,"fork":false,"pushed_at":"2018-11-28T02:04:36.000Z","size":20,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T07:36:06.735Z","etag":null,"topics":["alpha-bravo","alphabet","aviation","call-sign","convert-characters","phonetic","phonetic-alphabet","phonetic-alphabet-equivalents","pypi","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryderdamen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-25T16:09:51.000Z","updated_at":"2022-05-24T18:31:00.000Z","dependencies_parsed_at":"2022-09-02T06:53:02.248Z","dependency_job_id":null,"html_url":"https://github.com/ryderdamen/phonetic-alphabet","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/ryderdamen%2Fphonetic-alphabet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryderdamen%2Fphonetic-alphabet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryderdamen%2Fphonetic-alphabet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryderdamen%2Fphonetic-alphabet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryderdamen","download_url":"https://codeload.github.com/ryderdamen/phonetic-alphabet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248381787,"owners_count":21094527,"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":["alpha-bravo","alphabet","aviation","call-sign","convert-characters","phonetic","phonetic-alphabet","phonetic-alphabet-equivalents","pypi","python"],"created_at":"2025-03-08T15:55:08.851Z","updated_at":"2025-04-11T11:09:36.986Z","avatar_url":"https://github.com/ryderdamen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/ryderdamen/phonetic-alphabet.svg?style=shield)](https://circleci.com/gh/ryderdamen/phonetic-alphabet)\n[![PyPI version](https://badge.fury.io/py/phonetic-alphabet.svg)](https://badge.fury.io/py/phonetic-alphabet)\n\n\n# Phonetic Alphabet\nA Python package for converting characters and digits to phonetic alphabet equivalents.\n\n## Installation\nInstallation can be done with the Python Package Index (PyPI).\n\n```bash\npip install phonetic-alphabet\n```\n\n## Examples\nConverting an aircraft call-sign:\n\n```python\nimport phonetic_alphabet as alpha\n\ncall_sign = 'CF-ABC'\nresponse = alpha.read(call_sign)\n\u003e\u003e\u003e CHARLIE FOXTROT - ALPHA BRAVO CHARLIE\n```\n\nConverting digits:\n```python\nimport phonetic_alphabet as alpha\n\nheading = 290\nresponse = alpha.read(heading)\n\u003e\u003e\u003e TWO NINER ZERO\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryderdamen%2Fphonetic-alphabet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryderdamen%2Fphonetic-alphabet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryderdamen%2Fphonetic-alphabet/lists"}