palindrome-validator-checker


Namepalindrome-validator-checker JSON
Version 0.1 PyPI version JSON
download
home_pageNone
SummaryA Python library to validate if a string is a palindrome.
upload_time2025-08-11 04:32:17
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Palindrome Validator Checker
A Python library to validate if a string is a palindrome, ignoring case and non-alphanumeric characters.

## Usage

```python
from palindrome_validator_checker import is_palindrome

print(is_palindrome('Racecar'))
print(is_palindrome('hello world'))
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "palindrome-validator-checker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a6/d6/85a9276efed9b46a2be8c9623ebedc205aea428d4acae90e035a05c368b4/palindrome_validator_checker-0.1.tar.gz",
    "platform": null,
    "description": "# Palindrome Validator Checker\nA Python library to validate if a string is a palindrome, ignoring case and non-alphanumeric characters.\n\n## Usage\n\n```python\nfrom palindrome_validator_checker import is_palindrome\n\nprint(is_palindrome('Racecar'))\nprint(is_palindrome('hello world'))\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library to validate if a string is a palindrome.",
    "version": "0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "84ed599f8d1761d894b0d9b9ace0b581c6040bf013aa1ebe6e8058985d8b87d0",
                "md5": "a63e55df4cdf287ea54fb471a65cecc8",
                "sha256": "b79ce7d35a4a163da2160204516030d91cc7a53121f4484af05d9061ffe9e081"
            },
            "downloads": -1,
            "filename": "palindrome_validator_checker-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a63e55df4cdf287ea54fb471a65cecc8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1934,
            "upload_time": "2025-08-11T04:32:15",
            "upload_time_iso_8601": "2025-08-11T04:32:15.682757Z",
            "url": "https://files.pythonhosted.org/packages/84/ed/599f8d1761d894b0d9b9ace0b581c6040bf013aa1ebe6e8058985d8b87d0/palindrome_validator_checker-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a6d685a9276efed9b46a2be8c9623ebedc205aea428d4acae90e035a05c368b4",
                "md5": "f0ee79c2df18eadb0d3bf7f5a03f9e20",
                "sha256": "96d7cf06179a4deced4a66067b00ba4f0a2b06939998e835b99c4285c59f8a0a"
            },
            "downloads": -1,
            "filename": "palindrome_validator_checker-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f0ee79c2df18eadb0d3bf7f5a03f9e20",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1340,
            "upload_time": "2025-08-11T04:32:17",
            "upload_time_iso_8601": "2025-08-11T04:32:17.163802Z",
            "url": "https://files.pythonhosted.org/packages/a6/d6/85a9276efed9b46a2be8c9623ebedc205aea428d4acae90e035a05c368b4/palindrome_validator_checker-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-11 04:32:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "palindrome-validator-checker"
}
        
Elapsed time: 0.73924s