NRP Core  1.4.1
python_json_engine.py File Reference

Classes

class  python_json_engine.StandaloneApplication
 

Namespaces

 python_json_engine
 

Functions

def python_json_engine.all_exception_handler (error)
 
def python_json_engine.initialize ()
 
def python_json_engine.run_loop ()
 
def python_json_engine.set_datapack ()
 
def python_json_engine.get_datapack ()
 
def python_json_engine.reset ()
 
def python_json_engine.shutdown ()
 
Namespace python_json_engine.parse_arguments ()
 
bool python_json_engine.is_port_in_use (str address, int port)
 
int python_json_engine.find_free_port ()
 
tuple python_json_engine.extract_hostname_port_from_url (str url)
 
None python_json_engine.register_in_regserver (str regserver_url, str engine_name, str hostname, int port)
 
dict python_json_engine.parse_extra_options (str options_str)
 
dict python_json_engine.prepare_options (str extra_options, str hostname, int port)
 

Variables

int python_json_engine.DEFAULT_TIMEOUT = 90
 
int python_json_engine.DEFAULT_WORKERS = 1
 
 python_json_engine.log = logging.getLogger("werkzeug")
 
 python_json_engine.app = Flask(__name__)
 
Namespace python_json_engine.args = parse_arguments()
 
 python_json_engine.hostname
 
 python_json_engine.port
 
dict python_json_engine.options = prepare_options(args.options, hostname, port)