Metadata-Version: 1.1
Name: icstask
Version: 0.1.4
Summary: Python library to convert between Taskwarrior and vObject
Home-page: https://github.com/jspricke/python-icstask
Author: Jochen Sprickerhof
Author-email: taskwarrior@jochen.sprickerhof.de
License: GPLv3+
Description-Content-Type: UNKNOWN
Description: Python library to convert between Taskwarrior and vObject
        =========================================================
        
        * Reads and writes `Taskwarrior <https://taskwarrior.org/>`_ Data.
        
        Installation
        ------------
        
        You need to have the Taskwarrior command line tool installed.
        For Debian/Ubuntu use::
        
          $ sudo apt-get install task
        
        Using pip
        ~~~~~~~~~
        
        ::
        
          $ pip install icstask
        
        This will install all Python dependencies as well.
        
        Using python-setuptools
        ~~~~~~~~~~~~~~~~~~~~~~~
        
        ::
        
          $ python setup.py install
        
        Known limitations
        -----------------
        
        iCalendar -> Taskwarrior
        ~~~~~~~~~~~~~~~~~~~~~~~~
        
        * PERCENT-COMPLETE is not supported as there is no representation in Taskwarrior.
        
Keywords: Taskwarrior
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
