pyfang


Namepyfang JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryWrite html and css in python
upload_time2023-07-12 20:10:53
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License (MIT)
keywords html css website static
VCS
bugtrack_url
requirements black build click colorama exceptiongroup iniconfig isort mypy-extensions packaging pathspec pip-tools platformdirs pluggy pyproject-hooks pytest tomli typing-extensions wheel
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyfang

Utilize the full power of python while writing html and css.

## Important
This package is currently in open-beta, so there isn't any stable public version yet.   
The design philoshopy might change until 1.0.0 is released.  

Only a fraction of the HTML tags are covered, however you can use the `RawTag` and `RawAttr` or `DefaultAttr` to write any html tag.



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyfang",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "html,css,website,static",
    "author": "",
    "author_email": "julkar9 <julkar9dev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f3/fa/416ae5e481d569a4c01d3d652ea9fba14d1ed1c057dc3c4618fba949b1a8/pyfang-0.1.0.tar.gz",
    "platform": null,
    "description": "# pyfang\r\n\r\nUtilize the full power of python while writing html and css.\r\n\r\n## Important\r\nThis package is currently in open-beta, so there isn't any stable public version yet.   \r\nThe design philoshopy might change until 1.0.0 is released.  \r\n\r\nOnly a fraction of the HTML tags are covered, however you can use the `RawTag` and `RawAttr` or `DefaultAttr` to write any html tag.\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT License (MIT)",
    "summary": "Write html and css in python",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/julkaar9/pyfang"
    },
    "split_keywords": [
        "html",
        "css",
        "website",
        "static"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89383124939e5e77f78689cef7002ff00dcbbe8d65a7934a29d3574434646acc",
                "md5": "2d1b8c848dad4ae658ead58eebe8216e",
                "sha256": "1353564d6778c655dd8874bb8f098932ca9bc1636b98027436825f79b8dc1604"
            },
            "downloads": -1,
            "filename": "pyfang-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d1b8c848dad4ae658ead58eebe8216e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 12089,
            "upload_time": "2023-07-12T20:10:50",
            "upload_time_iso_8601": "2023-07-12T20:10:50.935795Z",
            "url": "https://files.pythonhosted.org/packages/89/38/3124939e5e77f78689cef7002ff00dcbbe8d65a7934a29d3574434646acc/pyfang-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3fa416ae5e481d569a4c01d3d652ea9fba14d1ed1c057dc3c4618fba949b1a8",
                "md5": "e922ea184879098a40f58ccd9b75ce41",
                "sha256": "198fc25cb858da49a975717bba90b0aae0f0bf1011403313a3115329cb68ceb9"
            },
            "downloads": -1,
            "filename": "pyfang-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e922ea184879098a40f58ccd9b75ce41",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 11200,
            "upload_time": "2023-07-12T20:10:53",
            "upload_time_iso_8601": "2023-07-12T20:10:53.077972Z",
            "url": "https://files.pythonhosted.org/packages/f3/fa/416ae5e481d569a4c01d3d652ea9fba14d1ed1c057dc3c4618fba949b1a8/pyfang-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-12 20:10:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "julkaar9",
    "github_project": "pyfang",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "black",
            "specs": [
                [
                    "==",
                    "23.3.0"
                ]
            ]
        },
        {
            "name": "build",
            "specs": [
                [
                    "==",
                    "0.10.0"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.4"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": [
                [
                    "==",
                    "0.4.6"
                ]
            ]
        },
        {
            "name": "exceptiongroup",
            "specs": [
                [
                    "==",
                    "1.1.2"
                ]
            ]
        },
        {
            "name": "iniconfig",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "isort",
            "specs": [
                [
                    "==",
                    "5.12.0"
                ]
            ]
        },
        {
            "name": "mypy-extensions",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "23.1"
                ]
            ]
        },
        {
            "name": "pathspec",
            "specs": [
                [
                    "==",
                    "0.11.1"
                ]
            ]
        },
        {
            "name": "pip-tools",
            "specs": [
                [
                    "==",
                    "6.14.0"
                ]
            ]
        },
        {
            "name": "platformdirs",
            "specs": [
                [
                    "==",
                    "3.8.1"
                ]
            ]
        },
        {
            "name": "pluggy",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "pyproject-hooks",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "7.4.0"
                ]
            ]
        },
        {
            "name": "tomli",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    "==",
                    "4.7.1"
                ]
            ]
        },
        {
            "name": "wheel",
            "specs": [
                [
                    "==",
                    "0.40.0"
                ]
            ]
        }
    ],
    "lcname": "pyfang"
}
        
Elapsed time: 0.10151s