mcitemlib


Namemcitemlib JSON
Version 0.2.3 PyPI version JSON
download
home_pagehttps://github.com/Amp63/mcitemlib
SummaryA library for creating and editing Minecraft items using python.
upload_time2024-04-17 02:29:06
maintainerNone
docs_urlNone
authorAmp
requires_python<4.0,>=3.8
licenseMIT
keywords minecraft item block nbt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mcitemlib

A library for creating and editing Minecraft items using python.

## Method List

### General
 - `get_id`
 - `get_count`
 - `get_durability`
 - `get_name`
 - `set_id`
 - `set_count`
 - `set_durability`
 - `set_name`

### Lore
 - `get_lore`
 - `set_lore`
 - `set_lore_line`

### Enchantments
 - `get_enchantments`
 - `set_enchantment`

### Shulker Boxes
 - `get_shulker_box_item`
 - `set_shulker_box_item`

### Books
 - `get_book_text`
 - `set_book_text`
 - `set_book_page`
 - `set_book_author`
 - `set_book_title`

### Other
 - `get_tag`
 - `set_tag`
 - `get_nbt`
 - `send_to_minecraft`
            

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/a9/32/e8cb3e8e787b715ec49337a16e3f79313146c053357cea17dfa66f166190/mcitemlib-0.2.3.tar.gz",
    "platform": null,
    "description": "# mcitemlib\n\nA library for creating and editing Minecraft items using python.\n\n## Method List\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 - `set_lore_line`\n\n### Enchantments\n - `get_enchantments`\n - `set_enchantment`\n\n### Shulker Boxes\n - `get_shulker_box_item`\n - `set_shulker_box_item`\n\n### Books\n - `get_book_text`\n - `set_book_text`\n - `set_book_page`\n - `set_book_author`\n - `set_book_title`\n\n### Other\n - `get_tag`\n - `set_tag`\n - `get_nbt`\n - `send_to_minecraft`",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library for creating and editing Minecraft items using python.",
    "version": "0.2.3",
    "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": "600c77a5a4852c905bd90741499b27856428fd3e12b9fb4d10aaf0ca03327bfe",
                "md5": "108cee47bd872c53fcc5bcbfdf254c1f",
                "sha256": "73408437ac7e8284e1d6a5a7b6e03d547e307cd4288d7c346d6e45f93f270104"
            },
            "downloads": -1,
            "filename": "mcitemlib-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "108cee47bd872c53fcc5bcbfdf254c1f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 9431,
            "upload_time": "2024-04-17T02:29:05",
            "upload_time_iso_8601": "2024-04-17T02:29:05.030045Z",
            "url": "https://files.pythonhosted.org/packages/60/0c/77a5a4852c905bd90741499b27856428fd3e12b9fb4d10aaf0ca03327bfe/mcitemlib-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a932e8cb3e8e787b715ec49337a16e3f79313146c053357cea17dfa66f166190",
                "md5": "b8d3a315ab151bbb6e8b01d915256b44",
                "sha256": "6814edbaf9a5e40e9af1d403e5d7f84d6e9afbde85a16f4789213e27c3ab4f61"
            },
            "downloads": -1,
            "filename": "mcitemlib-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b8d3a315ab151bbb6e8b01d915256b44",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 8583,
            "upload_time": "2024-04-17T02:29:06",
            "upload_time_iso_8601": "2024-04-17T02:29:06.422081Z",
            "url": "https://files.pythonhosted.org/packages/a9/32/e8cb3e8e787b715ec49337a16e3f79313146c053357cea17dfa66f166190/mcitemlib-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 02:29:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Amp63",
    "github_project": "mcitemlib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mcitemlib"
}
        
Amp
Elapsed time: 0.22880s