rezex


Namerezex JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA handy regex-based validation toolkit (emails, phone numbers, and more).
upload_time2025-08-16 21:49:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords regex validation email phone web
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rezex validator

A small Python package for validating:

- Email addresses
- Bangladeshi mobile phone numbers

## Usage

```python
from rezex import is_valid_email, is_valid_bd_number

print(is_valid_email("user@example.com"))          # True
print(is_valid_bd_number("+8801712345678"))       # True

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rezex",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "regex, validation, email, phone, web",
    "author": null,
    "author_email": "Anwar Hosen <anwarhossene@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/4e/bc/2fb60ef271e0c692a190dc71f9d3301da3be481caa4b86e04b1488cbcc30/rezex-0.1.0.tar.gz",
    "platform": null,
    "description": "# rezex validator\r\n\r\nA small Python package for validating:\r\n\r\n- Email addresses\r\n- Bangladeshi mobile phone numbers\r\n\r\n## Usage\r\n\r\n```python\r\nfrom rezex import is_valid_email, is_valid_bd_number\r\n\r\nprint(is_valid_email(\"user@example.com\"))          # True\r\nprint(is_valid_bd_number(\"+8801712345678\"))       # True\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A handy regex-based validation toolkit (emails, phone numbers, and more).",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/code-anwarhosen/rezex",
        "Issues": "https://github.com/code-anwarhosen/rezex/issues"
    },
    "split_keywords": [
        "regex",
        " validation",
        " email",
        " phone",
        " web"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f728b578a7c376c25beb4a48d1d8886ca009e94bf646202a081792b0649297df",
                "md5": "d0874b823fecadd6cd0c23f095cf4e20",
                "sha256": "be493d0829b779e5f5f706ea2e2d16978ed30ed5f969c0113e530ba26c746f3c"
            },
            "downloads": -1,
            "filename": "rezex-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d0874b823fecadd6cd0c23f095cf4e20",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2855,
            "upload_time": "2025-08-16T21:49:36",
            "upload_time_iso_8601": "2025-08-16T21:49:36.232400Z",
            "url": "https://files.pythonhosted.org/packages/f7/28/b578a7c376c25beb4a48d1d8886ca009e94bf646202a081792b0649297df/rezex-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4ebc2fb60ef271e0c692a190dc71f9d3301da3be481caa4b86e04b1488cbcc30",
                "md5": "b6fb737570cbd06cbda8dc3b47f75252",
                "sha256": "030e169ad483ab7caf5c85aaa4772eee9fc3f1be4af57d0760b243ab42a4df11"
            },
            "downloads": -1,
            "filename": "rezex-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b6fb737570cbd06cbda8dc3b47f75252",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2349,
            "upload_time": "2025-08-16T21:49:37",
            "upload_time_iso_8601": "2025-08-16T21:49:37.690284Z",
            "url": "https://files.pythonhosted.org/packages/4e/bc/2fb60ef271e0c692a190dc71f9d3301da3be481caa4b86e04b1488cbcc30/rezex-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-16 21:49:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "code-anwarhosen",
    "github_project": "rezex",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "rezex"
}
        
Elapsed time: 1.13366s