# mcitemlib
A library for creating and editing Minecraft items using python.
## Method List
### Class Methods
 - `from_tag`
 - `from_snbt`
### General
 - `get_id`
 - `get_count`
 - `get_durability`
 - `get_name`
 - `set_id`
 - `set_count`
 - `set_durability`
 - `set_name`
### Lore
 - `get_lore`
 - `set_lore`
### Enchantments
 - `get_enchantments`
 - `set_enchantments`
### Shulker Boxes
 - `get_shulker_box_contents`
 - `set_shulker_box_contents`
### Books
 - `get_book_text`
 - `get_book_author`
 - `get_book_title`
 - `set_book_text`
 - `set_book_author`
 - `set_book_title`
### Other
 - `get_component`
 - `set_component`
 - `get_snbt`
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": "https://github.com/Amp63/mcitemlib",
    "name": "mcitemlib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "minecraft, item, block, nbt",
    "author": "Amp",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ae/81/ac7fdf43333560805a75e623b896825c60800649c13cf4334d38ac2f4d71/mcitemlib-0.4.5.tar.gz",
    "platform": null,
    "description": "# mcitemlib\n\nA library for creating and editing Minecraft items using python.\n\n## Method List\n\n### Class Methods\n - `from_tag`\n - `from_snbt`\n\n### General\n - `get_id`\n - `get_count`\n - `get_durability`\n - `get_name`\n - `set_id`\n - `set_count`\n - `set_durability`\n - `set_name`\n\n### Lore\n - `get_lore`\n - `set_lore`\n\n### Enchantments\n - `get_enchantments`\n - `set_enchantments`\n\n### Shulker Boxes\n - `get_shulker_box_contents`\n - `set_shulker_box_contents`\n\n### Books\n - `get_book_text`\n - `get_book_author`\n - `get_book_title`\n - `set_book_text`\n - `set_book_author`\n - `set_book_title`\n\n### Other\n - `get_component`\n - `set_component`\n - `get_snbt`\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library for creating and editing Minecraft items using python.",
    "version": "0.4.5",
    "project_urls": {
        "Homepage": "https://github.com/Amp63/mcitemlib",
        "Repository": "https://github.com/Amp63/mcitemlib"
    },
    "split_keywords": [
        "minecraft",
        " item",
        " block",
        " nbt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5638241eb4462531f4fb5a6cfd6a3a3596b433a8ad0f3e0fa8a7a03d5b6d075",
                "md5": "c3278febf62ddf8c8dc72327b96983c5",
                "sha256": "a089bd740d379400823e6f95879bba5d735d69fb03f3c159881db2910f71b678"
            },
            "downloads": -1,
            "filename": "mcitemlib-0.4.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c3278febf62ddf8c8dc72327b96983c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 11203,
            "upload_time": "2025-11-01T17:58:16",
            "upload_time_iso_8601": "2025-11-01T17:58:16.948174Z",
            "url": "https://files.pythonhosted.org/packages/f5/63/8241eb4462531f4fb5a6cfd6a3a3596b433a8ad0f3e0fa8a7a03d5b6d075/mcitemlib-0.4.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae81ac7fdf43333560805a75e623b896825c60800649c13cf4334d38ac2f4d71",
                "md5": "23fff953ddf580477c218817c50fba6b",
                "sha256": "c81fe7d6cac0ed04b159b4a631cb0b2f510ed89587d99ebdc4e3ca75d9917df3"
            },
            "downloads": -1,
            "filename": "mcitemlib-0.4.5.tar.gz",
            "has_sig": false,
            "md5_digest": "23fff953ddf580477c218817c50fba6b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 10256,
            "upload_time": "2025-11-01T17:58:17",
            "upload_time_iso_8601": "2025-11-01T17:58:17.960776Z",
            "url": "https://files.pythonhosted.org/packages/ae/81/ac7fdf43333560805a75e623b896825c60800649c13cf4334d38ac2f4d71/mcitemlib-0.4.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-11-01 17:58:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Amp63",
    "github_project": "mcitemlib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "amulet-nbt",
            "specs": [
                [
                    "==",
                    "2.1.5"
                ]
            ]
        },
        {
            "name": "mutf8",
            "specs": [
                [
                    "==",
                    "1.0.6"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.26.4"
                ]
            ]
        }
    ],
    "lcname": "mcitemlib"
}