weld-deps


Nameweld-deps JSON
Version 0.14.1 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-12-07 19:30:47
maintainerNone
docs_urlNone
authoredayot
requires_python<4.0,>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Weld deps

> A datapack package manager using smithed API

PyPi: [https://pypi.org/project/weld-deps/](https://pypi.org/project/weld-deps/)

## Usage

This is a [beet](https://mcbeet.dev/) plugin.

It's placed in the require section of the beet config file. 

See all examples here : https://github.com/edayot/weld-deps/tree/main/examples

## A quick introduction to the format
```yaml
require:
  - weld_deps
## The dict way
meta:
  weld_deps:
    default_source: "smithed" # This is not needed, smithed is the default for default_source
    deps:
      smithed.crafter.dev: # You can provide a version by a dict
        version: "0.4.0"
      itemio: "1.0.0" # Or by a string
## The list way
meta:
  weld_deps:
    default_source: "modrinth" # This is needed if you want to work with modrinth deps as default
    deps:
      - id: player_motion
        version: "1.3.1"
        source: "smithed"
      - id: code-of-copper # The source is automaticly to modrinth
        version: "0.3.0"
## Multiple sources
meta:
  weld_deps:
    deps:
      player_motion: "1.3.1"
      code-of-copper:
        version: "0.3.0"
        source: "modrinth"
      itemio:
        version: "1.2.6"
        source: "download"
        download:
          datapack: "https://github.com/edayot/ItemIO/releases/download/v1.2.6/ItemIO-v1.2.6-Datapack.zip"
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "weld-deps",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "edayot",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b2/34/39c22cea4db78ca54f092973cf0099e28fde5dc047d241461daf3221781f/weld_deps-0.14.1.tar.gz",
    "platform": null,
    "description": "# Weld deps\n\n> A datapack package manager using smithed API\n\nPyPi: [https://pypi.org/project/weld-deps/](https://pypi.org/project/weld-deps/)\n\n## Usage\n\nThis is a [beet](https://mcbeet.dev/) plugin.\n\nIt's placed in the require section of the beet config file. \n\nSee all examples here : https://github.com/edayot/weld-deps/tree/main/examples\n\n## A quick introduction to the format\n```yaml\nrequire:\n  - weld_deps\n## The dict way\nmeta:\n  weld_deps:\n    default_source: \"smithed\" # This is not needed, smithed is the default for default_source\n    deps:\n      smithed.crafter.dev: # You can provide a version by a dict\n        version: \"0.4.0\"\n      itemio: \"1.0.0\" # Or by a string\n## The list way\nmeta:\n  weld_deps:\n    default_source: \"modrinth\" # This is needed if you want to work with modrinth deps as default\n    deps:\n      - id: player_motion\n        version: \"1.3.1\"\n        source: \"smithed\"\n      - id: code-of-copper # The source is automaticly to modrinth\n        version: \"0.3.0\"\n## Multiple sources\nmeta:\n  weld_deps:\n    deps:\n      player_motion: \"1.3.1\"\n      code-of-copper:\n        version: \"0.3.0\"\n        source: \"modrinth\"\n      itemio:\n        version: \"1.2.6\"\n        source: \"download\"\n        download:\n          datapack: \"https://github.com/edayot/ItemIO/releases/download/v1.2.6/ItemIO-v1.2.6-Datapack.zip\"\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": null,
    "version": "0.14.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5720b3fccfdbed2fe8450f9b6d289d4fc5524c22689ec334e0846f035496c89e",
                "md5": "5753f6b9315e56b0e6dd841a5e2467c2",
                "sha256": "b7120a866655aee1d0cfe391201e7682967c6f0e87a7add447fdd7698d21dba6"
            },
            "downloads": -1,
            "filename": "weld_deps-0.14.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5753f6b9315e56b0e6dd841a5e2467c2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 5093,
            "upload_time": "2024-12-07T19:30:46",
            "upload_time_iso_8601": "2024-12-07T19:30:46.248501Z",
            "url": "https://files.pythonhosted.org/packages/57/20/b3fccfdbed2fe8450f9b6d289d4fc5524c22689ec334e0846f035496c89e/weld_deps-0.14.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b23439c22cea4db78ca54f092973cf0099e28fde5dc047d241461daf3221781f",
                "md5": "2d196fd36f7f85d1635930be0184639a",
                "sha256": "9687b1d7bdc8f304ca30399db25f6f6747dcca6b2beeac2696f34b0deaa22cbc"
            },
            "downloads": -1,
            "filename": "weld_deps-0.14.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2d196fd36f7f85d1635930be0184639a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 4507,
            "upload_time": "2024-12-07T19:30:47",
            "upload_time_iso_8601": "2024-12-07T19:30:47.649942Z",
            "url": "https://files.pythonhosted.org/packages/b2/34/39c22cea4db78ca54f092973cf0099e28fde5dc047d241461daf3221781f/weld_deps-0.14.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-07 19:30:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "weld-deps"
}
        
Elapsed time: 0.35925s