Package entropy :: Package client :: Package interfaces :: Module metadata

Module metadata

# DESCRIPTION: # Entropy Object Oriented Interface

Copyright (C) 2007-2009 Fabio Erculiani

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Classes
  ExtractorsMixin
Variables
  ETP_ARCH_CONST = 'amd64'
  ETP_LOGLEVEL_NORMAL = 1
  ETP_LOGLEVEL_VERBOSE = 2
  ETP_LOGPRI_ERROR = '[ ERROR ]'
  ETP_LOGPRI_INFO = '[ INFO ]'
  ETP_LOGPRI_WARNING = '[ WARNING ]'
  etpCache = {'advisories': 'security/advisories_cache_', 'atomM...
  etpConst = {'applicationlock': False, 'backed_up': {}, 'branch...
  etpSys = {'api': '3', 'arch': 'amd64', 'archs': ['x86', 'amd64...
  etpUi = {'ask': False, 'clean': False, 'debug': False, 'mute':...
Variables Details

etpCache

Value:
{'advisories': 'security/advisories_cache_',
 'atomMatch': 'atom_match/atom_match_',
 'check_package_update': 'check_update/package_update_',
 'configfiles': 'conf/scanfs',
 'critical_update': 'critical_update/critical_cache_',
 'dbMatch': 'match/db',
 'dbSearch': 'search/db',
 'dep_tree': 'deptree/dep_tree_',
...

etpConst

Value:
{'applicationlock': False,
 'backed_up': {},
 'branch': '4',
 'cachedumpext': '.dmp',
 'client_treeupdatescalled': set([]),
 'clientconf': '/etc/entropy/client.conf',
 'clientdbid': 'client',
 'clientserverrepoid': '__system__',
...

etpSys

Value:
{'api': '3',
 'arch': 'amd64',
 'archs': ['x86', 'amd64'],
 'dirstoclean': set([]),
 'keywords': set(['amd64', '~amd64']),
 'killpids': set([]),
 'maxthreads': 100,
 'rootdir': '',
...

etpUi

Value:
{'ask': False,
 'clean': False,
 'debug': False,
 'mute': False,
 'nolog': False,
 'pretend': False,
 'quiet': False,
 'verbose': False,
...