{ "info": { "author": "Christoph Polcin", "author_email": "labs@polcin.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Welcome to Calflate\n===================\n\n*Calflate* is a command line application that **conflates** external \n*CalDAV* and *CardDAV* entries into an other online collection. \nIt does an one-way sync of calendar EVENTs, TODOs, JOURNALs and \naddressbook entries (VCARD) based on ``UIDs`` and ``SEQUENCE`` or \n``REV`` numbers.\n\n*Calflate* is written in Python, it has no dependencies and \nlicenced under the **FreeBSD License**. The source code and \nissue tracker is available at https://github.com/chripo/calflate.\n\nFeatues\n-------\n\n+ one-way sync of VEVENT, VTODO, VJOURNAL and VCARD\n+ rewrite / cleanup UIDs based on regular expressions\n+ import entries from local files and online collections\n+ is able to purge destination items\n+ supports multiple collection sets\n+ configurable per collection\n\nQuickstart\n----------\n\n**Install from source**\n\n::\n\n # create a virualenv\n pip install https://github.com/chripo/calflate/zipball/master\n ln -s $VIRTUAL_ENV/bin/calflate ~/bin/calflate\n\n**Configure**\n\nCreate a configuration file at ``~/.config/calflate.cfg``. Insert \nthe following section for each collection that should be imported.\n\n::\n\n [COLLECTION-NAME]\n # ignore input argument from command line\n # input = None\n \n # never purge destination items\n # purge = False\n \n # verbose output\n # verbose = True\n \n # don't make changes\n # dryrun = True\n \n # replace UID pattern\n # uid_from = (.+?)@foobar.com\n # uid_to = \\1\n \n # source calendar / addressbook\n src = https://source-host.net/test/events.ics/\n # src_user = username\n # src_pass = password\n \n # destination calendar / addressbook\n dst = https://my-server.net/user/calendar.ics/\n dst_user = username\n dst_pass = password\n\n\n**Execute**\n\n- ``calflate --help`` to show usage. \n- ``calflate COLLECTION-NAME`` to import a specific collection or \n- ``calflate '*'`` to conflate all sets.\n\nContributions\n-------------\n\nAre welcome! Resepect PEP-8.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/chripo/calflate/tarball/0.4.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chripo/calflate/", "keywords": "calendar,addressbook,CalDAV,CardDAV", "license": "BSD revised", "maintainer": null, "maintainer_email": null, "name": "calflate", "package_url": "https://pypi.org/project/calflate/", "platform": "Any", "project_url": "https://pypi.org/project/calflate/", "project_urls": { "Download": "https://github.com/chripo/calflate/tarball/0.4.1", "Homepage": "https://github.com/chripo/calflate/" }, "release_url": "https://pypi.org/project/calflate/0.4.1/", "requires_dist": null, "requires_python": null, "summary": "import external CalDAV and CardDAV entries", "version": "0.4.1" }, "last_serial": 981793, "releases": { "0.4.1": [ { "comment_text": "", "digests": { "md5": "13b899191a9c6bcc3e32045c872195da", "sha256": "b76bb39a772db9e4ba4b913a69ca6faad896922a791996c2278abefed36d8f2d" }, "downloads": -1, "filename": "calflate-0.4.1.tar.gz", "has_sig": false, "md5_digest": "13b899191a9c6bcc3e32045c872195da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6123, "upload_time": "2014-01-26T13:49:37", "url": "https://files.pythonhosted.org/packages/80/d8/4aaae3718ab0a713333354b1b01c794dd02b916267d06d5fce00b3c90c6f/calflate-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "13b899191a9c6bcc3e32045c872195da", "sha256": "b76bb39a772db9e4ba4b913a69ca6faad896922a791996c2278abefed36d8f2d" }, "downloads": -1, "filename": "calflate-0.4.1.tar.gz", "has_sig": false, "md5_digest": "13b899191a9c6bcc3e32045c872195da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6123, "upload_time": "2014-01-26T13:49:37", "url": "https://files.pythonhosted.org/packages/80/d8/4aaae3718ab0a713333354b1b01c794dd02b916267d06d5fce00b3c90c6f/calflate-0.4.1.tar.gz" } ] }