wille.commandline

Command-line Execution Module

wille.commandline.create_server()

Create a server instance with given command-line arguments

wille.commandline.run_app(urls, appname=None, services_dir_default=None)
Command-line adapter for Wille Apps
Arguments:
urls - URL mappings appname - Appname (extracted from sys.argv by default) services_dir_default - Default services directory (used if none other specified)
wille.commandline.run_server()

Command-line adapter for Wille server

wille.commandline.run_service()

Command-line adapter for Wille Services

EXPERIMENTAL – has currently only limited support:

  • Does not support optional arguments
  • Does not support file-type arguments (@file)
  • Wille client is not passed to service

Previous topic

wille.services

Next topic

wille.memorystore

This Page