lxml-html-clean


Namelxml-html-clean JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/fedora-python/lxml_html_clean/
SummaryHTML cleaner from lxml project
upload_time2024-08-30 12:25:14
maintainerNone
docs_urlNone
authorLumír Balhar
requires_pythonNone
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # lxml_html_clean

## Motivation

This project was initially a part of [lxml](https://github.com/lxml/lxml). Because HTML cleaner is designed as blocklist-based, many reports about possible security vulnerabilities were filed for lxml and that make the project problematic for security-sensitive environments. Therefore we decided to extract the problematic part to a separate project.

## Installation

You can install this project directly via `pip install lxml_html_clean` or as an extra of lxml
via `pip install lxml[html_clean]`. Both ways install this project together with lxml itself.

## Security

For discussions regarding security-related issues or any sensitive reports, please contact us privately.
You can reach out to lbalhar(at)redhat.com or frenzy.madness(at)gmail.com to ensure your concerns
are addressed confidentially and securely.

## Documentation

[https://lxml-html-clean.readthedocs.io/](https://lxml-html-clean.readthedocs.io/)

## License

BSD-3-Clause

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fedora-python/lxml_html_clean/",
    "name": "lxml-html-clean",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Lum\u00edr Balhar",
    "author_email": "lbalhar@redhat.com",
    "download_url": "https://files.pythonhosted.org/packages/ef/b7/407da72fcd7b92fc4f41f3b8e94a733b2deae061d6d4ccf26d2c86dc1d42/lxml_html_clean-0.2.2.tar.gz",
    "platform": null,
    "description": "# lxml_html_clean\n\n## Motivation\n\nThis project was initially a part of [lxml](https://github.com/lxml/lxml). Because HTML cleaner is designed as blocklist-based, many reports about possible security vulnerabilities were filed for lxml and that make the project problematic for security-sensitive environments. Therefore we decided to extract the problematic part to a separate project.\n\n## Installation\n\nYou can install this project directly via `pip install lxml_html_clean` or as an extra of lxml\nvia `pip install lxml[html_clean]`. Both ways install this project together with lxml itself.\n\n## Security\n\nFor discussions regarding security-related issues or any sensitive reports, please contact us privately.\nYou can reach out to lbalhar(at)redhat.com or frenzy.madness(at)gmail.com to ensure your concerns\nare addressed confidentially and securely.\n\n## Documentation\n\n[https://lxml-html-clean.readthedocs.io/](https://lxml-html-clean.readthedocs.io/)\n\n## License\n\nBSD-3-Clause\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "HTML cleaner from lxml project",
    "version": "0.2.2",
    "project_urls": {
        "Documentation": "https://lxml-html-clean.readthedocs.io/",
        "Homepage": "https://github.com/fedora-python/lxml_html_clean/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f203581a4c3bac717ed6d7e832cc40623b18c9d4ba53fc1e130d7d1a083c9e2",
                "md5": "610350871bec626aa7795549b9945da7",
                "sha256": "177ebe822b39d1b68df7c0c34ba005cb087b23d3791dae87efb3a2bb162ef398"
            },
            "downloads": -1,
            "filename": "lxml_html_clean-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "610350871bec626aa7795549b9945da7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13136,
            "upload_time": "2024-08-30T12:25:12",
            "upload_time_iso_8601": "2024-08-30T12:25:12.781593Z",
            "url": "https://files.pythonhosted.org/packages/0f/20/3581a4c3bac717ed6d7e832cc40623b18c9d4ba53fc1e130d7d1a083c9e2/lxml_html_clean-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efb7407da72fcd7b92fc4f41f3b8e94a733b2deae061d6d4ccf26d2c86dc1d42",
                "md5": "0f3e04e1b7149d8aab0620fa018a3561",
                "sha256": "cc34178e34673025c49c3d7f4bd48754e9e4b23875df2308f43c21733d8437fb"
            },
            "downloads": -1,
            "filename": "lxml_html_clean-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0f3e04e1b7149d8aab0620fa018a3561",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19619,
            "upload_time": "2024-08-30T12:25:14",
            "upload_time_iso_8601": "2024-08-30T12:25:14.396719Z",
            "url": "https://files.pythonhosted.org/packages/ef/b7/407da72fcd7b92fc4f41f3b8e94a733b2deae061d6d4ccf26d2c86dc1d42/lxml_html_clean-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-30 12:25:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fedora-python",
    "github_project": "lxml_html_clean",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "lxml-html-clean"
}
        
Elapsed time: 0.90514s