lazurite


Namelazurite JSON
Version 0.4.2 PyPI version JSON
download
home_pageNone
SummaryUnofficial shader development tool for Minecraft: Bedrock Edition with RenderDragon graphics engine
upload_time2025-02-01 13:18:47
maintainerNone
docs_urlNone
authorveka0
requires_python>=3.10
licenseNone
keywords shader minecraft bedrock renderdragon
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Lazurite

Unofficial shader development tool for Minecraft: Bedrock Edition with RenderDragon graphics engine.

Documentation: <https://veka0.github.io/lazurite>

PyPi page: <https://pypi.org/project/lazurite>

## Installation

Lazurite requires to have Python 3.10+ installed, but 3.12 is recommended.

Official python installation page: <https://www.python.org/downloads>.
Windows users are recommended to install Python from Microsoft Store.

After installing python, you can install lazurite package from pypi repository, with a command

```sh
pip install lazurite
```

or

```sh
python -m pip install lazurite
```

## Next steps

Read the documentation here <https://veka0.github.io/lazurite>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lazurite",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "shader, minecraft, bedrock, renderdragon",
    "author": "veka0",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3e/fa/6e1c5527f785f44bfe601711cd8bf0045f2e8785590f46e5834c72119b26/lazurite-0.4.2.tar.gz",
    "platform": null,
    "description": "# Lazurite\n\nUnofficial shader development tool for Minecraft: Bedrock Edition with RenderDragon graphics engine.\n\nDocumentation: <https://veka0.github.io/lazurite>\n\nPyPi page: <https://pypi.org/project/lazurite>\n\n## Installation\n\nLazurite requires to have Python 3.10+ installed, but 3.12 is recommended.\n\nOfficial python installation page: <https://www.python.org/downloads>.\nWindows users are recommended to install Python from Microsoft Store.\n\nAfter installing python, you can install lazurite package from pypi repository, with a command\n\n```sh\npip install lazurite\n```\n\nor\n\n```sh\npython -m pip install lazurite\n```\n\n## Next steps\n\nRead the documentation here <https://veka0.github.io/lazurite>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Unofficial shader development tool for Minecraft: Bedrock Edition with RenderDragon graphics engine",
    "version": "0.4.2",
    "project_urls": {
        "Documentation": "https://veka0.github.io/lazurite",
        "Repository": "https://github.com/veka0/lazurite"
    },
    "split_keywords": [
        "shader",
        " minecraft",
        " bedrock",
        " renderdragon"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6d5b08f1d1a07bd262540f0ebef79d1d4cad5b70af5b618491219556d74a5e46",
                "md5": "3f5a26d29528f818ab72fc74a2db7b29",
                "sha256": "9f5e279c5c874144ea7360b196f3aaad485709fd2a019f05dcca7a9a54459d7b"
            },
            "downloads": -1,
            "filename": "lazurite-0.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f5a26d29528f818ab72fc74a2db7b29",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 49702,
            "upload_time": "2025-02-01T13:18:46",
            "upload_time_iso_8601": "2025-02-01T13:18:46.207223Z",
            "url": "https://files.pythonhosted.org/packages/6d/5b/08f1d1a07bd262540f0ebef79d1d4cad5b70af5b618491219556d74a5e46/lazurite-0.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3efa6e1c5527f785f44bfe601711cd8bf0045f2e8785590f46e5834c72119b26",
                "md5": "7681e98970371e907aa6fbf4b4c33247",
                "sha256": "358c9fee1121651db71f058634b3e4dbfa679cc2a96ce61b80216bd8df86d341"
            },
            "downloads": -1,
            "filename": "lazurite-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7681e98970371e907aa6fbf4b4c33247",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 39022,
            "upload_time": "2025-02-01T13:18:47",
            "upload_time_iso_8601": "2025-02-01T13:18:47.665852Z",
            "url": "https://files.pythonhosted.org/packages/3e/fa/6e1c5527f785f44bfe601711cd8bf0045f2e8785590f46e5834c72119b26/lazurite-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-01 13:18:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "veka0",
    "github_project": "lazurite",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lazurite"
}
        
Elapsed time: 0.35136s