url-validatorIndx


Nameurl-validatorIndx JSON
Version 1.1.7 PyPI version JSON
download
home_pageNone
SummaryTesting installation of Package
upload_time2024-06-11 15:25:25
maintainerNone
docs_urlNone
authorRishabh K
requires_pythonNone
licenseMIT
keywords pypi url_validatorindx tutorial
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Foobar

Foobar is a Python library for dealing with word pluralization.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install url_validatorIndx.

```bash
pip install url_validatorIndx
```

## Usage

```python
from url_validatorIndx import isValidUrl, isValidString

# returns an dict with isValid and message key value pairs
urlExpr= isValidUrl("https://www.google.com")

isvalid = isValidString("Hello, World123")

#prints {"isValid": True, "message": "Valid expression"}
print(urlExpr)

```

## Valid Values

examples of valid url :

```
"https://google.com", "https://www.google.com", "https://www.google.com/search?q=123"
```

#

examples of valid string it should be less than 255 chars

```
"hello, world123", "Hello", "12345" , "hello ,W123"
```

#

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "url-validatorIndx",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "pypi, url_validatorIndx, tutorial",
    "author": "Rishabh K",
    "author_email": "rshb.kapoor@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2f/c2/105c76670fb5cb37403434340b939497364adf7c4ac714102398c5956e1e/url_validatorIndx-1.1.7.tar.gz",
    "platform": null,
    "description": "# Foobar\r\n\r\nFoobar is a Python library for dealing with word pluralization.\r\n\r\n## Installation\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install url_validatorIndx.\r\n\r\n```bash\r\npip install url_validatorIndx\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom url_validatorIndx import isValidUrl, isValidString\r\n\r\n# returns an dict with isValid and message key value pairs\r\nurlExpr= isValidUrl(\"https://www.google.com\")\r\n\r\nisvalid = isValidString(\"Hello, World123\")\r\n\r\n#prints {\"isValid\": True, \"message\": \"Valid expression\"}\r\nprint(urlExpr)\r\n\r\n```\r\n\r\n## Valid Values\r\n\r\nexamples of valid url :\r\n\r\n```\r\n\"https://google.com\", \"https://www.google.com\", \"https://www.google.com/search?q=123\"\r\n```\r\n\r\n#\r\n\r\nexamples of valid string it should be less than 255 chars\r\n\r\n```\r\n\"hello, world123\", \"Hello\", \"12345\" , \"hello ,W123\"\r\n```\r\n\r\n#\r\n\r\n## Contributing\r\n\r\nPull requests are welcome. For major changes, please open an issue first\r\nto discuss what you would like to change.\r\n\r\nPlease make sure to update tests as appropriate.\r\n\r\n## License\r\n\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Testing installation of Package",
    "version": "1.1.7",
    "project_urls": null,
    "split_keywords": [
        "pypi",
        " url_validatorindx",
        " tutorial"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fc2105c76670fb5cb37403434340b939497364adf7c4ac714102398c5956e1e",
                "md5": "4185ff7b774feeb3eecbceea5f0af06c",
                "sha256": "e8d7915c891934cfeb5061db93beaf1bf36586f6520f109425cfb4ff7e8e7945"
            },
            "downloads": -1,
            "filename": "url_validatorIndx-1.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "4185ff7b774feeb3eecbceea5f0af06c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11286,
            "upload_time": "2024-06-11T15:25:25",
            "upload_time_iso_8601": "2024-06-11T15:25:25.573817Z",
            "url": "https://files.pythonhosted.org/packages/2f/c2/105c76670fb5cb37403434340b939497364adf7c4ac714102398c5956e1e/url_validatorIndx-1.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-11 15:25:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "url-validatorindx"
}
        
Elapsed time: 0.41262s