Metadata-Version: 1.1
Name: cliwaka
Version: 0.1.1
Summary: Cliwaka is an interactive command line utility for wakatime.com
Home-page: https://github.com/shashankgroovy/cliwaka
Author: Shashank Srivastav
Author-email: shashankgrovy@gmail.com
License: GPLv3
Download-URL: https://github.com/shashankgroovy/cliwaka/archive/master.zip
Description: CLI Waka
        ========
        
        A command-line interface for `Wakatime.com`_.
        It logs user's durations, heartbeats, stats, summary and more.
        
        |pypi| |license|
        
        Installation
        ------------
        
        ::
        
            $ pip install cliwaka
        
        Or download from `source`_, ``cd`` to it and build using ``python setup.py install``
        
        Requirements
        ------------
        
        * `Requests`_ library
        * `Wakatime.com`_ account and its api key
        
        Usage
        -----
        
        `cliwaka` displays a help text when used with `-h` or `--help`.
        
        ::
        
            $ cliwaka -h
            usage: Cliwaka [-h] [-b] [-d] [-t] [-s] [--leaderboard] [-v] [-V]
        
            A command line tool for wakatime.com.
        
            optional arguments:
            -h, --help       show this help message and exit
            -b, --heartbeat  show user's latest heartbeat
            -d, --duration   show user's logged time for a given day
            -t, --stats      show user's current stats.
            -s, --summary    show user's logged time.
            --leaderboard    display the public leaderboard
            -v, --verbose    toggle verbose on (default is off)
            -V, --version    show program's version number and exit
        
            For more information see http://github.com/shashankgroovy/cliwaka
        
        Upgrade
        ------------
        
        ::
        
            $ pip install -U cliwaka
        
        License
        -------
        
        Cliwaka is released under the `GNU GPL License v3`_
        
        .. _Requests: https://pypi.python.org/pypi/requests
        .. _Wakatime.com: https://wakatime.com
        .. _source: https://github.com/shashankgroovy/cliwaka/archive/master.zip
        .. _GNU GPL License v3: http://www.gnu.org/licenses/quick-guide-gplv3.html
        
        .. |pypi| image:: https://img.shields.io/pypi/v/cliwaka.svg
            :target: https://pypi.python.org/pypi/cliwaka
            :alt: Latest version released on PyPi
        .. |license| image:: https://img.shields.io/pypi/l/cliwaka.svg?maxAge=2592000
            :target: http://www.gnu.org/licenses/quick-guide-gplv3.html
            :alt: GNU GPLv3 License
        
Keywords: wakatime cli tool
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
