Python Efun management package for LDMud
Project description
Python Efun package for LDMud
These are routines and python efuns for management of Python efuns and types with LDMud 3.5 and later.
The package allows efuns and types to be dynamically detected, registered and reloaded.
This package contains the following efuns:
void python_reload()
string python_efun_help(string efunname)
Usage
Install from the python package index
The efun package can be downloaded from the python package index:
pip3 install --user ldmud-efuns
Build & install the package yourself
You can build the package yourself.
First clone the repository
git clone https://github.com/ldmud/python-efuns.git
Install the package
cd python-efuns
python3 setup.py install --user
Automatically load the modules at startup
Use startup.py as the Python startup script for LDMud. It will automatically detect the installed python efuns and load them.
You can deactivate single efuns with a configfile .ldmud-efuns
in your home directory, with the following contents
[efuns]
name_of_the_efun = off
[types]
name_of_the_type = off
Manually load the modules at startup
Add the following lines to your startup script:
import ldmudefuns.reload
import ldmudefuns.help
ldmudefuns.reload.register()
ldmudefuns.help.register()
Have fun!
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
Hashes for ldmud_efuns-0.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b426e67d90936975ba89e8a2bbe71a4feba33b975cfc784a3b6f90ac5283c304 |
|
MD5 | 9ad966e06aa5b3fcc492d60c6c045406 |
|
BLAKE2b-256 | b38a09d1164e45c7e3ac7a83606f8ebb7444743e6ec8af012d0557fd4d1c25bc |