icstask


Nameicstask JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/jspricke/python-icstask
SummaryPython library to convert between Taskwarrior and vObject
upload_time2024-09-09 07:19:09
maintainerNone
docs_urlNone
authorJochen Sprickerhof
requires_pythonNone
licenseGPLv3+
keywords taskwarrior
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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
~~~~~~~~~~~~~~~~~~~~~~~

::

  $ python3 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jspricke/python-icstask",
    "name": "icstask",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Taskwarrior",
    "author": "Jochen Sprickerhof",
    "author_email": "taskwarrior@jochen.sprickerhof.de",
    "download_url": "https://files.pythonhosted.org/packages/c1/d6/a966168b18c83637cd973087c949ec62c7dd28a11fac0af7e00a5b0f61b2/icstask-0.5.0.tar.gz",
    "platform": null,
    "description": "Python library to convert between Taskwarrior and vObject\n=========================================================\n\n* Reads and writes `Taskwarrior <https://taskwarrior.org/>`_ Data.\n\nInstallation\n------------\n\nYou need to have the Taskwarrior command line tool installed.\nFor Debian/Ubuntu use::\n\n  $ sudo apt-get install taskwarrior\n\nUsing pip\n~~~~~~~~~\n\n::\n\n  $ pip install icstask\n\nThis will install all Python dependencies as well.\n\nUsing python-setuptools\n~~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n  $ python3 setup.py install\n\nKnown limitations\n-----------------\n\niCalendar -> Taskwarrior\n~~~~~~~~~~~~~~~~~~~~~~~~\n\n* PERCENT-COMPLETE is not supported as there is no representation in Taskwarrior.\n\nVEVENT entries\n~~~~~~~~~~~~~~\n\nThis project only handles VTODO entries. If you wan to import VEVENT entries try something like:\n\n::\n\n  $ sed -e 's/VEVENT/VTODO/' -e 's/DTSTART/DUE/' ww.ics | ics2task\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "Python library to convert between Taskwarrior and vObject",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/jspricke/python-icstask"
    },
    "split_keywords": [
        "taskwarrior"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9226329f0b99a6b51cf229ff8e42cd4f13f670443ddfd7643b62febcb0631176",
                "md5": "70f09df6e890e49282a22369617aa045",
                "sha256": "e92eae54bfe51be6be847a5da4a2c9b6c20265da63c8b6dfe0d094afdb2b6bf7"
            },
            "downloads": -1,
            "filename": "icstask-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "70f09df6e890e49282a22369617aa045",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18064,
            "upload_time": "2024-09-09T07:19:07",
            "upload_time_iso_8601": "2024-09-09T07:19:07.693943Z",
            "url": "https://files.pythonhosted.org/packages/92/26/329f0b99a6b51cf229ff8e42cd4f13f670443ddfd7643b62febcb0631176/icstask-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1d6a966168b18c83637cd973087c949ec62c7dd28a11fac0af7e00a5b0f61b2",
                "md5": "31596130634253e82f591ff1f9055182",
                "sha256": "724a156866496762fa77a797d7b651b44fe41fdf25eab87c9528f32712d5c30f"
            },
            "downloads": -1,
            "filename": "icstask-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "31596130634253e82f591ff1f9055182",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17858,
            "upload_time": "2024-09-09T07:19:09",
            "upload_time_iso_8601": "2024-09-09T07:19:09.021381Z",
            "url": "https://files.pythonhosted.org/packages/c1/d6/a966168b18c83637cd973087c949ec62c7dd28a11fac0af7e00a5b0f61b2/icstask-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 07:19:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jspricke",
    "github_project": "python-icstask",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "icstask"
}
        
Elapsed time: 0.61638s