find_work.core.constants#

All important constants in one place.

find_work.core.constants.PACKAGE = 'find-work'#

Application package name.

find_work.core.constants.VERSION = '1.0.0'#

Application version.

find_work.core.constants.HOMEPAGE = 'https://find-work.sysrq.in'#

Application homepage.

find_work.core.constants.ENTITY = 'sysrq.in'#

Application affiliation.

find_work.core.constants.USER_AGENT = 'Mozilla/5.0 (compatible; find-work/1.0.0; +https://find-work.sysrq.in)'#

Application’s User-agent header.

find_work.core.constants.DEFAULT_CONFIG = 'default_config.toml'#

Default config file name.

find_work.core.constants.PLUGINS_ENTRY_POINT = 'find_work.plugins.v1'#

Entry point for CLI plugins.

find_work.core.constants.REPORTERS_ENTRY_POINT = 'find_work.reporters.v1'#

Entry point for result reporters.