html-void-elements


Namehtml-void-elements JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/Riverside-Healthcare/html-void-elements
SummaryList of HTML void tag names.
upload_time2022-03-09 21:36:49
maintainer
docs_urlNone
authorChristopher Pickering
requires_python>=3.7,<4.0
licenseGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # HtmlTagNames

Python port of npm package [html-void-elements](https://www.npmjs.com/package/html-void-elements).

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 HtmlVoidElements import html_void_elements

print(html_void_elements)
```

Yields:

```py
[
  'area',
  'base',
  'basefont',
  'bgsound',
  'br',
  'col',
  'command',
  'embed',
  'frame',
  'hr',
  'image',
  'img',
  'input',
  'isindex',
  'keygen',
  'link',
  'menuitem',
  'meta',
  'nextid',
  'param',
  'source',
  'track',
  'wbr'
]
```
## License

[GPL][license] © Riverside Healthcare
Ported from `html-void-elements` [MIT][license] © [Titus Wormer][author]

[license]: LICENSE
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Riverside-Healthcare/html-void-elements",
    "name": "html-void-elements",
    "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/80/5c/5f17d77256bf78ca98647517fadee50575e75d812daa01352c31d89d5bf2/html-void-elements-0.1.0.tar.gz",
    "platform": null,
    "description": "# HtmlTagNames\n\nPython port of npm package [html-void-elements](https://www.npmjs.com/package/html-void-elements).\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 HtmlVoidElements import html_void_elements\n\nprint(html_void_elements)\n```\n\nYields:\n\n```py\n[\n  'area',\n  'base',\n  'basefont',\n  'bgsound',\n  'br',\n  'col',\n  'command',\n  'embed',\n  'frame',\n  'hr',\n  'image',\n  'img',\n  'input',\n  'isindex',\n  'keygen',\n  'link',\n  'menuitem',\n  'meta',\n  'nextid',\n  'param',\n  'source',\n  'track',\n  'wbr'\n]\n```\n## License\n\n[GPL][license] \u00a9 Riverside Healthcare\nPorted from `html-void-elements` [MIT][license] \u00a9 [Titus Wormer][author]\n\n[license]: LICENSE",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "List of HTML void tag names.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/Riverside-Healthcare/html-void-elements",
        "Repository": "https://github.com/Riverside-Healthcare/html-void-elements"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f50a373f28a1cf37f8c9aa23c82cbcac7197ddea95c88b5a3eaa564cdb8de375",
                "md5": "e7e79422eee85629607a1e48bf52c2f6",
                "sha256": "784cf39db03cdeb017320d9301009f8f3480f9d7b254d0974272e80e0cb5e0d2"
            },
            "downloads": -1,
            "filename": "html_void_elements-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e7e79422eee85629607a1e48bf52c2f6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 14889,
            "upload_time": "2022-03-09T21:36:50",
            "upload_time_iso_8601": "2022-03-09T21:36:50.202350Z",
            "url": "https://files.pythonhosted.org/packages/f5/0a/373f28a1cf37f8c9aa23c82cbcac7197ddea95c88b5a3eaa564cdb8de375/html_void_elements-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "805c5f17d77256bf78ca98647517fadee50575e75d812daa01352c31d89d5bf2",
                "md5": "8bc6e1ba689a382eee05d9b3c9742e0f",
                "sha256": "931b88f84cd606fee0b582c28fcd00e41d7149421fb673e1e1abd2f0c4f231f0"
            },
            "downloads": -1,
            "filename": "html-void-elements-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8bc6e1ba689a382eee05d9b3c9742e0f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 14766,
            "upload_time": "2022-03-09T21:36:49",
            "upload_time_iso_8601": "2022-03-09T21:36:49.013957Z",
            "url": "https://files.pythonhosted.org/packages/80/5c/5f17d77256bf78ca98647517fadee50575e75d812daa01352c31d89d5bf2/html-void-elements-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-03-09 21:36:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Riverside-Healthcare",
    "github_project": "html-void-elements",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "html-void-elements"
}
        
Elapsed time: 0.20057s