Metadata-Version: 1.0
Name: aditam.agent
Version: 0.1b1
Summary: Automated and DIstributed TAsk Manager agent part.
Home-page: http://www.aditam.org/
Author: ADITAM project
Author-email: contact@aditam.org
License: GPLv3
Description: 
        .. contents:: **Table of Contents**
        
        =============
        Aditam Agent
        =============
        
        ------------
        Description
        ------------
        
        ADITAM facilitates mass task managing over heterogeneous network.
        The project is slipt in 5 parts :
        * adtitam.core (Python) : the common parts of the Aditam agent and server.
        * aditam.server (Python) : the server
        * aditam.agent (Python) : the agent
        
        * aditam clac (php) : a command line ui.
        * aditam gui (php) : the aditam website.
        
        This package contains the Server part of the ADITAM project.
        
        --------------------
        Install Instructions
        --------------------
        
        Requires
        ========
        
        * Python 2.5 : http://www.python.org/download/
        * easy_install : http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install
        You must add easy_install in your Path on Windows.
        
        OS Independent installation
        ===========================
        
        * Module installation
        Enter in a console::
        
        easy_install aditam.agent
        
        * Configure the agent
        Enter in a console::
        
        aditam-admin --agent
        
        Follow the instructions.
        
Keywords: tasks
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
