Metadata-Version: 2.1
Name: weld-deps
Version: 0.11.0
Summary: 
License: MIT
Author: edayot
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beet (>=0.104.1)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: semver (>=3.0.2,<4.0.0)
Requires-Dist: smithed (>=0.16.0)
Description-Content-Type: text/markdown

# 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. 

Example:

```yaml
id: test
require:
  - weld_deps

meta:
  weld_deps:
    deps:
      smithed.crafter.dev:
        version: "0.4.0"
      itemio:
        version: "1.0.0"

```

