# 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/d5/41/c4d6d7f0c70cefa12caa71a5c5f11f3ccf30f621ccd26e8e70ca8448fe47/mcitemlib-0.4.4.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.4",
"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": "9e4b313f1f39bd8fe5d0224ab93ef86db6cca9209e6939ae0220083a3b2fa01f",
"md5": "3a22a89d2dd928cd29242d1debf4bdec",
"sha256": "e2e7a98ab9156c951b6f82ce32191cafe120728524b7d331ef3703ffb7c2a154"
},
"downloads": -1,
"filename": "mcitemlib-0.4.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3a22a89d2dd928cd29242d1debf4bdec",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 11214,
"upload_time": "2025-07-18T15:47:09",
"upload_time_iso_8601": "2025-07-18T15:47:09.620675Z",
"url": "https://files.pythonhosted.org/packages/9e/4b/313f1f39bd8fe5d0224ab93ef86db6cca9209e6939ae0220083a3b2fa01f/mcitemlib-0.4.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d541c4d6d7f0c70cefa12caa71a5c5f11f3ccf30f621ccd26e8e70ca8448fe47",
"md5": "5e26b8d3679adab1023fdc9f4dccd99e",
"sha256": "f6944391de5a9bea3ee9cac9161cf43a669e0e3d95d7a691d79b23d7949b3e95"
},
"downloads": -1,
"filename": "mcitemlib-0.4.4.tar.gz",
"has_sig": false,
"md5_digest": "5e26b8d3679adab1023fdc9f4dccd99e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 10301,
"upload_time": "2025-07-18T15:47:10",
"upload_time_iso_8601": "2025-07-18T15:47:10.740700Z",
"url": "https://files.pythonhosted.org/packages/d5/41/c4d6d7f0c70cefa12caa71a5c5f11f3ccf30f621ccd26e8e70ca8448fe47/mcitemlib-0.4.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-18 15:47:10",
"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"
}