«
module documentation

Package-wide constants.

Copyright 2017-2025, Voxel51, Inc.

Constant AUTHOR Undocumented
Constant AUTHOR_EMAIL Undocumented
Constant BASE_DIR Undocumented
Constant CLIENT_TYPE Undocumented
Constant COMPATIBLE_VERSIONS Undocumented
Constant COPYRIGHT Undocumented
Constant DATABASE_APPNAME Undocumented
Constant DEFAULT_APP_COLOR_POOL Undocumented
Constant DEFAULT_COLOR_SCHEME Undocumented
Constant DEFAULT_DB_DIR Undocumented
Constant DESCRIPTION Undocumented
Constant DEV_INSTALL Undocumented
Constant FIFTYONE_ANNOTATION_CONFIG_PATH Undocumented
Constant FIFTYONE_APP_CONFIG_PATH Undocumented
Constant FIFTYONE_CONFIG_DIR Undocumented
Constant FIFTYONE_CONFIG_PATH Undocumented
Constant FIFTYONE_DIR Undocumented
Constant FIFTYONE_EVALUATION_CONFIG_PATH Undocumented
Constant LICENSE Undocumented
Constant MIGRATIONS_HEAD_PATH Undocumented
Constant MIGRATIONS_PATH Undocumented
Constant MIGRATIONS_REVISIONS_DIR Undocumented
Constant MIN_MONGODB_VERSION Undocumented
Constant NAME Undocumented
Constant RC_INSTALL Undocumented
Constant RESOURCES_DIR Undocumented
Constant SERVER_DIR Undocumented
Constant TEAMS_PATH Undocumented
Constant URL Undocumented
Constant VERSION Undocumented
Constant VERSION_LONG Undocumented
Constant WELCOME_PATH Undocumented
Constant _META Undocumented

Undocumented

Value
_META['author']
AUTHOR_EMAIL = (source)

Undocumented

Value
_META['author-email']
BASE_DIR = (source)

Undocumented

Value
os.path.dirname(FIFTYONE_DIR)
CLIENT_TYPE: str = (source)

Undocumented

Value
'fiftyone'
COMPATIBLE_VERSIONS: str = (source)

Undocumented

Value
'>=0.19,<1.4'
COPYRIGHT = (source)

Undocumented

Value
'2017-%d, %s' % (datetime.now().year, AUTHOR)
DATABASE_APPNAME: str = (source)

Undocumented

Value
'fiftyone'
DEFAULT_APP_COLOR_POOL: list[str] = (source)

Undocumented

Value
['#ee0000',
 '#ee6600',
 '#993300',
 '#996633',
 '#999900',
 '#009900',
 '#003300',
...
DEFAULT_COLOR_SCHEME = (source)

Undocumented

Value
{'color_pool': DEFAULT_APP_COLOR_POOL,
 'fields': [],
 'label_tags': {'fieldColor': None, 'valueColors': []},
 'default_mask_targets': []}
DEFAULT_DB_DIR = (source)

Undocumented

Value
os.path.join(FIFTYONE_CONFIG_DIR, 'var', 'lib', 'mongo')
DESCRIPTION = (source)

Undocumented

Value
_META['summary']
DEV_INSTALL = (source)

Undocumented

Value
os.path.isdir(os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__
)),
                                            '..',
                                            '.git')))
FIFTYONE_ANNOTATION_CONFIG_PATH = (source)

Undocumented

Value
os.path.join(FIFTYONE_CONFIG_DIR, 'annotation_config.json')
FIFTYONE_APP_CONFIG_PATH = (source)

Undocumented

Value
os.path.join(FIFTYONE_CONFIG_DIR, 'app_config.json')
FIFTYONE_CONFIG_DIR = (source)

Undocumented

Value
os.path.join(os.path.expanduser('~'), '.fiftyone')
FIFTYONE_CONFIG_PATH = (source)

Undocumented

Value
os.path.join(FIFTYONE_CONFIG_DIR, 'config.json')
FIFTYONE_DIR = (source)

Undocumented

Value
os.path.dirname(os.path.abspath(__file__))
FIFTYONE_EVALUATION_CONFIG_PATH = (source)

Undocumented

Value
os.path.join(FIFTYONE_CONFIG_DIR, 'evaluation_config.json')

Undocumented

Value
_META.get('license', 'Apache')
MIGRATIONS_HEAD_PATH = (source)

Undocumented

Value
os.path.join(MIGRATIONS_PATH, 'head.json')
MIGRATIONS_PATH = (source)

Undocumented

Value
os.path.join(FIFTYONE_CONFIG_DIR, 'migrations')
MIGRATIONS_REVISIONS_DIR = (source)

Undocumented

Value
os.path.join(FIFTYONE_DIR, 'migrations', 'revisions')
MIN_MONGODB_VERSION = (source)

Undocumented

Value
Version('4.4')

Undocumented

Value
_META['name']
RC_INSTALL = (source)

Undocumented

Value
'rc' in VERSION
RESOURCES_DIR = (source)

Undocumented

Value
os.path.join(FIFTYONE_DIR, 'resources')
SERVER_DIR = (source)

Undocumented

Value
os.path.join(FIFTYONE_DIR, 'server')
TEAMS_PATH = (source)

Undocumented

Value
os.path.join(FIFTYONE_CONFIG_DIR, 'var', 'teams.json')

Undocumented

Value
_META.get('home-page', 'https://github.com/voxel51/fiftyone')

Undocumented

Value
_META['version']
VERSION_LONG = (source)

Undocumented

Value
'FiftyOne v%s, %s' % (VERSION, AUTHOR)
WELCOME_PATH = (source)

Undocumented

Value
os.path.join(FIFTYONE_CONFIG_DIR, 'var', 'welcome.json')

Undocumented

Value
metadata('fiftyone')