Metadata-Version: 1.1
Name: ablog-cli
Version: 0.3.0
Summary: ablog_cli description
Home-page: https://github.com/fraoustin/ablog_cli.git
Author: FrÃ©dÃ©ric Aoustin
Author-email: fraoustin@gmail.com
License: UNKNOWN
Description: ablog_cli
        =========
        
        ablog-cli is a command for managing a website ablog.
        
        ablog-cli use ablog-api (https://github.com/fraoustin/ablog_api)
        
        Installation
        ------------
        
        ::
        
            pip install ablog_cli
                
        Or
        
        ::
        
            git clone https://github.com/fraoustin/ablog_cli.git
            cd ablog_cli
            python setup.py install
        
        Usage
        -----
        
        ablog-cli has a list of verb:
        
        - authors : post list of author or list of author
        - build : load build of ablog
        - cat : display post on the screen
        - categorys : post list of category or list of category
        - clean : load clean of ablog
        - edit : edit post in with EDITOR variable
        - vi : edit post in with EDITOR variable
        - ls : list of post
        - new : edit new post in with EDITOR variable
        - rm : delete post for ablog site
        - tags : post list of tag or list of tag
        - upload : upload file in ablog site
        - version : get version of ablog
        
        for sample
        
        ::
        
            ablog-cli -H http://myablogsite/api -u guest -p guest ls
        
        You can managing parameters of ablog-cli by ~/.ablog-cli/conf.py file or
        the environment variables starting with ABLOG_CLI
        
        ablog-cli use parameter command before environment variables before conf.py 
        
        list of parameters (and environment variables)
        
        - ABLOG_CLI_EDITOR
        - ABLOG_CLI_URL
        - ABLOG_CLI_USER
        - ABLOG_CLI_PASSWORD
        - ABLOG_CLI_NOHEADER
        - ABLOG_CLI_DEEP
        - ABLOG_CLI_ALL
        - ABLOG_CLI_VERSION_COLS
        - ABLOG_CLI_VERSION_ORDERBY
        - ABLOG_CLI_LS_COLS
        - ABLOG_CLI_LS_ORDERBY
        - ABLOG_CLI_TAGS_COLS
        - ABLOG_CLI_TAGS_ORDERBY
        - ABLOG_CLI_CATEGORYS_COLS
        - ABLOG_CLI_CATEGORYS_ORDERBY
        - ABLOG_CLI_AUTHORS_COLS
        - ABLOG_CLI_AUTHORS_ORDERBY
        - ABLOG_CLI_TEMPLATE_POST
        - ABLOG_CLI_FMTTIME
        
        
        V. 0.3.0
        ========
        
        correction of import parser
        
        V. 0.1.0
        ========
        
        First version with verb:
        
        - authors : post list of author or list of author
        - build : load build of ablog
        - cat : display post on the screen
        - categorys : post list of category or list of category
        - clean : load clean of ablog
        - edit : edit post in with EDITOR variable
        - vi : edit post in with EDITOR variable
        - ls : list of post
        - new : edit new post in with EDITOR variable
        - rm : delete post for ablog site
        - tags : post list of tag or list of tag
        - upload : upload file in ablog site
        - version : get version of ablog
        
        V. 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
Classifier: Topic :: Software Development :: Documentation
