.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.enginelib.__main__ Namespace Reference

Variables

 app = typer.Typer()
 
 name
 
 help
 

Detailed Description

Implementation of a command line for development purposes.  To start a
command, switch to the environment and run library module as a script::

   $ ./manage pyenv.cmd bash --norc --noprofile
   (py3) python -m searx.enginelib --help

The following commands can be used for maintenance and introspection
(development) of the engine cache::

   (py3) python -m searx.enginelib cache state
   (py3) python -m searx.enginelib cache maintenance

Variable Documentation

◆ app

searx.enginelib.__main__.app = typer.Typer()

Definition at line 19 of file __main__.py.

◆ help

searx.enginelib.__main__.help

Definition at line 20 of file __main__.py.

◆ name

searx.enginelib.__main__.name

Definition at line 20 of file __main__.py.