Skip to main content

Talk to Mudlet with

Project description

Assume you are really annoyed with Lua and want to use a reasonable scripting language. Say, Python.

This module lets you do that.

It establishes a bidirectional link between Mudlet/Lua and Python and exchanges structured messages between the two.

Mudlet can do HTTP requests in the background, so we send a “long poll” PUSH request to the Python server. The reply contains the incoming messages (as a JSON array).

There are a couple of optimizations to be had:

  • if “httpGET” is available, we use that instead of an empty PUSH.

  • if the platform supports Unix FIFO nodes in the file system, we use that for sending to Python, as that’s faster and less expensive than a HTTP request per message.

The only required parameter on the Mudlet side is the port number.

Errors / exceptions are generally propagated to the caller.

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

mudlet-0.1.2.tar.gz (13.2 kB view details)

Uploaded Source

File details

Details for the file mudlet-0.1.2.tar.gz.

File metadata

  • Download URL: mudlet-0.1.2.tar.gz
  • Upload date:
  • Size: 13.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.8

File hashes

Hashes for mudlet-0.1.2.tar.gz
Algorithm Hash digest
SHA256 f5c8d01a7c5fd251c491dafc481c43177a38fa272b9f52fc0cf5227e04221256
MD5 992a90ae32b757505f0562bd4be644ab
BLAKE2b-256 d761f09386edbe08c23ca54c39eb6487f00dbddef84db0da2a4664c4e18b4925

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