yeastar-voipms-webhook-proxy/env/Lib/site-packages/phonenumbers/__init__.pyi

83 lines
6.2 KiB
Python
Raw Normal View History

2025-07-13 22:10:11 -04:00
from .asyoutypeformatter import AsYouTypeFormatter as AsYouTypeFormatter
from .phonemetadata import NumberFormat as NumberFormat
from .phonemetadata import PhoneMetadata as PhoneMetadata
from .phonemetadata import PhoneNumberDesc as PhoneNumberDesc
from .phonemetadata import REGION_CODE_FOR_NON_GEO_ENTITY as REGION_CODE_FOR_NON_GEO_ENTITY
from .phonenumber import CountryCodeSource as CountryCodeSource
from .phonenumber import FrozenPhoneNumber as FrozenPhoneNumber
from .phonenumber import PhoneNumber as PhoneNumber
from .phonenumbermatcher import Leniency as Leniency
from .phonenumbermatcher import PhoneNumberMatch as PhoneNumberMatch
from .phonenumbermatcher import PhoneNumberMatcher as PhoneNumberMatcher
from .phonenumberutil import can_be_internationally_dialled as can_be_internationally_dialled
from .phonenumberutil import convert_alpha_characters_in_number as convert_alpha_characters_in_number
from .phonenumberutil import country_code_for_region as country_code_for_region
from .phonenumberutil import country_code_for_valid_region as country_code_for_valid_region
from .phonenumberutil import COUNTRY_CODE_TO_REGION_CODE as COUNTRY_CODE_TO_REGION_CODE
from .phonenumberutil import COUNTRY_CODES_FOR_NON_GEO_REGIONS as COUNTRY_CODES_FOR_NON_GEO_REGIONS
from .phonenumberutil import country_mobile_token as country_mobile_token
from .phonenumberutil import example_number as example_number
from .phonenumberutil import example_number_for_non_geo_entity as example_number_for_non_geo_entity
from .phonenumberutil import example_number_for_type as example_number_for_type
from .phonenumberutil import format_by_pattern as format_by_pattern
from .phonenumberutil import format_in_original_format as format_in_original_format
from .phonenumberutil import format_national_number_with_carrier_code as format_national_number_with_carrier_code
from .phonenumberutil import format_national_number_with_preferred_carrier_code as format_national_number_with_preferred_carrier_code
from .phonenumberutil import format_number as format_number
from .phonenumberutil import format_number_for_mobile_dialing as format_number_for_mobile_dialing
from .phonenumberutil import format_out_of_country_calling_number as format_out_of_country_calling_number
from .phonenumberutil import format_out_of_country_keeping_alpha_chars as format_out_of_country_keeping_alpha_chars
from .phonenumberutil import invalid_example_number as invalid_example_number
from .phonenumberutil import is_alpha_number as is_alpha_number
from .phonenumberutil import is_mobile_number_portable_region as is_mobile_number_portable_region
from .phonenumberutil import is_nanpa_country as is_nanpa_country
from .phonenumberutil import is_number_geographical as is_number_geographical
from .phonenumberutil import is_number_match as is_number_match
from .phonenumberutil import is_number_type_geographical as is_number_type_geographical
from .phonenumberutil import is_possible_number as is_possible_number
from .phonenumberutil import is_possible_number_for_type as is_possible_number_for_type
from .phonenumberutil import is_possible_number_for_type_with_reason as is_possible_number_for_type_with_reason
from .phonenumberutil import is_possible_number_string as is_possible_number_string
from .phonenumberutil import is_possible_number_with_reason as is_possible_number_with_reason
from .phonenumberutil import is_valid_number as is_valid_number
from .phonenumberutil import is_valid_number_for_region as is_valid_number_for_region
from .phonenumberutil import length_of_geographical_area_code as length_of_geographical_area_code
from .phonenumberutil import length_of_national_destination_code as length_of_national_destination_code
from .phonenumberutil import MatchType as MatchType
from .phonenumberutil import national_significant_number as national_significant_number
from .phonenumberutil import ndd_prefix_for_region as ndd_prefix_for_region
from .phonenumberutil import NON_DIGITS_PATTERN as NON_DIGITS_PATTERN
from .phonenumberutil import normalize_diallable_chars_only as normalize_diallable_chars_only
from .phonenumberutil import normalize_digits_only as normalize_digits_only
from .phonenumberutil import number_type as number_type
from .phonenumberutil import NumberParseException as NumberParseException
from .phonenumberutil import parse as parse
from .phonenumberutil import PhoneNumberFormat as PhoneNumberFormat
from .phonenumberutil import PhoneNumberType as PhoneNumberType
from .phonenumberutil import region_code_for_country_code as region_code_for_country_code
from .phonenumberutil import region_code_for_number as region_code_for_number
from .phonenumberutil import region_codes_for_country_code as region_codes_for_country_code
from .phonenumberutil import supported_calling_codes as supported_calling_codes
from .phonenumberutil import SUPPORTED_REGIONS as SUPPORTED_REGIONS
from .phonenumberutil import supported_types_for_non_geo_entity as supported_types_for_non_geo_entity
from .phonenumberutil import supported_types_for_region as supported_types_for_region
from .phonenumberutil import truncate_too_long_number as truncate_too_long_number
from .phonenumberutil import UNKNOWN_REGION as UNKNOWN_REGION
from .phonenumberutil import ValidationResult as ValidationResult
from .shortnumberinfo import connects_to_emergency_number as connects_to_emergency_number
from .shortnumberinfo import expected_cost as expected_cost
from .shortnumberinfo import expected_cost_for_region as expected_cost_for_region
from .shortnumberinfo import is_carrier_specific as is_carrier_specific
from .shortnumberinfo import is_carrier_specific_for_region as is_carrier_specific_for_region
from .shortnumberinfo import is_emergency_number as is_emergency_number
from .shortnumberinfo import is_possible_short_number as is_possible_short_number
from .shortnumberinfo import is_possible_short_number_for_region as is_possible_short_number_for_region
from .shortnumberinfo import is_sms_service_for_region as is_sms_service_for_region
from .shortnumberinfo import is_valid_short_number as is_valid_short_number
from .shortnumberinfo import is_valid_short_number_for_region as is_valid_short_number_for_region
from .shortnumberinfo import ShortNumberCost as ShortNumberCost
from .shortnumberinfo import SUPPORTED_SHORT_REGIONS as SUPPORTED_SHORT_REGIONS
__version__: str
__all__: list[str]