Metadata-Version: 2.1
Name: scriptpak
Version: 0.2
Summary: The scriptpak programming language
Author: RixTheTyrunt
Author-email: rixthetyrunt@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/plain

scriptpak: error: unspecified command

Usage:
python -m scriptpak COMMAND [ARGS]

Available COMMANDs:
run [HOST] [PORT]: Launches the scriptpak server, from ~/scripts/*.sp; if HOST is not given, defaults to 0.0.0.0, if PORT not specified, 8080 will be used, if PORT is not a number, exits with code 1
help: Displays this message.
vars: Prints all variables from ~/scripts/##vars.ini; exits with code 1 if directory/variables not found or file format is incorrect
