Name | tinyhtml5 JSON |
Version |
2.0.0
JSON |
| download |
home_page | None |
Summary | HTML parser based on the WHATWG HTML specification |
upload_time | 2024-10-29 15:37:14 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | None |
keywords |
html
parser
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
**A tiny HTML5 parser**
tinyhtml5 is a HTML5 parser that transforms a possibly malformed HTML document
into an ElementTree tree.
This module is a simplified fork of html5lib, written and maintained by James
Graham, Sam Sneddon, Ćukasz Langa and Will Kahn-Greene.
* Free software: MIT license
* For Python 3.9+, tested on CPython and PyPy
* Documentation: https://doc.courtbouillon.org/tinyhtml5
* Changelog: https://github.com/CourtBouillon/tinyhtml5/releases
* Code, issues, tests: https://github.com/CourtBouillon/tinyhtml5
* Code of conduct: https://www.courtbouillon.org/code-of-conduct
* Professional support: https://www.courtbouillon.org
* Donation: https://opencollective.com/courtbouillon
Copyrights are retained by their contributors, no copyright assignment is
required to contribute to tinyhtml5. Unless explicitly stated otherwise, any
contribution intentionally submitted for inclusion is licensed under the MIT
license, without any additional terms or conditions. For full authorship
information, see the version control history.
Raw data
{
"_id": null,
"home_page": null,
"name": "tinyhtml5",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "CourtBouillon <contact@courtbouillon.org>",
"keywords": "html, parser",
"author": null,
"author_email": "James Graham <james@hoppipolla.co.uk>",
"download_url": "https://files.pythonhosted.org/packages/fd/03/6111ed99e9bf7dfa1c30baeef0e0fb7e0bd387bd07f8e5b270776fe1de3f/tinyhtml5-2.0.0.tar.gz",
"platform": null,
"description": "**A tiny HTML5 parser**\n\ntinyhtml5 is a HTML5 parser that transforms a possibly malformed HTML document\ninto an ElementTree tree.\n\nThis module is a simplified fork of html5lib, written and maintained by James\nGraham, Sam Sneddon, \u0141ukasz Langa and Will Kahn-Greene.\n\n* Free software: MIT license\n* For Python 3.9+, tested on CPython and PyPy\n* Documentation: https://doc.courtbouillon.org/tinyhtml5\n* Changelog: https://github.com/CourtBouillon/tinyhtml5/releases\n* Code, issues, tests: https://github.com/CourtBouillon/tinyhtml5\n* Code of conduct: https://www.courtbouillon.org/code-of-conduct\n* Professional support: https://www.courtbouillon.org\n* Donation: https://opencollective.com/courtbouillon\n\nCopyrights are retained by their contributors, no copyright assignment is\nrequired to contribute to tinyhtml5. Unless explicitly stated otherwise, any\ncontribution intentionally submitted for inclusion is licensed under the MIT\nlicense, without any additional terms or conditions. For full authorship\ninformation, see the version control history.\n",
"bugtrack_url": null,
"license": null,
"summary": "HTML parser based on the WHATWG HTML specification",
"version": "2.0.0",
"project_urls": {
"Changelog": "https://github.com/CourtBouillon/tinyhtml5/releases",
"Code": "https://github.com/CourtBouillon/tinyhtml5",
"Documentation": "https://doc.courtbouillon.org/tinyhtml5/",
"Donation": "https://opencollective.com/courtbouillon",
"Homepage": "https://github.com/CourtBouillon/tinyhtml5",
"Issues": "https://github.com/CourtBouillon/tinyhtml5/issues"
},
"split_keywords": [
"html",
" parser"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "5cde27c57899297163a4a84104d5cec0af3b1ac5faf62f44667e506373c6b8ce",
"md5": "62aaf2b5935c224ff9dcd5c948d8785b",
"sha256": "13683277c5b176d070f82d099d977194b7a1e26815b016114f581a74bbfbf47e"
},
"downloads": -1,
"filename": "tinyhtml5-2.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "62aaf2b5935c224ff9dcd5c948d8785b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 39793,
"upload_time": "2024-10-29T15:37:11",
"upload_time_iso_8601": "2024-10-29T15:37:11.743148Z",
"url": "https://files.pythonhosted.org/packages/5c/de/27c57899297163a4a84104d5cec0af3b1ac5faf62f44667e506373c6b8ce/tinyhtml5-2.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fd036111ed99e9bf7dfa1c30baeef0e0fb7e0bd387bd07f8e5b270776fe1de3f",
"md5": "c5fa2991d6d1ea65e923279c435b816e",
"sha256": "086f998833da24c300c414d9fe81d9b368fd04cb9d2596a008421cbc705fcfcc"
},
"downloads": -1,
"filename": "tinyhtml5-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "c5fa2991d6d1ea65e923279c435b816e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 179507,
"upload_time": "2024-10-29T15:37:14",
"upload_time_iso_8601": "2024-10-29T15:37:14.078225Z",
"url": "https://files.pythonhosted.org/packages/fd/03/6111ed99e9bf7dfa1c30baeef0e0fb7e0bd387bd07f8e5b270776fe1de3f/tinyhtml5-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-29 15:37:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "CourtBouillon",
"github_project": "tinyhtml5",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "tinyhtml5"
}