Metadata-Version: 1.0
Name: i3visiotools
Version: v0.2.0
Summary: i3visiotools - Set of common tools shared by i3visio apps and libraries.
Home-page: http://github.com/i3visio/i3visiotools
Author: Felix Brezo and Yaiza Rubio
Author-email: contacto@i3visio.com
License: COPYING
Description: ::
        
            ================================================================
            i3visiotools  Copyright (C) 2014  F. Brezo and Y. Rubio, i3visio
            ================================================================
        
        Description:
        ============
        
        i3visiotools is a GPLv3 library developed by i3visio to make it easy to
        develop new tools and wrappers for different i3visio applications and
        libraries.
        
        License: GPLv3
        ==============
        
        This is free software, and you are welcome to redistribute it under
        certain conditions.
        
        ::
        
            This program is free software: you can redistribute it and/or modify
            it under the terms of the GNU General Public License as published by
            the Free Software Foundation, either version 3 of the License, or
            (at your option) any later version.
        
            This program is distributed in the hope that it will be useful,
            but WITHOUT ANY WARRANTY; without even the implied warranty of
            MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
            GNU General Public License for more details.
        
            You should have received a copy of the GNU General Public License
            along with this program.  If not, see <http://www.gnu.org/licenses/>.
        
        For more details on this issue, check the COPYING file. Installation:
        ============= The installation under Python 2.7 for the release package
        as follows:
        
        a) If you have git installed, you can install the latest development
           version by:
           ``git clone http://github.com/i3visio/i3visiotools cd i3visiotools``
        b) Download and untar or unzip the last version:
           ``7z x i3visiotools-master.zip cd i3visiotools``
        
        Then, you might have to copy the sample files in i3visiotools folder to
        add your
        own credentials or API Keys. You might edit with your prefered text
        editor.
        ``cd i3visiotools cp config_credentials.py.sample config_credentials.py nano config_credentials.py cp config_api_keys.py.sample config_api_keys.py nano config_api_keys.py cd ..``
        Then you can proceed to the installation.
        ``sudo python setup.py build sudo python setup.py install``
        
        Superuser privileges are required so as to complete the installation.
        Afterwards, the module will be importable from any python code. You can
        check this by typing: ``python -c "import i3visiotools"`` If no error is
        displayed, the installation would have been performed correctly.
        
Platform: UNKNOWN
