No project description provided
Project description
Weld deps
A datapack package manager using smithed API
PyPi: https://pypi.org/project/weld-deps/
Usage
This is a beet 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
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"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
weld_deps-0.11.1.tar.gz
(4.2 kB
view hashes)
Built Distribution
Close
Hashes for weld_deps-0.11.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 088e198926deac95af7af7951ea283bfffe9ed3d87a0144d3d96f3a5ac05bf17 |
|
MD5 | 623a512355f3ca4e0044adc397f90800 |
|
BLAKE2b-256 | 21be407e9174ca2374cfd2d8a0e9eb2415351e33eabad1540c612752ffff3d8f |