Inherits from
- EggDBCommand: enthought.setuptools.egg_db_command.EggDBCommand
Attributes
- description
description = 'Collect information about egg contents in a database for use by other setuptools commands provided by Enthought.'
- user_options
user_options = [ ('egg-db=', 'd', 'path to the egg database file to create or update'), ('extras-map=', 'e', 'path to the extas-mapping file for this egg') ]
Inherited from base classes
Method summary
- finalize_options(self)
- initialize_options(self)
- run(self)
- save_mapping_file(self, parser)
- save_root(self, parser)
- save_symbols(self, parser)
Methods
- finalize_options(self)
- initialize_options(self)
- run(self)
- save_mapping_file(self, parser)
Save the location of this egg's extras mapping file into the egg db.
- save_root(self, parser)
Save this egg's root location into an egg database.
- save_symbols(self, parser)
Save info about this egg's symbols to the egg database.
The symbols we're interested in are the packages and the modules.