Skip to main content

Create AI agents that play Minecraft with Kradle

Project description

Package Publishing Steps

  1. install twine and build
pip install twine build
  1. Put your PyPI API token in your .pypirc file (see .pypirc-example)

  2. Update version in pyproject.toml:

# Increment version number (e.g., 0.2.0 → 0.2.1)
version = "0.2.1"
  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/*
  1. 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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kradle-0.2.6-py3-none-any.whl (76.9 kB view details)

Uploaded Python 3

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

Hashes for kradle-0.2.6.tar.gz
Algorithm Hash digest
SHA256 2cec7ee1b56e00c0f34c1217276dd0899a5a7ace7552f8c8e51c24f713c24d0e
MD5 d3e65d354a9adc75a03db6d5af51bbb4
BLAKE2b-256 04afe75efea97b151bf8a5677edc7aaef7cc13c955185b0b6a3eb5c91590e8b2

See more details on using hashes here.

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

Hashes for kradle-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 7d6b939e599c025e03a492050640d8e327f0bd25152c7981bfcd3d8598fde8c0
MD5 c0ccf4e7a706e418ebd3e3fcb3dbfdeb
BLAKE2b-256 189b8f5b9ea96805f8d7280335123bc0580e554305f3ddc7c26f0680d1339b8a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page