An easy drop in user-provided Templating system.
Project description
Information
This repository is a fork of JonSnowbd's TagScript, a string templating language. This fork adds support for Discord object adapters and a couple Discord related blocks, as well as multiple utility blocks. Additionally, several tweaks have been made to the engine's behavior.
This TagScriptEngine is used on MELON, a Discord bot. An example implementation can be found its Tags cog.
Additional documentation on the TagScriptEngine library can be found here.
Installation
Download the latest version through pip:
pip(3) install AdvancedTagscriptEngine
Download from a commit:
pip(3) install git+https://github.com/japandotorg/TagScriptEngine.git@<COMMIT_HASH>
Install for editing/development:
git clone https://github.com/japandotorg/TagScriptEngine.git
pip(3) install -e ./TagScript
What?
TagScript is a drop in easy to use string interpreter that lets you provide users with ways of customizing their profiles or chat rooms with interactive text.
For example TagScript comes out of the box with a random block that would let users provide a template that produces a new result each time its ran, or assign math and variables for later use.
Dependencies
Python 3.8+
discord.py
pyparsing
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
File details
Details for the file AdvancedTagScriptEngine-3.1.4.tar.gz
.
File metadata
- Download URL: AdvancedTagScriptEngine-3.1.4.tar.gz
- Upload date:
- Size: 32.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 580d7251613fb9ee3f6cd10898aa49b53db7687849834940f97a38f269dae60a |
|
MD5 | c288ac8fff09844cb7b596eaa8b7e6f4 |
|
BLAKE2b-256 | aa6d260de06b03761ef7644e8e7cea7b973f4cdcffa7e142bec3cb06fdc48bca |