phonevalidator

Custom cerberus.Validator for phone numbers


Keywords
phonevalidator
License
MIT
Install
pip install phonevalidator==1.1.2

Documentation

phonevalidator

https://coveralls.io/repos/github/m-housh/phonevalidator/badge.svg?branch=master

Custom cerberus.Validator for phone numbers

  • Free software: MIT license

Features

  • Custom validation mixin for Cerberus or an Eve API. Uses the phonenumbers package for validation's and formatting. Tested under Python 2.7, Python 3.3, Python 3.4, and Python 3.5.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

This package also use the phonenumbers package which is licensed under the Apache2 license. The Cerberus package which is an open-source project. Eve is licensed under the BSD license.