src/pyams_scheduler.egg-info/PKG-INFO
changeset 86 6eec89e59203
parent 83 878dc60b70fd
child 89 f6121782f73d
equal deleted inserted replaced
85:421da87c4120 86:6eec89e59203
     1 Metadata-Version: 2.1
     1 Metadata-Version: 2.1
     2 Name: pyams-scheduler
     2 Name: pyams-scheduler
     3 Version: 0.1.13
     3 Version: 0.1.14
     4 Summary: PyAMS tasks scheduler
     4 Summary: PyAMS tasks scheduler
     5 Home-page: http://hg.ztfy.org/pyams/pyams_scheduler
     5 Home-page: http://hg.ztfy.org/pyams/pyams_scheduler
     6 Author: Thierry Florac
     6 Author: Thierry Florac
     7 Author-email: tflorac@ulthar.net
     7 Author-email: tflorac@ulthar.net
     8 License: ZPL
     8 License: ZPL
    58         management and activate and schedule the task, as well as settings specific to the given task.
    58         management and activate and schedule the task, as well as settings specific to the given task.
    59         
    59         
    60         
    60         
    61         History
    61         History
    62         =======
    62         =======
       
    63         
       
    64         0.1.14
       
    65         ------
       
    66          - use object factory in annotations adapters
    63         
    67         
    64         0.1.13
    68         0.1.13
    65         ------
    69         ------
    66          - added marker interface for scheduler process
    70          - added marker interface for scheduler process
    67          - updated base task thread class to be able to get settings from a Task object
    71          - updated base task thread class to be able to get settings from a Task object