zeekit


Namezeekit JSON
Version 1.0.0.0a0 PyPI version JSON
download
home_pageNone
SummaryA nice python 2d/3d/Gui library that relies soley on window events and drawing functions to work
upload_time2024-07-23 17:45:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseLGPL-2.1-or-later
keywords general graphic app zeekit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p float="center">
  <img src="/resources/light-transparent.svg" width="100%" alt="Zee-Kit"/>
</p>

This is a clever word play on the word See and Kit but with Z -- for coolness

If you have a better name please contact me


## How to set-up and use

```bash
py -m pip install zeekit zkit-pygame --upgrade
``` 

### Basic code example

```python
from zkitpg import PygameBackend
import zkit

# Create a render instance, this creates a window
renderer = zkit.Renderer(PygameBackend)

```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "zeekit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Cariel Becker <cariel.becker@gmx.de>",
    "keywords": "general, graphic, app, zeekit",
    "author": null,
    "author_email": "Cariel Becker <cariel.becker@gmx.de>",
    "download_url": "https://files.pythonhosted.org/packages/eb/bf/d33cc2ad27e36b48bf19ca9aa2616dd4bc75259d7d0300eba6ed18f3059b/zeekit-1.0.0.0a0.tar.gz",
    "platform": null,
    "description": "<p float=\"center\">\n  <img src=\"/resources/light-transparent.svg\" width=\"100%\" alt=\"Zee-Kit\"/>\n</p>\n\nThis is a clever word play on the word See and Kit but with Z -- for coolness\n\nIf you have a better name please contact me\n\n\n## How to set-up and use\n\n```bash\npy -m pip install zeekit zkit-pygame --upgrade\n``` \n\n### Basic code example\n\n```python\nfrom zkitpg import PygameBackend\nimport zkit\n\n# Create a render instance, this creates a window\nrenderer = zkit.Renderer(PygameBackend)\n\n```\n",
    "bugtrack_url": null,
    "license": "LGPL-2.1-or-later",
    "summary": "A nice python 2d/3d/Gui library that relies soley on window events and drawing functions to work",
    "version": "1.0.0.0a0",
    "project_urls": {
        "Documentation": "https://github.com/adalfarus/zeekit/wiki",
        "Home": "https://pypi.org/project/zeekit/",
        "Issue tracker": "https://github.com/adalfarus/zeekit/issues",
        "Repository": "https://github.com/adalfarus/zeekit"
    },
    "split_keywords": [
        "general",
        " graphic",
        " app",
        " zeekit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f720521cd827b7953bee0c8c3303242d1423822c5eac0c4a3fde99dc3afb3626",
                "md5": "b0be382435be78cc9f0e8218a400befb",
                "sha256": "ab95f1b960d42d82e0a2ca6c905bed47f0398a0b05e416f1c4699682a3c510a9"
            },
            "downloads": -1,
            "filename": "zeekit-1.0.0.0a0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0be382435be78cc9f0e8218a400befb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 11615,
            "upload_time": "2024-07-23T17:45:14",
            "upload_time_iso_8601": "2024-07-23T17:45:14.923786Z",
            "url": "https://files.pythonhosted.org/packages/f7/20/521cd827b7953bee0c8c3303242d1423822c5eac0c4a3fde99dc3afb3626/zeekit-1.0.0.0a0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebbfd33cc2ad27e36b48bf19ca9aa2616dd4bc75259d7d0300eba6ed18f3059b",
                "md5": "6755dcbc96869b1207604d1c028258f7",
                "sha256": "2b7092874ea318a10a02c53984149aa8301012e2bbddbf9322d880213469650e"
            },
            "downloads": -1,
            "filename": "zeekit-1.0.0.0a0.tar.gz",
            "has_sig": false,
            "md5_digest": "6755dcbc96869b1207604d1c028258f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 11388,
            "upload_time": "2024-07-23T17:45:16",
            "upload_time_iso_8601": "2024-07-23T17:45:16.763631Z",
            "url": "https://files.pythonhosted.org/packages/eb/bf/d33cc2ad27e36b48bf19ca9aa2616dd4bc75259d7d0300eba6ed18f3059b/zeekit-1.0.0.0a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-23 17:45:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "adalfarus",
    "github_project": "zeekit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "zeekit"
}
        
Elapsed time: 0.59534s