lazurite


Namelazurite JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryUnofficial shader development tool for Minecraft: Bedrock Edition with RenderDragon graphics engine
upload_time2024-05-09 21:54:06
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/>

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/50/7e/9c569b5e7282735919bbf9f1a5edbc0c73f05b3bae83db22bc58de31b492/lazurite-0.1.3.tar.gz",
    "platform": null,
    "description": "# Lazurite\r\n\r\nUnofficial shader development tool for Minecraft: Bedrock Edition with RenderDragon graphics engine.\r\n\r\nDocumentation: <https://veka0.github.io/lazurite>\r\n\r\nPyPi page: <https://pypi.org/project/lazurite>\r\n\r\n## Installation\r\n\r\nLazurite requires to have Python 3.10+ installed, but 3.12 is recommended.\r\n\r\nOfficial python installation page: <https://www.python.org/downloads/>\r\n\r\nAfter installing python, you can install lazurite package from pypi repository, with a command\r\n\r\n```sh\r\npip install lazurite\r\n```\r\n\r\nor\r\n\r\n```sh\r\npython -m pip install lazurite\r\n```\r\n\r\n## Next steps\r\n\r\nRead the documentation here <https://veka0.github.io/lazurite>\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Unofficial shader development tool for Minecraft: Bedrock Edition with RenderDragon graphics engine",
    "version": "0.1.3",
    "project_urls": {
        "Documentation": "https://veka0.github.io/lazurite",
        "Repository": "https://github.com/veka0/lazurite"
    },
    "split_keywords": [
        "shader",
        " minecraft",
        " bedrock",
        " renderdragon"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e102a2c97ab172447d2c88cf0bdcf607659a3e6abac0c95ebc00623db1cf01c",
                "md5": "7b71199f356fda4d9cc79318db80fa20",
                "sha256": "624679ffe1d96c8cf20d482fc616326adacbc388253ec1fa4d3b1db74f483d77"
            },
            "downloads": -1,
            "filename": "lazurite-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7b71199f356fda4d9cc79318db80fa20",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 54919,
            "upload_time": "2024-05-09T21:53:59",
            "upload_time_iso_8601": "2024-05-09T21:53:59.942205Z",
            "url": "https://files.pythonhosted.org/packages/3e/10/2a2c97ab172447d2c88cf0bdcf607659a3e6abac0c95ebc00623db1cf01c/lazurite-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "507e9c569b5e7282735919bbf9f1a5edbc0c73f05b3bae83db22bc58de31b492",
                "md5": "6ddc83e1a6fc33729bff752d980f2667",
                "sha256": "6a6b5d1ed9b1adb0bb9d97daa1773068317f3f25c12345b300232ca13bf30e69"
            },
            "downloads": -1,
            "filename": "lazurite-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6ddc83e1a6fc33729bff752d980f2667",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 45863,
            "upload_time": "2024-05-09T21:54:06",
            "upload_time_iso_8601": "2024-05-09T21:54:06.040274Z",
            "url": "https://files.pythonhosted.org/packages/50/7e/9c569b5e7282735919bbf9f1a5edbc0c73f05b3bae83db22bc58de31b492/lazurite-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 21:54:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "veka0",
    "github_project": "lazurite",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "lazurite"
}
        
Elapsed time: 0.25966s