Skip to main content

Type-safe Python package for international phone/dialing codes with 250+ country associations.

Project description

countrystatecity-phonecodes

PyPI Python Version License Type Checked

Official Python package for international phone/dialing codes — 250+ entries with country associations. Part of the countrystatecity ecosystem.

Installation

pip install countrystatecity-phonecodes

Usage

from countrystatecity_phonecodes import (
    get_all_phonecodes,
    get_phonecode_by_country,
    get_countries_by_phonecode,
    search_phonecodes,
)

# Get phone code for a country
us = get_phonecode_by_country("US")
print(f"+{us.phoneCode}{us.countryName}")  # +1 — United States

# Get all countries sharing a dialing code
plus1 = get_countries_by_phonecode("1")
print(f"{len(plus1)} countries use +1")  # 25 countries use +1

# Works with or without + prefix
plus44 = get_countries_by_phonecode("+44")

# Search by country name, code, or phone code
results = search_phonecodes("united")
results = search_phonecodes("44")

# All phone codes
all_codes = get_all_phonecodes()
print(f"Total entries: {len(all_codes)}")

API Reference

get_all_phonecodes() -> List[PhoneCode]

Returns all phone code entries (one per country).

get_phonecode_by_country(country_code: str) -> Optional[PhoneCode]

Returns the phone code for a country by ISO2 code (e.g., "US").

get_countries_by_phonecode(phone_code: str) -> List[PhoneCode]

Returns all countries sharing a dialing code (e.g., "1" or "+1").

search_phonecodes(query: str) -> List[PhoneCode]

Search by country name, ISO2 code, or phone code (case-insensitive).

PhoneCode Model

class PhoneCode:
    phoneCode: str      # e.g. "1", "44", "91"
    countryCode: str    # ISO2 e.g. "US", "GB", "IN"
    countryName: str    # e.g. "United States"

License

ODbL-1.0 — see LICENSE.

Other Packages in this Ecosystem

Package Description
countrystatecity-countries 250+ countries, 5,000+ states, 150,000+ cities
countrystatecity-timezones 400+ IANA timezones with country associations and time conversion
countrystatecity-currencies Currency codes, names, and symbols for every country
countrystatecity-translations Country name translations in 18+ languages

Data sourced from countries-states-cities-database.


Made with ❤️ by dr5hn

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

countrystatecity_phonecodes-1.0.3.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

countrystatecity_phonecodes-1.0.3-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file countrystatecity_phonecodes-1.0.3.tar.gz.

File metadata

File hashes

Hashes for countrystatecity_phonecodes-1.0.3.tar.gz
Algorithm Hash digest
SHA256 2ee0265093da7e681c942200e0346d79e888273d0e72521aa37e46d2d6e22129
MD5 6945e172503b7341b09f0aae664d3759
BLAKE2b-256 26bafd3d21e1ee6f8862ab19a7f733b0f6f2a9e93bdb0e42613632e97f291ffe

See more details on using hashes here.

File details

Details for the file countrystatecity_phonecodes-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for countrystatecity_phonecodes-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9b5ae1dd30fb4c47f8d3eec154ca036a9bd3683c7216c4275369e21d8b5bf068
MD5 40b0aebfea7f9812edb5796372c75c5c
BLAKE2b-256 5659f1585a4317287733181f2c62047f3fed823d7e7345d64378f526638b5241

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page