Skip to main content

Extension of bolt-expressions written in Bolt.

Project description

wicked-expressions

GitHub Actions

Extension of bolt-expressions written in Bolt.

Introduction

This is an extension of the bolt-expressions package. I highly recommend getting accustom to the original before using this one. This package is meant to build upon it by adding more functionality.

from wicked_expressions:api import Scoreboard, Var, Float

foo = Scoreboard('demo')['$foo']
bar = Var(Float, 3.14159)

foo = 123
data_0 = 30

if foo == 1:
    tellraw @a "foo == 1"
else:
    tellraw @a "foo != 1"

if bar == 3.14159:
    tellraw @a "yes :3"
else:
    tellraw @a "no :<"

Installation

pip install wicked_expressions

Getting started

The library is designed to be used within any bolt script (either a .mcfunction or bolt file) inside a bolt enabled project.

require:
    - bolt
    - wicked_expressions

pipeline:
    - mecha

Once you've required bolt and wicked_expressions, you are able to import the package's api module directly inside your bolt script.

Most of the imports come from the wicked_expressions:api module as shown below.

from wicked_expressions:api import Scoreboard

Now you're free to use the API. Use simple and complex expressions, compare expressions and have access to many more features of the library!

Documentation

Docs available here.

Features

  • Most if not all the functionality of bolt-expressions.
  • Built in score & data comparison using python's comparison operators.
  • Useful functions and methods especially for bolt library developers such as .store() and .get().
  • Anonymous runtime variables.
  • DataStash feature allowing per-entity data.

License - MIT

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

wicked_expressions-1.6.3.tar.gz (14.1 kB view details)

Uploaded Source

Built Distribution

wicked_expressions-1.6.3-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

File details

Details for the file wicked_expressions-1.6.3.tar.gz.

File metadata

  • Download URL: wicked_expressions-1.6.3.tar.gz
  • Upload date:
  • Size: 14.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/42.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.1.0 tqdm/4.66.1 importlib-metadata/6.8.0 keyring/24.3.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.12.1

File hashes

Hashes for wicked_expressions-1.6.3.tar.gz
Algorithm Hash digest
SHA256 1185b632ee57a3e9a0f7e2e0b3b11cc2e580ae3483485c7358d531cbd335c98c
MD5 b8af7716fa7717c6fe493b1453b6714a
BLAKE2b-256 2f3a89844d91b389d146b33c3b4c55873f929757df478e1261640b8e72f95819

See more details on using hashes here.

File details

Details for the file wicked_expressions-1.6.3-py3-none-any.whl.

File metadata

  • Download URL: wicked_expressions-1.6.3-py3-none-any.whl
  • Upload date:
  • Size: 18.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/42.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.1.0 tqdm/4.66.1 importlib-metadata/6.8.0 keyring/24.3.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.12.1

File hashes

Hashes for wicked_expressions-1.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ab469378f614e756a0042c96f8df35e64d63bb1e55a62311599e3d1cc2786d7d
MD5 9da8143ac6fcd1dceff9345d947f39b7
BLAKE2b-256 f25928954433c3e6f53f36e4f5809acd53277802b4a775c29556c7bca1c6238a

See more details on using hashes here.

Supported by

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