{ "info": { "author": "Nikita Marchant", "author_email": "nikita.marchant@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Office/Business :: Scheduling", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Ics.py : iCalendar for Humans\n=============================\n\n`Original repository `_ (GitHub) - `Bugtracker and issues `_ (GitHub) - `PyPi package `_ (ics) - `Documentation `_ (Read The Docs).\n\n.. image:: https://travis-ci.org/C4ptainCrunch/ics.py.png?branch=master\n :target: https://travis-ci.org/C4ptainCrunch/ics.py\n\n.. image:: https://coveralls.io/repos/C4ptainCrunch/ics.py/badge.png\n :target: https://coveralls.io/r/C4ptainCrunch/ics.py\n :alt: Coverage\n\n.. image:: https://img.shields.io/github/license/c4ptaincrunch/ics.py.svg\n :target: https://pypi.python.org/pypi/ics/\n :alt: Apache 2 License\n\n\nIcs.py is a pythonic and easy iCalendar library. It's goals are to read and write ics data in a developer friendly way.\n\niCalendar is a widely-used and useful format but not user friendly. Ics.py is there to give you the ability of creating and reading this format without any knowledge of it.\n\nIt should be able to parse every calendar that respects the `rfc5545 `_ and maybe some more\u2026 It also outputs rfc compliant calendars.\n\niCalendar (file extension `.ics`) is used by Sunbird, Google Calendar, Apple Calendar, Android\u2026\n\n\nIcs.py is available for Python>=3.4 and is Apache2 Licensed.\n\n\n\nQuickstart\n----------\n\n.. code-block:: bash\n\n $ pip install ics\n\n\n\n.. code-block:: python\n\n from ics import Calendar, Event\n c = Calendar()\n e = Event()\n e.name = \"My cool event\"\n e.begin = '20140101 00:00:00'\n c.events.add(e)\n c.events\n # []\n with open('my.ics', 'w') as my_file:\n my_file.writelines(c)\n # and it's done !\n\nMore examples are available in the `documentation `_.\n\nDocumentation\n-------------\n\nAll the `documentation `_ is hosted on `readthedocs.org `_ and is updated automatically at every commit.\n\n* `Quickstart `_\n* `API `_\n* `About `_\n\n\nContribute\n----------\n\nContribution are welcome of course! For more information, see `contributing `_.\n\n\nTesting & Docs\n--------------\n\n.. code-block:: bash\n\n # tests\n $ pip install -r requirements.txt\n $ pip install -r dev/requirements-test.txt\n $ python setup.py test\n\n # tests coverage\n $ pip install -r requirements.txt\n $ pip install -r dev/requirements-test.txt\n $ python setup.py test\n $ coverage html\n $ firefox htmlcov/index.html\n\n # docs\n $ pip install -r requirements.txt\n $ pip install -r dev/requirements-doc.txt\n $ cd doc\n $ make html\n\n\nLinks\n-----\n* `rfc5545 `_\n* `Vulgarised RFC `_\n\n.. image:: http://i.imgur.com/KnSQg48.jpg\n :target: https://github.com/C4ptainCrunch/ics.py\n :alt: Parse ALL the calendars!\n :align: center", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/nitros12/ics.py", "keywords": "ics icalendar calendar event todo rfc5545 parser pythonic", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "ics-lancstimtab", "package_url": "https://pypi.org/project/ics-lancstimtab/", "platform": "", "project_url": "https://pypi.org/project/ics-lancstimtab/", "project_urls": { "Homepage": "http://github.com/nitros12/ics.py" }, "release_url": "https://pypi.org/project/ics-lancstimtab/0.5.dev0/", "requires_dist": null, "requires_python": "", "summary": "Python icalendar (rfc5545) parser", "version": "0.5.dev0" }, "last_serial": 4294788, "releases": { "0.5.dev0": [ { "comment_text": "", "digests": { "md5": "053eb4c4f21aaaee456fd05fe85199f9", "sha256": "7ae42737db57bceb54161672308c3a5175b4638057efd97ad699adb6ef83ec3e" }, "downloads": -1, "filename": "ics_lancstimtab-0.5.dev0.tar.gz", "has_sig": false, "md5_digest": "053eb4c4f21aaaee456fd05fe85199f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51344, "upload_time": "2018-09-21T03:14:17", "url": "https://files.pythonhosted.org/packages/78/9e/ce74ef1e4daecba6c588293ff3a71dd0dc1b58f03844b8a0065e42ead8a3/ics_lancstimtab-0.5.dev0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "053eb4c4f21aaaee456fd05fe85199f9", "sha256": "7ae42737db57bceb54161672308c3a5175b4638057efd97ad699adb6ef83ec3e" }, "downloads": -1, "filename": "ics_lancstimtab-0.5.dev0.tar.gz", "has_sig": false, "md5_digest": "053eb4c4f21aaaee456fd05fe85199f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51344, "upload_time": "2018-09-21T03:14:17", "url": "https://files.pythonhosted.org/packages/78/9e/ce74ef1e4daecba6c588293ff3a71dd0dc1b58f03844b8a0065e42ead8a3/ics_lancstimtab-0.5.dev0.tar.gz" } ] }