PyperText


NamePyperText JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/Ixonblitz-MatOS/htmlWriter
Summary"Package made to script HTML"
upload_time2023-01-11 22:00:48
maintainer
docs_urlNone
authorIxonblitz-MatOS
requires_python>=3.10
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # html
python html writer with CSS and custom JS support

USE:<br>
<code>from PyperText.html import Script</code><br>
<code>from PyperText.htmlButton import Button</code><br>
<code>#from PyperText.html{WIDGET} import WIDGET; ex from PyperText.htmlEntry import Entry; variations shared in file</code><br>
<code>myScript=Script("myfile.html")</code><br>
<code>myButton=Button()</code><br>
<code>myButton.setText("This is a button")</code><br>
<code>myScript.addWidget(myButton)</code><br>
<code>myScript.createAndWrite()</code><br>



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Ixonblitz-MatOS/htmlWriter",
    "name": "PyperText",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ixonblitz-MatOS",
    "author_email": "gavellmathew@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9f/fe/ac541def2ed86d978a8d1107f9112aecc1e4812708553e13702c5f9a6d4f/PyperText-0.0.7.tar.gz",
    "platform": null,
    "description": "# html\npython html writer with CSS and custom JS support\n\nUSE:<br>\n<code>from PyperText.html import Script</code><br>\n<code>from PyperText.htmlButton import Button</code><br>\n<code>#from PyperText.html{WIDGET} import WIDGET; ex from PyperText.htmlEntry import Entry; variations shared in file</code><br>\n<code>myScript=Script(\"myfile.html\")</code><br>\n<code>myButton=Button()</code><br>\n<code>myButton.setText(\"This is a button\")</code><br>\n<code>myScript.addWidget(myButton)</code><br>\n<code>myScript.createAndWrite()</code><br>\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "\"Package made to script HTML\"",
    "version": "0.0.7",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50caa8e1619aa00ad25540574e3ba86abccd04a611ddc02afb595081fdb4495b",
                "md5": "b410c7aaa327e2a76829409cf2740220",
                "sha256": "979307a7e311083d4e6116fbac6101a3b3df40239462fc95c4f11dd8faa67a38"
            },
            "downloads": -1,
            "filename": "PyperText-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b410c7aaa327e2a76829409cf2740220",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 14956,
            "upload_time": "2023-01-11T22:00:47",
            "upload_time_iso_8601": "2023-01-11T22:00:47.063025Z",
            "url": "https://files.pythonhosted.org/packages/50/ca/a8e1619aa00ad25540574e3ba86abccd04a611ddc02afb595081fdb4495b/PyperText-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ffeac541def2ed86d978a8d1107f9112aecc1e4812708553e13702c5f9a6d4f",
                "md5": "cc6898f7b15376ceeace50196940c71b",
                "sha256": "6fcc0d9ea9a9cdccedd1460da86390232c347c5d8c9710eae9c0f5b4b3fec0bd"
            },
            "downloads": -1,
            "filename": "PyperText-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "cc6898f7b15376ceeace50196940c71b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 9567,
            "upload_time": "2023-01-11T22:00:48",
            "upload_time_iso_8601": "2023-01-11T22:00:48.679857Z",
            "url": "https://files.pythonhosted.org/packages/9f/fe/ac541def2ed86d978a8d1107f9112aecc1e4812708553e13702c5f9a6d4f/PyperText-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-11 22:00:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Ixonblitz-MatOS",
    "github_project": "htmlWriter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pypertext"
}
        
Elapsed time: 0.03347s