snitizer


Namesnitizer JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryMinimal library for sanitizing and validating user input strings.
upload_time2025-08-05 23:40:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT
keywords security sanitize input validation strings sntz
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            "SNITIZE" is a lightweight Python library for sanitizing and validating user input strings.

It is designed to be used in security-related projects where untrusted input must be filtered or cleaned before further processing.

This library removes potentially dangerous characters and patterns from user input, helping to prevent injection attacks or other forms of abuse.

Use it when handling data from forms, APIs, or any external source.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "snitizer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "security, sanitize, input, validation, strings, sntz",
    "author": null,
    "author_email": "Sanitizer <laporcamion16@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/62/73/e39aa69db961ca7bd48d8a3add4622003ecd6bf292d702dcf4722201974b/snitizer-1.0.0.tar.gz",
    "platform": null,
    "description": "\"SNITIZE\" is a lightweight Python library for sanitizing and validating user input strings.\n\nIt is designed to be used in security-related projects where untrusted input must be filtered or cleaned before further processing.\n\nThis library removes potentially dangerous characters and patterns from user input, helping to prevent injection attacks or other forms of abuse.\n\nUse it when handling data from forms, APIs, or any external source.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Minimal library for sanitizing and validating user input strings.",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "security",
        " sanitize",
        " input",
        " validation",
        " strings",
        " sntz"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a4efafbf630dc526a6ecf7489063b4a6a954b311fd1962b1d8e13f49d5d98572",
                "md5": "bdc1cdde330b6a2210a1ef706fa53d21",
                "sha256": "c1311fc35c9c2d881e82628d6499c0d468f0381d949496973317adad5810554d"
            },
            "downloads": -1,
            "filename": "snitizer-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bdc1cdde330b6a2210a1ef706fa53d21",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2153,
            "upload_time": "2025-08-05T23:40:18",
            "upload_time_iso_8601": "2025-08-05T23:40:18.345652Z",
            "url": "https://files.pythonhosted.org/packages/a4/ef/afbf630dc526a6ecf7489063b4a6a954b311fd1962b1d8e13f49d5d98572/snitizer-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6273e39aa69db961ca7bd48d8a3add4622003ecd6bf292d702dcf4722201974b",
                "md5": "d9dd1567919558cfb8249bfa5970c857",
                "sha256": "124ecf20c153e0c9ae3419c9e71a52c748b579b693e872bb8d284ca6934c3e9d"
            },
            "downloads": -1,
            "filename": "snitizer-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d9dd1567919558cfb8249bfa5970c857",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2109,
            "upload_time": "2025-08-05T23:40:19",
            "upload_time_iso_8601": "2025-08-05T23:40:19.791793Z",
            "url": "https://files.pythonhosted.org/packages/62/73/e39aa69db961ca7bd48d8a3add4622003ecd6bf292d702dcf4722201974b/snitizer-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-05 23:40:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "snitizer"
}
        
Elapsed time: 0.77841s