Metadata-Version: 1.1
Name: piwigotools
Version: 0.3.0
Summary: mange your piwigo gallery by command piwigo
Home-page: https://github.com/fraoustin/piwigotools
Author: Frédéric Aoustin
Author-email: fraoustin@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: piwigotools
        ===========
        
        Piwigo is a famous open-source online photo gallery. 
        
        Piwigotools is a module python for manage your piwigo gallery.
        The module add command "piwigo"
        
        
        Installation
        ------------
        
        Warning
        ~~~~~~~
        
        Piwigotools needs the progressbar module.
        
        But progressbar moduel is not compatible with python3
        
        install for python2.7
        
        ::
        
            pip install progressbar
        
        install for python 3
        
        ::
        
            git clone https://github.com/coagulant/progressbar-python3.git
            cd progressbar-python3
            python setup.py install
        
        
        Install
        ~~~~~~~
        
        
        ::
        
            pip install piwigotools
                
        Or
        
        ::
        
            git clone https://github.com/fraoustin/piwigotools.git
            cd piwigotools
            python setup.py install
        
        Usage
        -----
        
        ::
        
            piwigo verb --param1=value1 --param2=value2 ...
        
        
        
        
        0.1.3
        =====
        
        - correction per page in images
        
        0.1.2
        =====
        
        - correction per page to int
        
        0.1.1
        =====
        
        - correction of help for piwigotools.main
        
        0.1.0
        =====
        
        - add verb sync-up and sync-down
        
        0.0.2
        =====
        
        - add verb upload, download and ws
        - integrate progressbar
        - manage thread
        
        0.0.1
        =====
        
        init
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
