Reworking of xyppy
Project description
xyfny - a z-machine intepreter
This is based closely upon theinternetftw's xyppy
.
Where that is geared towards an interactive simulation of a good ol'-fashioned Z-machine experience, this is intended to be plugging into event-driven systems (for instance, chat systems like Slack).
All of the terminal handling is stripped out. Rather, the z-machine runs until it attempts to read input from the user. At that point, it'll exit with an interrupt - unless there is user input pending in its buffer.
The basic gist of how this might be used:
# Initialise
env = make_env(file)
intro = do_step(env, line)
# Output the introductory text to the user
output(intro)
# On receiving an input event from the user:
response = do_step(env, event_text)
output(response)
References
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
Built Distribution
File details
Details for the file xyfny-0.0.11.tar.gz
.
File metadata
- Download URL: xyfny-0.0.11.tar.gz
- Upload date:
- Size: 33.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c12cf9ba44edf43dd8d673223125a06ab0a321045f50d6d31b0e093afade5ba0
|
|
MD5 |
577f76e01bf7257285e8d43a7dda77b3
|
|
BLAKE2b-256 |
c81454b8834fbe600f5e0ef26d208102f668f7e5dbe8b8a9efc9c4ad2fa1e257
|
File details
Details for the file xyfny-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: xyfny-0.0.11-py3-none-any.whl
- Upload date:
- Size: 38.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
07a7a50f7daba1d865ede862af96cb1ef6533758094f5ed2f762ada20089cae1
|
|
MD5 |
8d5d14a875ef7f0b723694699f3fba0e
|
|
BLAKE2b-256 |
b9b9ce21d6cb7c8b8d089faaed67c0e8e7a417fa86ba50d878ff198f816672e0
|