Skip to content

The python package for Smithed. Including weld, cli, and libraries.

License

Notifications You must be signed in to change notification settings

Smithed-MC/smithed-python

Repository files navigation

smithed-python

The python package for all things Smithed. Includes weld, cli, and libraries (via smithed-libraries).

Weld

The fastest pack merger of the west 🚅, build on beet technologies™

pip install smithed

Contributing

We use rye to manage this project's dependencies. This will handle every aspect from grabbing the correct python, downloading dependencies, and managing a virtual environment.

To get started, install rye:

MacOS and Linux

curl -sSf https://rye-up.com/get | bash

Windows

Check the guide here for an in-depth explanation.

Developer Setup

Once installed, you can sync the project to generate a virtual environment and you'll be set!

git clone https://github.com/Smithed-MC/smithed-python
cd smithed-python
rye sync