HtmlFileWriter


NameHtmlFileWriter JSON
Version 0.2 PyPI version JSON
download
home_pageNone
SummarySets up and writes an HTML File using a filewriter.
upload_time2024-06-04 19:20:37
maintainerNone
docs_urlNone
authorkunaalg
requires_pythonNone
licenseNone
keywords python filewriter app html function math
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
A Command Line Interface based FileWriter Function , that takes a user input and writes files. 



open a new file called start.py



from src.html_writer import create_index_html



create_index_html()



else,

create a new file called run.py and enter the following code and deploy:



//run.py



#!/bin/bash



bash chmod +x run.sh


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "HtmlFileWriter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, FileWriter, App, HTML, Function, math",
    "author": "kunaalg",
    "author_email": "<kunaal@runcode.in>",
    "download_url": "https://files.pythonhosted.org/packages/4e/d9/d82a7434c6021c2ab699aab676b319a5ff4c0f346018b3ab0b9a04e09b8a/htmlfilewriter-0.2.tar.gz",
    "platform": null,
    "description": "\r\nA Command Line Interface based FileWriter Function , that takes a user input and writes files. \r\n\r\n\r\n\r\nopen a new file called start.py\r\n\r\n\r\n\r\nfrom src.html_writer import create_index_html\r\n\r\n\r\n\r\ncreate_index_html()\r\n\r\n\r\n\r\nelse,\r\n\r\ncreate a new file called run.py and enter the following code and deploy:\r\n\r\n\r\n\r\n//run.py\r\n\r\n\r\n\r\n#!/bin/bash\r\n\r\n\r\n\r\nbash chmod +x run.sh\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Sets up and writes an HTML File using a filewriter.",
    "version": "0.2",
    "project_urls": null,
    "split_keywords": [
        "python",
        " filewriter",
        " app",
        " html",
        " function",
        " math"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04c420163139471cb4a1fb5fb79ff438c882560c71722fa517d78daeb9bffc6f",
                "md5": "e0b9927b0037bd3dac4f3748917230b3",
                "sha256": "f8ae39c63627113b732829f419df857e96e49ba164cba0a94da7366745b9d712"
            },
            "downloads": -1,
            "filename": "HtmlFileWriter-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e0b9927b0037bd3dac4f3748917230b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3911,
            "upload_time": "2024-06-04T19:20:36",
            "upload_time_iso_8601": "2024-06-04T19:20:36.530231Z",
            "url": "https://files.pythonhosted.org/packages/04/c4/20163139471cb4a1fb5fb79ff438c882560c71722fa517d78daeb9bffc6f/HtmlFileWriter-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ed9d82a7434c6021c2ab699aab676b319a5ff4c0f346018b3ab0b9a04e09b8a",
                "md5": "7b4af00e97b51ffded72de6ccc55f56a",
                "sha256": "f4cc4ac3b9e1d60c79bed02fcd502373e23235bda10cf3abff4c685ff69622a0"
            },
            "downloads": -1,
            "filename": "htmlfilewriter-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7b4af00e97b51ffded72de6ccc55f56a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3051,
            "upload_time": "2024-06-04T19:20:37",
            "upload_time_iso_8601": "2024-06-04T19:20:37.759284Z",
            "url": "https://files.pythonhosted.org/packages/4e/d9/d82a7434c6021c2ab699aab676b319a5ff4c0f346018b3ab0b9a04e09b8a/htmlfilewriter-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-04 19:20:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "htmlfilewriter"
}
        
Elapsed time: 0.41479s