python-dot-tree


Namepython-dot-tree JSON
Version 1.0.8 PyPI version JSON
download
home_pagehttps://github.com/nebko16/dot_tree
SummaryAsset manager for python that leverages dot notation for simplified usage
upload_time2024-10-12 00:59:34
maintainerNone
docs_urlNone
authornebko16
requires_python>=3.6
licenseGPL-3.0
keywords asset manager dot notation dot-notation pygame images textures sprites sounds fonts files caching loading
VCS
bugtrack_url
requirements appdirs pygame-ce setuptools
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Dot notation asset manager for python to greatly simplify and shorten code related to asset management.  Includes caching, preloading, and other helpful tools.  Also includes a PyGame-CE specific extension that further simplifies managing assets for PyGame projects.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nebko16/dot_tree",
    "name": "python-dot-tree",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "asset manager dot notation dot-notation pygame images textures sprites sounds fonts files caching loading",
    "author": "nebko16",
    "author_email": "nebko16@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/50/71/c4de350852ac1b866b65b883608724c6d1f217a602243cefb88dbece18d4/python_dot_tree-1.0.8.tar.gz",
    "platform": null,
    "description": "Dot notation asset manager for python to greatly simplify and shorten code related to asset management.  Includes caching, preloading, and other helpful tools.  Also includes a PyGame-CE specific extension that further simplifies managing assets for PyGame projects.\r\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "Asset manager for python that leverages dot notation for simplified usage",
    "version": "1.0.8",
    "project_urls": {
        "Homepage": "https://github.com/nebko16/dot_tree"
    },
    "split_keywords": [
        "asset",
        "manager",
        "dot",
        "notation",
        "dot-notation",
        "pygame",
        "images",
        "textures",
        "sprites",
        "sounds",
        "fonts",
        "files",
        "caching",
        "loading"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86dd86a76ecf8e72b524b8c8d1126b1e8acfb7d3c6698e2ba55186fd66977fcb",
                "md5": "35865929b4dc2d0dedd57f23b8779cdb",
                "sha256": "5c903f04c73cb8f14afc25e54a41727d8d734bd64248333b37dcea3b815b2264"
            },
            "downloads": -1,
            "filename": "python_dot_tree-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "35865929b4dc2d0dedd57f23b8779cdb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 25398,
            "upload_time": "2024-10-12T00:59:32",
            "upload_time_iso_8601": "2024-10-12T00:59:32.969504Z",
            "url": "https://files.pythonhosted.org/packages/86/dd/86a76ecf8e72b524b8c8d1126b1e8acfb7d3c6698e2ba55186fd66977fcb/python_dot_tree-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5071c4de350852ac1b866b65b883608724c6d1f217a602243cefb88dbece18d4",
                "md5": "648114419fc63bdc47c4e6682821c25a",
                "sha256": "188eefdb9b7768bbaf9cf4b216656df5255882a1ce9abdca961f6383ef881650"
            },
            "downloads": -1,
            "filename": "python_dot_tree-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "648114419fc63bdc47c4e6682821c25a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 34661,
            "upload_time": "2024-10-12T00:59:34",
            "upload_time_iso_8601": "2024-10-12T00:59:34.259225Z",
            "url": "https://files.pythonhosted.org/packages/50/71/c4de350852ac1b866b65b883608724c6d1f217a602243cefb88dbece18d4/python_dot_tree-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-12 00:59:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nebko16",
    "github_project": "dot_tree",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "appdirs",
            "specs": []
        },
        {
            "name": "pygame-ce",
            "specs": []
        },
        {
            "name": "setuptools",
            "specs": []
        }
    ],
    "lcname": "python-dot-tree"
}
        
Elapsed time: 0.36926s