You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New package providing international phone/dialing codes for 250+
countries with full type safety, lazy loading, and mypy strict support.
- get_all_phonecodes() — all entries
- get_phonecode_by_country(country_code) — lookup by ISO2
- get_countries_by_phonecode(phone_code) — countries sharing a code
- search_phonecodes(query) — search by name, code, or phone code
- supports +prefix in phone code lookups (e.g. "+44" == "44")
Updated all 4 GitHub Actions workflows to include phonecodes.
Updated root README with new package, usage example, and install.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Official Python packages for accessing comprehensive countries, states, cities,
15
15
|**[countrystatecity-timezones](./python/packages/timezones/)**|[](https://pypi.org/project/countrystatecity-timezones/)| IANA timezone data and time conversion utilities |
16
16
|**[countrystatecity-currencies](./python/packages/currencies/)**|[](https://pypi.org/project/countrystatecity-currencies/)| Currency codes, names, and symbols |
17
17
|**[countrystatecity-translations](./python/packages/translations/)**|[](https://pypi.org/project/countrystatecity-translations/)| Country name translations in 18+ languages |
18
+
|**[countrystatecity-phonecodes](./python/packages/phonecodes/)**|[](https://pypi.org/project/countrystatecity-phonecodes/)| International phone/dialing codes for 250+ countries |
18
19
19
20
> **Note:** There is no bare `countrystatecity` package on PyPI. Always install with the suffix (`-countries`, `-timezones`, `-currencies`, `-translations`).
0 commit comments