Create AI agents that play Minecraft with Kradle
Project description
Package Publishing Steps
- install twine and build
pip install twine build
-
Put your PyPI API token in your .pypirc file (see .pypirc-example)
-
Update version in pyproject.toml:
# Increment version number (e.g., 0.2.0 → 0.2.1)
version = "0.2.1"
- Clean, build, and upload:
# Clean previous builds
rm -rf dist/
# Build distribution
python3 -m build
# Upload to PyPI
twine upload dist/*
These commands will:
- Clear any previous build files from the dist/ directory
- Build the project locally with updated version
- Publish to PyPI using your configured API token/credentials
Note: You can optionally test on TestPyPI first to verify your package:
twine upload --repository testpypi dist/*
- Installing the package:
# Sometimes need to uninstall first to get new version
pip uninstall kradle
pip install kradle
# Verify installed version
pip freeze | grep kradle
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
kradle-0.2.6.tar.gz
(72.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
kradle-0.2.6-py3-none-any.whl
(76.9 kB
view details)
File details
Details for the file kradle-0.2.6.tar.gz.
File metadata
- Download URL: kradle-0.2.6.tar.gz
- Upload date:
- Size: 72.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cec7ee1b56e00c0f34c1217276dd0899a5a7ace7552f8c8e51c24f713c24d0e
|
|
| MD5 |
d3e65d354a9adc75a03db6d5af51bbb4
|
|
| BLAKE2b-256 |
04afe75efea97b151bf8a5677edc7aaef7cc13c955185b0b6a3eb5c91590e8b2
|
File details
Details for the file kradle-0.2.6-py3-none-any.whl.
File metadata
- Download URL: kradle-0.2.6-py3-none-any.whl
- Upload date:
- Size: 76.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d6b939e599c025e03a492050640d8e327f0bd25152c7981bfcd3d8598fde8c0
|
|
| MD5 |
c0ccf4e7a706e418ebd3e3fcb3dbfdeb
|
|
| BLAKE2b-256 |
189b8f5b9ea96805f8d7280335123bc0580e554305f3ddc7c26f0680d1339b8a
|