weld-deps


Nameweld-deps JSON
Version 0.13.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-08-09 15:51:24
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/c8/ba/1c0940d1e3a7842aa98363ea7b6f11cf7bc8fc3f58dc2d0239611c92afd3/weld_deps-0.13.0.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.13.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d691fe6ed7ca5bb56b97d89f05d59543f8dd0662e0336a710e18bdfeea5a87d",
                "md5": "a8f120ac2f34f55d5bb9f94bb607f1f4",
                "sha256": "81ef4b19e8bc416b9ec4f900afbcd719ce3778522a780ddbd0540e639fd038b6"
            },
            "downloads": -1,
            "filename": "weld_deps-0.13.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8f120ac2f34f55d5bb9f94bb607f1f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 4890,
            "upload_time": "2024-08-09T15:51:23",
            "upload_time_iso_8601": "2024-08-09T15:51:23.205025Z",
            "url": "https://files.pythonhosted.org/packages/5d/69/1fe6ed7ca5bb56b97d89f05d59543f8dd0662e0336a710e18bdfeea5a87d/weld_deps-0.13.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8ba1c0940d1e3a7842aa98363ea7b6f11cf7bc8fc3f58dc2d0239611c92afd3",
                "md5": "d1bcf57ba6faf21c08b5ca82a036d6a6",
                "sha256": "46fc370743ebc39024b04cac42f8f398bcfa929e2a4553ddb07d5773d5225c8e"
            },
            "downloads": -1,
            "filename": "weld_deps-0.13.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d1bcf57ba6faf21c08b5ca82a036d6a6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 4315,
            "upload_time": "2024-08-09T15:51:24",
            "upload_time_iso_8601": "2024-08-09T15:51:24.086449Z",
            "url": "https://files.pythonhosted.org/packages/c8/ba/1c0940d1e3a7842aa98363ea7b6f11cf7bc8fc3f58dc2d0239611c92afd3/weld_deps-0.13.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-09 15:51:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "weld-deps"
}
        
Elapsed time: 0.33062s