jobmanager/jobmanager
2015-01-29 14:11:22 +01:00
..
__init__.py catch persistentData import Error when sqlitedict is not there 2015-01-21 15:03:46 +01:00
clients.py use special id flag store data via persistentData_Server, made merge_arg_and_const_arg work with new 'id' used by PersistentData_Server 2015-01-29 14:11:22 +01:00
decorators.py Added override_count=False keyword to jobmanager.decorators.decorate_module_ProgressBar to enable switching to jobmanager.decorators.ProgressBarOverrideCount. 2015-01-27 08:19:57 +01:00
jm_version.py Added usage/testing information. 2014-12-22 18:56:36 +01:00
jobmanager.py Merge branch 'master' of https://github.com/cimatosa/jobmanager into cima_working 2015-01-28 21:04:09 +01:00
ode_wrapper.py removed call_back in integration_client (was bad idea because of the shared memory), added persistent data structure classes using sqlitedict in a directory manner to achieve tree like structures (will be used to implement a persistent data client), some minor changes 2015-01-06 17:51:27 +01:00
persistentData.py added PDS.clear() to remove all data from the database, and some tests for that 2015-01-28 22:45:41 +01:00
progress.py added more transparent coloring of the status info, not yet to be set by user 2015-01-27 00:37:27 +01:00
servers.py use special id flag store data via persistentData_Server, made merge_arg_and_const_arg work with new 'id' used by PersistentData_Server 2015-01-29 14:11:22 +01:00