# HtmlTagNames
Python port of npm package [html-tag-names](https://www.npmjs.com/package/html-tag-names).
List of known HTML tag names.
## What is this?
This is a list of HTML tag names.
It includes ancient (for example, `nextid` and `basefont`) and modern (for
example, `shadow` and `template`) names from the HTML living standard.
The repo includes scripts to regenerate the data from the specs.
## When should I use this?
You can use this package when you need to know what tag names are allowed in
any version of HTML.
## Install
```sh
pip install html-tag-names
```
## Use
```py
from HtmlTagNames import html_tag_names
print(len(html_tag_names)) # => 148
print(html_tag_names[:20])
```
Yields:
```py
[
'a',
'abbr',
'acronym',
'address',
'applet',
'area',
'article',
'aside',
'audio',
'b',
'base',
'basefont',
'bdi',
'bdo',
'bgsound',
'big',
'blink',
'blockquote',
'body',
'br'
]
```
## License
[MIT][license] © Riverside Healthcare
Ported from `html-tag-names` [MIT][license] © [Titus Wormer][author]
[license]: LICENSE
Raw data
{
"_id": null,
"home_page": "https://github.com/Riverside-Healthcare/html-tag-names",
"name": "html-tag-names",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Christopher Pickering",
"author_email": "cpickering@rhc.net",
"download_url": "https://files.pythonhosted.org/packages/41/7c/8c0dc3c5650036127fb4629d31cadf6cbdd57e21a77f9793fa8b2c8a3241/html-tag-names-0.1.2.tar.gz",
"platform": null,
"description": "# HtmlTagNames\n\nPython port of npm package [html-tag-names](https://www.npmjs.com/package/html-tag-names).\n\nList of known HTML tag names.\n\n## What is this?\n\nThis is a list of HTML tag names.\nIt includes ancient (for example, `nextid` and `basefont`) and modern (for\nexample, `shadow` and `template`) names from the HTML living standard.\nThe repo includes scripts to regenerate the data from the specs.\n\n## When should I use this?\n\nYou can use this package when you need to know what tag names are allowed in\nany version of HTML.\n\n## Install\n\n```sh\npip install html-tag-names\n```\n\n## Use\n\n```py\nfrom HtmlTagNames import html_tag_names\n\nprint(len(html_tag_names)) # => 148\n\nprint(html_tag_names[:20])\n```\n\nYields:\n\n```py\n[\n 'a',\n 'abbr',\n 'acronym',\n 'address',\n 'applet',\n 'area',\n 'article',\n 'aside',\n 'audio',\n 'b',\n 'base',\n 'basefont',\n 'bdi',\n 'bdo',\n 'bgsound',\n 'big',\n 'blink',\n 'blockquote',\n 'body',\n 'br'\n]\n```\n## License\n\n[MIT][license] \u00a9 Riverside Healthcare\nPorted from `html-tag-names` [MIT][license] \u00a9 [Titus Wormer][author]\n\n[license]: LICENSE",
"bugtrack_url": null,
"license": "GPL-3.0-or-later",
"summary": "List of known HTML tag names",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/Riverside-Healthcare/html-tag-names",
"Repository": "https://github.com/Riverside-Healthcare/html-tag-names"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9ae4242318dcaa06d8525ff72332fc15cea2cffb84c06cfc73c7da6c6b45801a",
"md5": "cb21b2f426f42544931cec6a11bf5609",
"sha256": "eeb69ef21078486b615241f0393a72b41352c5219ee648e7c61f5632d26f0420"
},
"downloads": -1,
"filename": "html_tag_names-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cb21b2f426f42544931cec6a11bf5609",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7,<4.0",
"size": 15218,
"upload_time": "2022-03-09T20:47:17",
"upload_time_iso_8601": "2022-03-09T20:47:17.805370Z",
"url": "https://files.pythonhosted.org/packages/9a/e4/242318dcaa06d8525ff72332fc15cea2cffb84c06cfc73c7da6c6b45801a/html_tag_names-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "417c8c0dc3c5650036127fb4629d31cadf6cbdd57e21a77f9793fa8b2c8a3241",
"md5": "ef8a7ea682f221ef114c435ebb6dfba5",
"sha256": "04924aca48770f36b5a41c27e4d917062507be05118acb0ba869c97389084297"
},
"downloads": -1,
"filename": "html-tag-names-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "ef8a7ea682f221ef114c435ebb6dfba5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7,<4.0",
"size": 15173,
"upload_time": "2022-03-09T20:47:16",
"upload_time_iso_8601": "2022-03-09T20:47:16.616974Z",
"url": "https://files.pythonhosted.org/packages/41/7c/8c0dc3c5650036127fb4629d31cadf6cbdd57e21a77f9793fa8b2c8a3241/html-tag-names-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-03-09 20:47:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Riverside-Healthcare",
"github_project": "html-tag-names",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "html-tag-names"
}