stellar_evolution.basic_utils module

Define DB sesssion and temp directory scopes.

stellar_evolution.basic_utils.db_session_scope()[source]

Provide a transactional scope around a series of operations.

stellar_evolution.basic_utils.tempdir_scope()[source]

Create a temporary directory and destroy when no longer needed.