HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
app.Consts Namespace Reference

Variables

int NEW_TASK_HANDLER = 1
 
string VERSION_STRING = "2.0.0-chaika"
 
string LOGGER_NAME = "hce"
 
string LOGGER_NAME_PROFILER = "profiler"
 
string LOGGER_NAME_TRACEBACK = "traceback"
 
string START_DATE_NAME = "START_DATE"
 
int EXIT_SUCCESS = 0
 
int EXIT_FAILURE = 1
 
int ERROR_OK = 0
 
int ERROR_BAD_URL = 1
 
int ERROR_REQUEST_TIMEOUT = 1 << 1
 
int ERROR_HTTP_ERROR = 1 << 2
 
int ERROR_EMPTY_RESPONSE = 1 << 3
 
int ERROR_WRONG_MIME = 1 << 4
 
int ERROR_CONNECTION_ERROR = 1 << 5
 
int ERROR_PAGE_CONVERT_ERROR = 1 << 6
 
int ERROR_MACRO = 1 << 7
 
int ERROR_RESPONSE_SIZE_ERROR = 1 << 8
 
int ERROR_AUTH_ERROR = 1 << 9
 
int ERROR_WRITE_FILE_ERROR = 1 << 10
 
int ERROR_ROBOTS_NOT_ALLOW = 1 << 11
 
int ERROR_PARSE_ERROR = 1 << 12
 
int ERROR_BAD_ENCODING = 1 << 13
 
int ERROR_SITE_MAX_ERRORS = 1 << 14
 
int ERROR_SYNCHRONIZE_URL_WITH_DB = 1 << 15
 
int ERROR_CRAWLER_FILTERS_BREAK = 1 << 16
 
int ERROR_MAX_ALLOW_HTTP_REDIRECTS = 1 << 17
 
int ERROR_MAX_ALLOW_HTML_REDIRECTS = 1 << 18
 
int ERROR_GENERAL_CRAWLER = 1 << 19
 
int ERROR_DTD_INVALID = 1 << 20
 
int ERROR_MACRO_DESERIALIZATION = 1 << 21
 
int ERROR_FETCH_AMBIGUOUS_REQUEST = 1 << 22
 
int ERROR_FETCH_CONNECTION_ERROR = 1 << 23
 
int ERROR_FETCH_HTTP_ERROR = 1 << 24
 
int ERROR_FETCH_INVALID_URL = 1 << 25
 
int ERROR_FETCH_TOO_MANY_REDIRECTS = 1 << 26
 
int ERROR_FETCH_CONNECTION_TIMEOUT = 1 << 27
 
int ERROR_FETCH_READ_TIMEOUT = 1 << 28
 
int ERROR_FETCH_TIMEOUT = 1 << 29
 
int ERROR_FETCHER_INTERNAL = 1 << 30
 
int ERROR_MASK_SITE_MAX_RESOURCES_NUMBER = 1 << 31
 
int ERROR_DATABASE_ERROR = 1 << 32
 
int ERROR_MASK_SITE_MAX_RESOURCES_SIZE = 1 << 33
 
int ERROR_MASK_SITE_UNSUPPORTED_CONTENT_TYPE = 1 << 34
 
int ERROR_MASK_URL_ENCODING_ERROR = 1 << 35
 
int ERROR_MASK_SCRAPER_ERROR = 1 << 36
 
int ERROR_MASK_MISSED_RAW_CONTENT_ON_DISK = 1 << 37
 
int ERROR_RE_ERROR = 1 << 38
 
int ERROR_MANDATORY_TEMPLATE = 1 << 39
 
int ERROR_PROCESSOR_FILTERS_BREAK = 1 << 40
 
int ERROR_MASK_SITE_STATE = 1 << 41
 
int ERROR_MAX_ITEMS = 1 << 42
 
int ERROR_MAX_URLS_FROM_PAGE = 1 << 43
 
int ERROR_TEMPLATE_SOURCE = 1 << 44
 
int ERROR_RSS_EMPTY = 1 << 45
 
int ERROR_URLS_SCHEMA_EXTERNAL = 1 << 46
 
int ERROR_NOT_EXIST_ANY_VALID_PROXY = 1 << 47
 
int ERROR_FETCH_FORBIDDEN = 1 << 48
 
int ERROR_NO_TIME_WINDOW = 1 << 49
 
int ERROR_CRAWLER_FATAL_INITIALIZATION_PROJECT_ERROR = 1 << 50
 
int ERROR_PROCESSOR_BATCH_ITEM_PROCESS = 1 << 51
 
int ERROR_MAX_EXECUTION_TIME = 1 << 52
 
string CONFIG_APPLICATION_SECTION_NAME = "Application"
 
string CONFIG_PROFILER_SECTION_NAME = "Profiler"
 
string LOGGER_DELIMITER_LINE = "============================================\n"
 
int APP_USAGE_MODEL_PROCESS = 0
 
int APP_USAGE_MODEL_MODULE = 1
 
string URLS_TO_BATCH_TASK_APP_NAME = "UrlsToBatchTask"
 
string URLS_FETCH_JSON_TO_DBTASK_APP_NAME = "URLFetchToJsonDBTaskConvertor"
 
string SOCIAL_TASK_APP_NAME = "SocialTask"
 
string CONTENT_UPDATER_APP_NAME = "ContentUpdater"
 
string POST_PROCESSOR_APP_NAME = "PostprocessorTask"
 
string SOCIAL_PROFILES_VERIFIER_APP_NAME = "SocialProfilesVerifier"
 
string SOCIAL_DATA_GET_API_APP_NAME = "SocialDataGetApi"
 
string SOCIAL_DATA_UPDATER_APP_NAME = "SocialDataUpdater"
 
string PDATE_SOURCES_MASK_PROP_NAME = "PDATE_SOURCES_MASK"
 
string PDATE_SOURCES_MASK_OVERWRITE_PROP_NAME = "PDATE_SOURCES_MASK_OVERWRITE"
 
string PDATE_SOURCES_EXPRESSION_PROP_NAME = "PDATE_SOURCES_EXPRESSION"
 
string SQL_EXPRESSION_FIELDS_UPDATE_CRAWLER = 'SQL_EXPRESSION_FIELDS_UPDATE_CRAWLER'
 
string SQL_EXPRESSION_FIELDS_UPDATE_PROCESSOR = 'SQL_EXPRESSION_FIELDS_UPDATE_PROCESSOR'
 
string SQL_EXPRESSION_FIELDS_PDATE_TIME = 'PDATE_TIME'
 
string REPLACEMENT_CONTENT_DATA = 'REPLACE'
 
string URL_NORMALIZE = 'URL_NORMALIZE'
 
int PDATE_SOURCES_MASK_URL_NAME = 1
 
int PDATE_SOURCES_MASK_RSS_FEED = 1 << 1
 
int PDATE_SOURCES_MASK_HTTP_DATE = 1 << 2
 
int PDATE_SOURCES_MASK_HTTP_LAST_MODIFIED = 1 << 3
 
int PDATE_SOURCES_MASK_DC_DATE = 1 << 4
 
int PDATE_SOURCES_MASK_PUBDATE = 1 << 5
 
int PDATE_SOURCES_MASK_NOW = 1 << 6
 
int PDATE_SOURCES_MASK_SQL_EXPRESSION = 1 << 7
 
int PDATE_SOURCES_MASK_BIT_DEFAULT = 255
 
int PDATE_SOURCES_MASK_OVERWRITE_DEFAULT = 192
 

Detailed Description

Created on Feb 26, 2014

@author: igor, bgv

Variable Documentation

◆ APP_USAGE_MODEL_MODULE

int app.Consts.APP_USAGE_MODEL_MODULE = 1

Definition at line 90 of file Consts.py.

◆ APP_USAGE_MODEL_PROCESS

int app.Consts.APP_USAGE_MODEL_PROCESS = 0

Definition at line 89 of file Consts.py.

◆ CONFIG_APPLICATION_SECTION_NAME

string app.Consts.CONFIG_APPLICATION_SECTION_NAME = "Application"

Definition at line 83 of file Consts.py.

◆ CONFIG_PROFILER_SECTION_NAME

string app.Consts.CONFIG_PROFILER_SECTION_NAME = "Profiler"

Definition at line 84 of file Consts.py.

◆ CONTENT_UPDATER_APP_NAME

string app.Consts.CONTENT_UPDATER_APP_NAME = "ContentUpdater"

Definition at line 96 of file Consts.py.

◆ ERROR_AUTH_ERROR

int app.Consts.ERROR_AUTH_ERROR = 1 << 9

Definition at line 34 of file Consts.py.

◆ ERROR_BAD_ENCODING

int app.Consts.ERROR_BAD_ENCODING = 1 << 13

Definition at line 38 of file Consts.py.

◆ ERROR_BAD_URL

int app.Consts.ERROR_BAD_URL = 1

Definition at line 25 of file Consts.py.

◆ ERROR_CONNECTION_ERROR

int app.Consts.ERROR_CONNECTION_ERROR = 1 << 5

Definition at line 30 of file Consts.py.

◆ ERROR_CRAWLER_FATAL_INITIALIZATION_PROJECT_ERROR

int app.Consts.ERROR_CRAWLER_FATAL_INITIALIZATION_PROJECT_ERROR = 1 << 50

Definition at line 79 of file Consts.py.

◆ ERROR_CRAWLER_FILTERS_BREAK

int app.Consts.ERROR_CRAWLER_FILTERS_BREAK = 1 << 16

Definition at line 41 of file Consts.py.

◆ ERROR_DATABASE_ERROR

int app.Consts.ERROR_DATABASE_ERROR = 1 << 32

Definition at line 59 of file Consts.py.

◆ ERROR_DTD_INVALID

int app.Consts.ERROR_DTD_INVALID = 1 << 20

Definition at line 45 of file Consts.py.

◆ ERROR_EMPTY_RESPONSE

int app.Consts.ERROR_EMPTY_RESPONSE = 1 << 3

Definition at line 28 of file Consts.py.

◆ ERROR_FETCH_AMBIGUOUS_REQUEST

int app.Consts.ERROR_FETCH_AMBIGUOUS_REQUEST = 1 << 22

Definition at line 47 of file Consts.py.

◆ ERROR_FETCH_CONNECTION_ERROR

int app.Consts.ERROR_FETCH_CONNECTION_ERROR = 1 << 23

Definition at line 48 of file Consts.py.

◆ ERROR_FETCH_CONNECTION_TIMEOUT

int app.Consts.ERROR_FETCH_CONNECTION_TIMEOUT = 1 << 27

Definition at line 52 of file Consts.py.

◆ ERROR_FETCH_FORBIDDEN

int app.Consts.ERROR_FETCH_FORBIDDEN = 1 << 48

Definition at line 77 of file Consts.py.

◆ ERROR_FETCH_HTTP_ERROR

int app.Consts.ERROR_FETCH_HTTP_ERROR = 1 << 24

Definition at line 49 of file Consts.py.

◆ ERROR_FETCH_INVALID_URL

int app.Consts.ERROR_FETCH_INVALID_URL = 1 << 25

Definition at line 50 of file Consts.py.

◆ ERROR_FETCH_READ_TIMEOUT

int app.Consts.ERROR_FETCH_READ_TIMEOUT = 1 << 28

Definition at line 53 of file Consts.py.

◆ ERROR_FETCH_TIMEOUT

int app.Consts.ERROR_FETCH_TIMEOUT = 1 << 29

Definition at line 54 of file Consts.py.

◆ ERROR_FETCH_TOO_MANY_REDIRECTS

int app.Consts.ERROR_FETCH_TOO_MANY_REDIRECTS = 1 << 26

Definition at line 51 of file Consts.py.

◆ ERROR_FETCHER_INTERNAL

int app.Consts.ERROR_FETCHER_INTERNAL = 1 << 30

Definition at line 55 of file Consts.py.

◆ ERROR_GENERAL_CRAWLER

int app.Consts.ERROR_GENERAL_CRAWLER = 1 << 19

Definition at line 44 of file Consts.py.

◆ ERROR_HTTP_ERROR

int app.Consts.ERROR_HTTP_ERROR = 1 << 2

Definition at line 27 of file Consts.py.

◆ ERROR_MACRO

int app.Consts.ERROR_MACRO = 1 << 7

Definition at line 32 of file Consts.py.

◆ ERROR_MACRO_DESERIALIZATION

int app.Consts.ERROR_MACRO_DESERIALIZATION = 1 << 21

Definition at line 46 of file Consts.py.

◆ ERROR_MANDATORY_TEMPLATE

int app.Consts.ERROR_MANDATORY_TEMPLATE = 1 << 39

Definition at line 66 of file Consts.py.

◆ ERROR_MASK_MISSED_RAW_CONTENT_ON_DISK

int app.Consts.ERROR_MASK_MISSED_RAW_CONTENT_ON_DISK = 1 << 37

Definition at line 64 of file Consts.py.

◆ ERROR_MASK_SCRAPER_ERROR

int app.Consts.ERROR_MASK_SCRAPER_ERROR = 1 << 36

Definition at line 63 of file Consts.py.

◆ ERROR_MASK_SITE_MAX_RESOURCES_NUMBER

int app.Consts.ERROR_MASK_SITE_MAX_RESOURCES_NUMBER = 1 << 31

Definition at line 58 of file Consts.py.

◆ ERROR_MASK_SITE_MAX_RESOURCES_SIZE

int app.Consts.ERROR_MASK_SITE_MAX_RESOURCES_SIZE = 1 << 33

Definition at line 60 of file Consts.py.

◆ ERROR_MASK_SITE_STATE

int app.Consts.ERROR_MASK_SITE_STATE = 1 << 41

Definition at line 68 of file Consts.py.

◆ ERROR_MASK_SITE_UNSUPPORTED_CONTENT_TYPE

int app.Consts.ERROR_MASK_SITE_UNSUPPORTED_CONTENT_TYPE = 1 << 34

Definition at line 61 of file Consts.py.

◆ ERROR_MASK_URL_ENCODING_ERROR

int app.Consts.ERROR_MASK_URL_ENCODING_ERROR = 1 << 35

Definition at line 62 of file Consts.py.

◆ ERROR_MAX_ALLOW_HTML_REDIRECTS

int app.Consts.ERROR_MAX_ALLOW_HTML_REDIRECTS = 1 << 18

Definition at line 43 of file Consts.py.

◆ ERROR_MAX_ALLOW_HTTP_REDIRECTS

int app.Consts.ERROR_MAX_ALLOW_HTTP_REDIRECTS = 1 << 17

Definition at line 42 of file Consts.py.

◆ ERROR_MAX_EXECUTION_TIME

int app.Consts.ERROR_MAX_EXECUTION_TIME = 1 << 52

Definition at line 81 of file Consts.py.

◆ ERROR_MAX_ITEMS

int app.Consts.ERROR_MAX_ITEMS = 1 << 42

Definition at line 69 of file Consts.py.

◆ ERROR_MAX_URLS_FROM_PAGE

int app.Consts.ERROR_MAX_URLS_FROM_PAGE = 1 << 43

Definition at line 70 of file Consts.py.

◆ ERROR_NO_TIME_WINDOW

int app.Consts.ERROR_NO_TIME_WINDOW = 1 << 49

Definition at line 78 of file Consts.py.

◆ ERROR_NOT_EXIST_ANY_VALID_PROXY

int app.Consts.ERROR_NOT_EXIST_ANY_VALID_PROXY = 1 << 47

Definition at line 76 of file Consts.py.

◆ ERROR_OK

int app.Consts.ERROR_OK = 0

Definition at line 24 of file Consts.py.

◆ ERROR_PAGE_CONVERT_ERROR

int app.Consts.ERROR_PAGE_CONVERT_ERROR = 1 << 6

Definition at line 31 of file Consts.py.

◆ ERROR_PARSE_ERROR

int app.Consts.ERROR_PARSE_ERROR = 1 << 12

Definition at line 37 of file Consts.py.

◆ ERROR_PROCESSOR_BATCH_ITEM_PROCESS

int app.Consts.ERROR_PROCESSOR_BATCH_ITEM_PROCESS = 1 << 51

Definition at line 80 of file Consts.py.

◆ ERROR_PROCESSOR_FILTERS_BREAK

int app.Consts.ERROR_PROCESSOR_FILTERS_BREAK = 1 << 40

Definition at line 67 of file Consts.py.

◆ ERROR_RE_ERROR

int app.Consts.ERROR_RE_ERROR = 1 << 38

Definition at line 65 of file Consts.py.

◆ ERROR_REQUEST_TIMEOUT

int app.Consts.ERROR_REQUEST_TIMEOUT = 1 << 1

Definition at line 26 of file Consts.py.

◆ ERROR_RESPONSE_SIZE_ERROR

int app.Consts.ERROR_RESPONSE_SIZE_ERROR = 1 << 8

Definition at line 33 of file Consts.py.

◆ ERROR_ROBOTS_NOT_ALLOW

int app.Consts.ERROR_ROBOTS_NOT_ALLOW = 1 << 11

Definition at line 36 of file Consts.py.

◆ ERROR_RSS_EMPTY

int app.Consts.ERROR_RSS_EMPTY = 1 << 45

Definition at line 74 of file Consts.py.

◆ ERROR_SITE_MAX_ERRORS

int app.Consts.ERROR_SITE_MAX_ERRORS = 1 << 14

Definition at line 39 of file Consts.py.

◆ ERROR_SYNCHRONIZE_URL_WITH_DB

int app.Consts.ERROR_SYNCHRONIZE_URL_WITH_DB = 1 << 15

Definition at line 40 of file Consts.py.

◆ ERROR_TEMPLATE_SOURCE

int app.Consts.ERROR_TEMPLATE_SOURCE = 1 << 44

Definition at line 71 of file Consts.py.

◆ ERROR_URLS_SCHEMA_EXTERNAL

int app.Consts.ERROR_URLS_SCHEMA_EXTERNAL = 1 << 46

Definition at line 75 of file Consts.py.

◆ ERROR_WRITE_FILE_ERROR

int app.Consts.ERROR_WRITE_FILE_ERROR = 1 << 10

Definition at line 35 of file Consts.py.

◆ ERROR_WRONG_MIME

int app.Consts.ERROR_WRONG_MIME = 1 << 4

Definition at line 29 of file Consts.py.

◆ EXIT_FAILURE

int app.Consts.EXIT_FAILURE = 1

Definition at line 21 of file Consts.py.

◆ EXIT_SUCCESS

int app.Consts.EXIT_SUCCESS = 0

Definition at line 20 of file Consts.py.

◆ LOGGER_DELIMITER_LINE

string app.Consts.LOGGER_DELIMITER_LINE = "============================================\n"

Definition at line 86 of file Consts.py.

◆ LOGGER_NAME

string app.Consts.LOGGER_NAME = "hce"

Definition at line 12 of file Consts.py.

◆ LOGGER_NAME_PROFILER

string app.Consts.LOGGER_NAME_PROFILER = "profiler"

Definition at line 14 of file Consts.py.

◆ LOGGER_NAME_TRACEBACK

string app.Consts.LOGGER_NAME_TRACEBACK = "traceback"

Definition at line 16 of file Consts.py.

◆ NEW_TASK_HANDLER

int app.Consts.NEW_TASK_HANDLER = 1

Definition at line 7 of file Consts.py.

◆ PDATE_SOURCES_EXPRESSION_PROP_NAME

string app.Consts.PDATE_SOURCES_EXPRESSION_PROP_NAME = "PDATE_SOURCES_EXPRESSION"

Definition at line 105 of file Consts.py.

◆ PDATE_SOURCES_MASK_BIT_DEFAULT

int app.Consts.PDATE_SOURCES_MASK_BIT_DEFAULT = 255

Definition at line 128 of file Consts.py.

◆ PDATE_SOURCES_MASK_DC_DATE

int app.Consts.PDATE_SOURCES_MASK_DC_DATE = 1 << 4

Definition at line 123 of file Consts.py.

◆ PDATE_SOURCES_MASK_HTTP_DATE

int app.Consts.PDATE_SOURCES_MASK_HTTP_DATE = 1 << 2

Definition at line 120 of file Consts.py.

◆ PDATE_SOURCES_MASK_HTTP_LAST_MODIFIED

int app.Consts.PDATE_SOURCES_MASK_HTTP_LAST_MODIFIED = 1 << 3

Definition at line 121 of file Consts.py.

◆ PDATE_SOURCES_MASK_NOW

int app.Consts.PDATE_SOURCES_MASK_NOW = 1 << 6

Definition at line 125 of file Consts.py.

◆ PDATE_SOURCES_MASK_OVERWRITE_DEFAULT

int app.Consts.PDATE_SOURCES_MASK_OVERWRITE_DEFAULT = 192

Definition at line 129 of file Consts.py.

◆ PDATE_SOURCES_MASK_OVERWRITE_PROP_NAME

string app.Consts.PDATE_SOURCES_MASK_OVERWRITE_PROP_NAME = "PDATE_SOURCES_MASK_OVERWRITE"

Definition at line 104 of file Consts.py.

◆ PDATE_SOURCES_MASK_PROP_NAME

string app.Consts.PDATE_SOURCES_MASK_PROP_NAME = "PDATE_SOURCES_MASK"

Definition at line 103 of file Consts.py.

◆ PDATE_SOURCES_MASK_PUBDATE

int app.Consts.PDATE_SOURCES_MASK_PUBDATE = 1 << 5

Definition at line 124 of file Consts.py.

◆ PDATE_SOURCES_MASK_RSS_FEED

int app.Consts.PDATE_SOURCES_MASK_RSS_FEED = 1 << 1

Definition at line 119 of file Consts.py.

◆ PDATE_SOURCES_MASK_SQL_EXPRESSION

int app.Consts.PDATE_SOURCES_MASK_SQL_EXPRESSION = 1 << 7

Definition at line 126 of file Consts.py.

◆ PDATE_SOURCES_MASK_URL_NAME

int app.Consts.PDATE_SOURCES_MASK_URL_NAME = 1

Definition at line 118 of file Consts.py.

◆ POST_PROCESSOR_APP_NAME

string app.Consts.POST_PROCESSOR_APP_NAME = "PostprocessorTask"

Definition at line 97 of file Consts.py.

◆ REPLACEMENT_CONTENT_DATA

string app.Consts.REPLACEMENT_CONTENT_DATA = 'REPLACE'

Definition at line 112 of file Consts.py.

◆ SOCIAL_DATA_GET_API_APP_NAME

string app.Consts.SOCIAL_DATA_GET_API_APP_NAME = "SocialDataGetApi"

Definition at line 99 of file Consts.py.

◆ SOCIAL_DATA_UPDATER_APP_NAME

string app.Consts.SOCIAL_DATA_UPDATER_APP_NAME = "SocialDataUpdater"

Definition at line 100 of file Consts.py.

◆ SOCIAL_PROFILES_VERIFIER_APP_NAME

string app.Consts.SOCIAL_PROFILES_VERIFIER_APP_NAME = "SocialProfilesVerifier"

Definition at line 98 of file Consts.py.

◆ SOCIAL_TASK_APP_NAME

string app.Consts.SOCIAL_TASK_APP_NAME = "SocialTask"

Definition at line 95 of file Consts.py.

◆ SQL_EXPRESSION_FIELDS_PDATE_TIME

string app.Consts.SQL_EXPRESSION_FIELDS_PDATE_TIME = 'PDATE_TIME'

Definition at line 110 of file Consts.py.

◆ SQL_EXPRESSION_FIELDS_UPDATE_CRAWLER

string app.Consts.SQL_EXPRESSION_FIELDS_UPDATE_CRAWLER = 'SQL_EXPRESSION_FIELDS_UPDATE_CRAWLER'

Definition at line 108 of file Consts.py.

◆ SQL_EXPRESSION_FIELDS_UPDATE_PROCESSOR

string app.Consts.SQL_EXPRESSION_FIELDS_UPDATE_PROCESSOR = 'SQL_EXPRESSION_FIELDS_UPDATE_PROCESSOR'

Definition at line 109 of file Consts.py.

◆ START_DATE_NAME

string app.Consts.START_DATE_NAME = "START_DATE"

Definition at line 18 of file Consts.py.

◆ URL_NORMALIZE

string app.Consts.URL_NORMALIZE = 'URL_NORMALIZE'

Definition at line 114 of file Consts.py.

◆ URLS_FETCH_JSON_TO_DBTASK_APP_NAME

string app.Consts.URLS_FETCH_JSON_TO_DBTASK_APP_NAME = "URLFetchToJsonDBTaskConvertor"

Definition at line 94 of file Consts.py.

◆ URLS_TO_BATCH_TASK_APP_NAME

string app.Consts.URLS_TO_BATCH_TASK_APP_NAME = "UrlsToBatchTask"

Definition at line 93 of file Consts.py.

◆ VERSION_STRING

string app.Consts.VERSION_STRING = "2.0.0-chaika"

Definition at line 10 of file Consts.py.