Metadata-Version: 2.4
Name: pizza-eval
Version: 0.4.0
Summary: Custom string processing engine for PizzaRomani
Author-email: HyperLexus <hyperlexus1@proton.me>
License-Expression: MIT
Project-URL: Homepage, https://github.com/hyperlexus/pizza-eval
Project-URL: Bug Tracker, https://github.com/hyperlexus/pizza-eval/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: license-file

# pizza-eval

compiler for my custom language. Originally invented by [@MaggdaDev](https://github.com/MaggdaDev).\
The language can take condition checks as input and sends a reply.
checks can be boolean compared logic and replies can adapt to the message, such as giving random answers or replacing parts of it.

this can be used, for example, for a discord bot that replies automatically (see [blueshellbot](https://github.com/hyperlexus/blueshellbot2)), or for an automatic replier.\
if you build the framework, you can automate this and insert commands on the fly on a bot running somewhere. for this, see [PizzaSlashCog](https://github.com/hyperlexus/blueshellbot2/blob/master/DiscordCogs/Slash/PizzaSlashCog.py) of blueshellbot. 

you may import this package and use its features. how to use is stated in the help dir.

please do not redistribute without permission. all code written by hand.
