mcitemlib


Namemcitemlib JSON
Version 0.2.5 PyPI version JSON
download
home_pagehttps://github.com/Amp63/mcitemlib
SummaryA library for creating and editing Minecraft items using python.
upload_time2024-07-08 15:51:02
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/f1/23/58ecb0d441f9b00c1f7ba7a5bbf86d5cb7852a99a0bb718c35a5f9ee8b55/mcitemlib-0.2.5.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.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": "7481a437522e655fea6feec5cd1b97f1f2cbdfbd8948beb0a98da3450504e5c4",
                "md5": "dccae7ce3d9a1a59b9843f05b330598e",
                "sha256": "7495f3754f8ade37996af2006ab94b633ed6b5170586fa9b5643b09acca9d01f"
            },
            "downloads": -1,
            "filename": "mcitemlib-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dccae7ce3d9a1a59b9843f05b330598e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 9508,
            "upload_time": "2024-07-08T15:50:59",
            "upload_time_iso_8601": "2024-07-08T15:50:59.822160Z",
            "url": "https://files.pythonhosted.org/packages/74/81/a437522e655fea6feec5cd1b97f1f2cbdfbd8948beb0a98da3450504e5c4/mcitemlib-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f12358ecb0d441f9b00c1f7ba7a5bbf86d5cb7852a99a0bb718c35a5f9ee8b55",
                "md5": "d174f49733e3a037d2be1233359f7f5f",
                "sha256": "b8a3524f7aae3290a6f47c6d7095e0a3b633378322faf028880f1f1cce9dfd84"
            },
            "downloads": -1,
            "filename": "mcitemlib-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "d174f49733e3a037d2be1233359f7f5f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 8657,
            "upload_time": "2024-07-08T15:51:02",
            "upload_time_iso_8601": "2024-07-08T15:51:02.914518Z",
            "url": "https://files.pythonhosted.org/packages/f1/23/58ecb0d441f9b00c1f7ba7a5bbf86d5cb7852a99a0bb718c35a5f9ee8b55/mcitemlib-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-08 15:51:02",
    "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.73404s