zlibsanitizer


Namezlibsanitizer JSON
Version 1.2 PyPI version JSON
download
home_pagehttps://github.com/andrewalevin/zlibsanitizer
SummaryA Python library to sanitize text by removing unwanted labels like (Z-Library)
upload_time2024-09-29 19:21:01
maintainerNone
docs_urlNone
authorYour Name
requires_python<4.0,>=3.6
licenseMIT
keywords sanitize file name normalization z-library
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # zlibsanitizer

**zlibsanitizer** is a Python library designed to sanitize text by removing unwanted labels like `(Z-Library)`, `_Z_Library`, or other similar patterns. It is useful for cleaning file names or other strings to make them more readable.

## Installation

You can install the library using `poetry`:

```bash
poetry add zlibsanitizer

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/andrewalevin/zlibsanitizer",
    "name": "zlibsanitizer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.6",
    "maintainer_email": null,
    "keywords": "sanitize, file, name, normalization, Z-Library",
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/dc/06/c21aa1c6958df8a47712323e4c27396fe3e7a96c3a81a610b14fc360f1ec/zlibsanitizer-1.2.tar.gz",
    "platform": null,
    "description": "# zlibsanitizer\n\n**zlibsanitizer** is a Python library designed to sanitize text by removing unwanted labels like `(Z-Library)`, `_Z_Library`, or other similar patterns. It is useful for cleaning file names or other strings to make them more readable.\n\n## Installation\n\nYou can install the library using `poetry`:\n\n```bash\npoetry add zlibsanitizer\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python library to sanitize text by removing unwanted labels like (Z-Library)",
    "version": "1.2",
    "project_urls": {
        "Homepage": "https://github.com/andrewalevin/zlibsanitizer",
        "Repository": "https://github.com/andrewalevin/zlibsanitizer"
    },
    "split_keywords": [
        "sanitize",
        " file",
        " name",
        " normalization",
        " z-library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27d34bee009069e94209d443ed6da1f2c102fd1c62cfc2c7447dbaee32c6de89",
                "md5": "78eec46bae7b95951071c31bb1ebaa5c",
                "sha256": "9b27d85df2ffdf0a61855e24d7363400b9ba7757acaf6bfefff84b400be53e3b"
            },
            "downloads": -1,
            "filename": "zlibsanitizer-1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "78eec46bae7b95951071c31bb1ebaa5c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.6",
            "size": 1710,
            "upload_time": "2024-09-29T19:21:00",
            "upload_time_iso_8601": "2024-09-29T19:21:00.351007Z",
            "url": "https://files.pythonhosted.org/packages/27/d3/4bee009069e94209d443ed6da1f2c102fd1c62cfc2c7447dbaee32c6de89/zlibsanitizer-1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc06c21aa1c6958df8a47712323e4c27396fe3e7a96c3a81a610b14fc360f1ec",
                "md5": "ea58df2bb86db31b4b490f17469d37ad",
                "sha256": "e2a59fe998a78ecabd3f46d096887a9095fae7342812200f521185d8d5c9ba74"
            },
            "downloads": -1,
            "filename": "zlibsanitizer-1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ea58df2bb86db31b4b490f17469d37ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.6",
            "size": 1381,
            "upload_time": "2024-09-29T19:21:01",
            "upload_time_iso_8601": "2024-09-29T19:21:01.723446Z",
            "url": "https://files.pythonhosted.org/packages/dc/06/c21aa1c6958df8a47712323e4c27396fe3e7a96c3a81a610b14fc360f1ec/zlibsanitizer-1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-29 19:21:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "andrewalevin",
    "github_project": "zlibsanitizer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "zlibsanitizer"
}
        
Elapsed time: 0.63440s