Metadata-Version: 1.1
Name: icstask
Version: 0.2.0
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: 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 taskwarrior
        
        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.
        
        VEVENT entries
        ~~~~~~~~~~~~~~
        
        This project only handles VTODO entries. If you wan to import VEVENT entries try something like:
        
        ::
        
          $ sed -e 's/VEVENT/VTODO/' -e 's/DTSTART/DUE/' ww.ics | ics2task
        
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
