PyKozo


NamePyKozo JSON
Version 0.0.21 PyPI version JSON
download
home_pagehttps://github.com/miangeldev/pykozo
SummaryPyKozo is a Python library that allows for complete web development using Python scripts.
upload_time2024-05-19 21:24:00
maintainerNone
docs_urlNone
authorMiguel Nevado
requires_pythonNone
licenseMIT
keywords pykozo html tags web development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyKozo

PyKozo is a Python library that allows for complete web development using Python scripts. Currently, it only includes the complete HTML module, but other modules will be added in the future.

Version 0.0.21

Documentation coming soon...

# Getting started

**Installation:**

Run the following command in your command prompt / shell:

```
pip install -U PyKozo
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/miangeldev/pykozo",
    "name": "PyKozo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "pykozo, html, tags, web, development",
    "author": "Miguel Nevado",
    "author_email": "miangeldev@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/c2/c4/fca83fdf34c37a8288e82620fe852db59c60e25aba25eeddc2cbb0edd2e0/pykozo-0.0.21.tar.gz",
    "platform": null,
    "description": "# PyKozo\n\nPyKozo is a Python library that allows for complete web development using Python scripts. Currently, it only includes the complete HTML module, but other modules will be added in the future.\n\nVersion 0.0.21\n\nDocumentation coming soon...\n\n# Getting started\n\n**Installation:**\n\nRun the following command in your command prompt / shell:\n\n```\npip install -U PyKozo\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "PyKozo is a Python library that allows for complete web development using Python scripts.",
    "version": "0.0.21",
    "project_urls": {
        "Homepage": "https://github.com/miangeldev/pykozo"
    },
    "split_keywords": [
        "pykozo",
        " html",
        " tags",
        " web",
        " development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d51843d1492114abad8e752dd30f07b1f303b41e91f7690fca09b96a1b1a8e5",
                "md5": "8d87271a1351b7a75fe705dc45ae2cdc",
                "sha256": "f36e6d09e763e1af7f39ebab0442db011feef205529cde4079d50f324ba5f398"
            },
            "downloads": -1,
            "filename": "PyKozo-0.0.21-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8d87271a1351b7a75fe705dc45ae2cdc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3991,
            "upload_time": "2024-05-19T21:23:58",
            "upload_time_iso_8601": "2024-05-19T21:23:58.804414Z",
            "url": "https://files.pythonhosted.org/packages/1d/51/843d1492114abad8e752dd30f07b1f303b41e91f7690fca09b96a1b1a8e5/PyKozo-0.0.21-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2c4fca83fdf34c37a8288e82620fe852db59c60e25aba25eeddc2cbb0edd2e0",
                "md5": "e8322e7e836c2938eca4d75687608221",
                "sha256": "ba4143863714e55890e88ac75f13b5bc1993f6dfe2a38c66b3cbb480868966c7"
            },
            "downloads": -1,
            "filename": "pykozo-0.0.21.tar.gz",
            "has_sig": false,
            "md5_digest": "e8322e7e836c2938eca4d75687608221",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3822,
            "upload_time": "2024-05-19T21:24:00",
            "upload_time_iso_8601": "2024-05-19T21:24:00.267460Z",
            "url": "https://files.pythonhosted.org/packages/c2/c4/fca83fdf34c37a8288e82620fe852db59c60e25aba25eeddc2cbb0edd2e0/pykozo-0.0.21.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-19 21:24:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "miangeldev",
    "github_project": "pykozo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pykozo"
}
        
Elapsed time: 0.26628s