.oO SearXNG Developer Documentation Oo.
|
Go to the source code of this file.
Namespaces | |
namespace | searx |
namespace | searx.version |
Functions | |
searx.version.subprocess_run (args, **kwargs) | |
searx.version.get_git_url_and_branch () | |
searx.version.get_git_version () | |
searx.version.get_information () |
Variables | |
str | searx.version.VERSION_STRING = "1.0.0" |
str | searx.version.VERSION_TAG = "1.0.0" |
str | searx.version.DOCKER_TAG = "1.0.0" |
str | searx.version.GIT_URL = "unknown" |
str | searx.version.GIT_BRANCH = "unknown" |
searx.version.logger = logging.getLogger("searx") | |
dict | searx.version.SUBPROCESS_RUN_ENV |
searx.version.vf = importlib.import_module('searx.version_frozen') | |
str | searx.version.python_code |
searx.version.path = os.path.join(os.path.dirname(__file__), "version_frozen.py") | |
searx.version.encoding | |
searx.version.commit_timestamp = int(subprocess_run("git show -s --format=%ct")) | |
str | searx.version.shell_code |