如果我正确理解你想要的东西,我认为大致相同的东西应该有效:
def get_params(packagename): module = __import__('alpha.%s' % packagename) return module.__dict__['REQUIRED_PARAMS']