python-dot-tree


Namepython-dot-tree JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/nebko16/dot_tree
SummaryAsset manager for python that leverages dot notation for simplified usage
upload_time2024-09-25 17:28:53
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/a8/dd/f43ab390ce09cd7c2865508798702b4a3b4ead9bae104be466978f0bb5c9/python_dot_tree-1.0.4.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.4",
    "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": "26246f96277b9b855287fd4c117e4ba25e5a2769c7190e478140bfcdfa41adb8",
                "md5": "29b0c9abf44503d647b1ed4e014ffe0a",
                "sha256": "f0ebddad827144cff7057af235bf0af70bbeb76de2f539eaef9987e1b3513d3b"
            },
            "downloads": -1,
            "filename": "python_dot_tree-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "29b0c9abf44503d647b1ed4e014ffe0a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 22871,
            "upload_time": "2024-09-25T17:28:52",
            "upload_time_iso_8601": "2024-09-25T17:28:52.504416Z",
            "url": "https://files.pythonhosted.org/packages/26/24/6f96277b9b855287fd4c117e4ba25e5a2769c7190e478140bfcdfa41adb8/python_dot_tree-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8ddf43ab390ce09cd7c2865508798702b4a3b4ead9bae104be466978f0bb5c9",
                "md5": "6e23d3c4a9ba328f765672333b4f122a",
                "sha256": "01911e1c50d2126c8edb23e973dd3f8a68d6a6300b78517ec5284bb4559aea41"
            },
            "downloads": -1,
            "filename": "python_dot_tree-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "6e23d3c4a9ba328f765672333b4f122a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 28441,
            "upload_time": "2024-09-25T17:28:53",
            "upload_time_iso_8601": "2024-09-25T17:28:53.945978Z",
            "url": "https://files.pythonhosted.org/packages/a8/dd/f43ab390ce09cd7c2865508798702b4a3b4ead9bae104be466978f0bb5c9/python_dot_tree-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-25 17:28:53",
    "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: 1.38943s