Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
Phonenumbers Alternatives
Similar projects and alternatives to phonenumbers
-
libphonenumber
Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
python-user-agents
A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings.
-
-
-
Construct
Construct: Declarative data structures for python that allow symmetric parsing and building
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
phonenumbers discussion
phonenumbers reviews and mentions
- What are approaches for extracting phone numbers with different format from many sites?
Did you try https://github.com/daviddrysdale/python-phonenumbers? You'll still need country code to parse local formats though. How many sites do you have?
- Python: Data validation
Validating a phone number using phonenumbers
- My First Django Website
Oh that's good. I will add that to my project to do board. I also realized I need a better way to handle phone numbers. I got to figure out a way to set up autoformatting. Something like this
- Problem with validating phonenumbers. What widget to use when trying to validate a form field with phonenumber ?
I've use this pypi with some success (github).
- Does anyone know where I can find official docs for python-phonenumbers package?
This is the GitHub repo for the package.
- Is there a reliable free way to figure out what carrier a phone number belongs to?
The repo says it's a port of Google's libphonenumber and if we root around in there a bit we find the data for number->carrier mapping is here.
- Is there a function or api to determine the area code of the phone number?
Ports of it to Python like https://github.com/daviddrysdale/python-phonenumbers can get job done for you.
- A note from our sponsor - Stream getstream.io | 25 Dec 2025
Stats
daviddrysdale/python-phonenumbers is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of phonenumbers is Python.