ZimPhoneValidate


NameZimPhoneValidate JSON
Version 1.1.5 PyPI version JSON
download
home_pagehttps://github.com/taqsblaze/ZimPhoneValidate
Summary
upload_time2023-12-07 18:39:53
maintainer
docs_urlNone
authorTanaka Chinengundu
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
	**Easy-to-use Zimbabwean Mobile Number Validation**

This module provides a simple and convenient way to validate Zimbabwean mobile phone
numbers. It supports all major mobile network operators in Zimbabwe, including:

* Econet
* NetOne
* Telecel

**Key features:**

* Simple API: Validate phone numbers with just one line of code.
* Extensive coverage: Supports all major mobile network operators in Zimbabwe.
* Fast and reliable: Validations are performed quickly and accurately.
* Lightweight: The module has a small footprint and minimal dependencies.

**Installation:**

::

    pip install ZimPhoneValidate

**Usage:**

::

    from ZimPhoneValidate.validate import number_is_valid

    number = "263771234567"


    if number_is_valid(number):
        print(f"{number} is a valid Zimbabwean mobile number.")
    else:
        print(f"{number} is not a valid Zimbabwean mobile number.")

**Applications:**

This module can be useful for applications such as:

* Contact management systems
* User registration forms
* SMS marketing campaigns
* Mobile payment systems

**Note:**

This module is under development. Feel free to contribute to the project by reporting
bugs or suggesting improvements.

	

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/taqsblaze/ZimPhoneValidate",
    "name": "ZimPhoneValidate",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tanaka Chinengundu",
    "author_email": "tanakah30@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a0/bb/c3c5b0f30ea6539adcce134dbbbc123b58db7683608f621913ac7f8d2ba4/ZimPhoneValidate-1.1.5.tar.gz",
    "platform": null,
    "description": "\n\t**Easy-to-use Zimbabwean Mobile Number Validation**\n\nThis module provides a simple and convenient way to validate Zimbabwean mobile phone\nnumbers. It supports all major mobile network operators in Zimbabwe, including:\n\n* Econet\n* NetOne\n* Telecel\n\n**Key features:**\n\n* Simple API: Validate phone numbers with just one line of code.\n* Extensive coverage: Supports all major mobile network operators in Zimbabwe.\n* Fast and reliable: Validations are performed quickly and accurately.\n* Lightweight: The module has a small footprint and minimal dependencies.\n\n**Installation:**\n\n::\n\n    pip install ZimPhoneValidate\n\n**Usage:**\n\n::\n\n    from ZimPhoneValidate.validate import number_is_valid\n\n    number = \"263771234567\"\n\n\n    if number_is_valid(number):\n        print(f\"{number} is a valid Zimbabwean mobile number.\")\n    else:\n        print(f\"{number} is not a valid Zimbabwean mobile number.\")\n\n**Applications:**\n\nThis module can be useful for applications such as:\n\n* Contact management systems\n* User registration forms\n* SMS marketing campaigns\n* Mobile payment systems\n\n**Note:**\n\nThis module is under development. Feel free to contribute to the project by reporting\nbugs or suggesting improvements.\n\n\t\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "1.1.5",
    "project_urls": {
        "Homepage": "https://github.com/taqsblaze/ZimPhoneValidate"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dae73ba522e19f91da053ccdf11bf47f847e58058e6cbe7c0f2fdff27513623b",
                "md5": "6fd3beb8e519460eecb15af7bc2b6be5",
                "sha256": "e3ce324ba4147528147c3498c52c268cb4070dc1d733164b745fd5ded50cb7f4"
            },
            "downloads": -1,
            "filename": "ZimPhoneValidate-1.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6fd3beb8e519460eecb15af7bc2b6be5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4220,
            "upload_time": "2023-12-07T18:39:52",
            "upload_time_iso_8601": "2023-12-07T18:39:52.316771Z",
            "url": "https://files.pythonhosted.org/packages/da/e7/3ba522e19f91da053ccdf11bf47f847e58058e6cbe7c0f2fdff27513623b/ZimPhoneValidate-1.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0bbc3c5b0f30ea6539adcce134dbbbc123b58db7683608f621913ac7f8d2ba4",
                "md5": "8dc57afef41c8e25b431ed32357b326b",
                "sha256": "6f1cbb6233f7ec7cb6ca78d8f6ead038b12a6a56d39448c4afd158b205a6e6c3"
            },
            "downloads": -1,
            "filename": "ZimPhoneValidate-1.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "8dc57afef41c8e25b431ed32357b326b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3352,
            "upload_time": "2023-12-07T18:39:53",
            "upload_time_iso_8601": "2023-12-07T18:39:53.847467Z",
            "url": "https://files.pythonhosted.org/packages/a0/bb/c3c5b0f30ea6539adcce134dbbbc123b58db7683608f621913ac7f8d2ba4/ZimPhoneValidate-1.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-07 18:39:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "taqsblaze",
    "github_project": "ZimPhoneValidate",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "zimphonevalidate"
}
        
Elapsed time: 7.08575s