htmltools


Namehtmltools JSON
Version 0.6.0 PyPI version JSON
download
home_pageNone
SummaryTools for HTML generation and output.
upload_time2024-10-29 20:21:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License Copyright (c) 2023 Posit Software, PBC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords html
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # htmltools

Tools for creating, manipulating, and writing HTML from Python.

## Installation

```sh
pip install htmltools
```

To install the latest development version from this repository:

```sh
pip install https://github.com/rstudio/py-htmltools/tarball/main
```

## Development

If you want to do development on htmltools for Python:

```sh
pip install -e ".[dev,test]" --config-settings editable_mode=strict
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "htmltools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "html",
    "author": null,
    "author_email": "Carson Sievert <carson@rstudio.com>",
    "download_url": "https://files.pythonhosted.org/packages/cd/1d/c568d17e9fb5ad5aa0ca3531c58d36fe69deb8eee4e53ff6425c1f99f210/htmltools-0.6.0.tar.gz",
    "platform": null,
    "description": "# htmltools\n\nTools for creating, manipulating, and writing HTML from Python.\n\n## Installation\n\n```sh\npip install htmltools\n```\n\nTo install the latest development version from this repository:\n\n```sh\npip install https://github.com/rstudio/py-htmltools/tarball/main\n```\n\n## Development\n\nIf you want to do development on htmltools for Python:\n\n```sh\npip install -e \".[dev,test]\" --config-settings editable_mode=strict\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Posit Software, PBC  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Tools for HTML generation and output.",
    "version": "0.6.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/rstudio/py-htmltools/issues",
        "Source": "https://github.com/rstudio/py-htmltools"
    },
    "split_keywords": [
        "html"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0abaaa99706246f1938ca905eb6eeb7db832ac2e157aa4b805acb5cd4cd1791a",
                "md5": "7bbe42134ec8d733b48aa3745347b538",
                "sha256": "072a274ff5e2851e0acce13fc5bb2bbdbbad8268dc8b123f881c05012ce7dce0"
            },
            "downloads": -1,
            "filename": "htmltools-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7bbe42134ec8d733b48aa3745347b538",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 84954,
            "upload_time": "2024-10-29T20:21:42",
            "upload_time_iso_8601": "2024-10-29T20:21:42.067347Z",
            "url": "https://files.pythonhosted.org/packages/0a/ba/aa99706246f1938ca905eb6eeb7db832ac2e157aa4b805acb5cd4cd1791a/htmltools-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd1dc568d17e9fb5ad5aa0ca3531c58d36fe69deb8eee4e53ff6425c1f99f210",
                "md5": "26117e2a64f828010845863d3abf8e5c",
                "sha256": "e8a3fb023d748935035db7ff17f620612ffc814a6a80b6ae388f7b7ab182adf7"
            },
            "downloads": -1,
            "filename": "htmltools-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "26117e2a64f828010845863d3abf8e5c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 97152,
            "upload_time": "2024-10-29T20:21:43",
            "upload_time_iso_8601": "2024-10-29T20:21:43.378158Z",
            "url": "https://files.pythonhosted.org/packages/cd/1d/c568d17e9fb5ad5aa0ca3531c58d36fe69deb8eee4e53ff6425c1f99f210/htmltools-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-29 20:21:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rstudio",
    "github_project": "py-htmltools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "htmltools"
}
        
Elapsed time: 0.43684s