Skip to main content

small package to check if input number is valid iranian cell phone number and its additional information

Project description

light weight package to verify and get information about Iranian cell phone number

this is a package for checking if input number is a valid iran cell phone number or not it can give you additional information about its operator and some other useful information like prepaid and postpaid

for now it consist of 3 main method for :

  1. verify if input number is real cell phone number
  2. determine just operator of cell phone number (if its a wrong phone number returns None)
  3. retun type of cell phone based on prepaid or postpaid and its operator
install by pip:
pip install iran-mobiles

how to use :

first import module as :

from iran_mobile_va import mobile
then for validation of a phone number use this method:
mobile.is_valid(tel_number)

if its valid ,the method returns True otherwise returns False.

for determine just operator of cell phone use this:
mobile.tel_operator(tel_number)

it returns respective operator but if number is not valid it returns None

for determine operator and postpaid or prepaid of phone number use this:
mobile.tel_information(tel_number)

it returns a dictionary that has element of validation and operator of number like {'validation':'something','operator':'something'} but if number is not valid it return {'validation' = 'False' , 'operator' = 'None'}

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

iran_mobiles-0.0.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

iran_mobiles-0.0.2-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

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