Internet Calendaring and Scheduling (iCalendar) for Python
 
 
Go to file
Johannes Raggam 47f98e4d87 prepare release 2017-11-08 14:13:02 +01:00
docs Clean up trailing and leading white space throughout project (#247) 2017-10-23 14:15:27 +02:00
src/icalendar prepare release 2017-11-08 14:13:02 +01:00
.gitignore add pip-selfcheck.json to .gitignore 2016-02-05 12:48:44 +01:00
.travis.yml Merge pull request #248 from jdufresne/travis-cache 2017-11-08 13:58:33 +01:00
CHANGES.rst prepare release 2017-11-08 14:13:02 +01:00
CONTRIBUTING.rst prepare release 2017-11-08 14:13:02 +01:00
LICENSE.rst Clean up trailing and leading white space throughout project (#247) 2017-10-23 14:15:27 +02:00
MANIFEST.in Exclude editor backup files from egg distributions. Fixes #144. 2014-07-22 12:10:27 +02:00
README.rst prepare release 2017-11-08 14:13:02 +01:00
bootstrap.py Drop support for Python 2.6 and 3.3 2017-11-07 03:44:09 -08:00
buildout.cfg Whitespaces cleanup 2014-08-26 00:55:26 +02:00
requirements_docs.txt use sphinx_rdt_theme and document how to generate docs 2014-11-20 13:14:45 +01:00
setup.cfg Include license file in the generated wheel package (#243) 2017-10-23 14:14:59 +02:00
setup.py prepare release 2017-11-08 14:13:02 +01:00
tox.ini Drop support for Python 2.6 and 3.3 2017-11-07 03:44:09 -08:00

README.rst

==========================================================
Internet Calendaring and Scheduling (iCalendar) for Python
==========================================================

The `icalendar`_ package is a `RFC 5545`_ compatible parser/generator for iCalendar
files.

----

:Homepage: https://icalendar.readthedocs.io
:Code: https://github.com/collective/icalendar
:Mailing list: https://github.com/collective/icalendar/issues
:Dependencies: `python-dateutil`_ and `pytz`_.
:Compatible with: Python 2.7 and 3.4+
:License: `BSD`_

----


.. image:: https://travis-ci.org/collective/icalendar.svg?branch=master
    :target: https://travis-ci.org/collective/icalendar


.. _`icalendar`: https://pypi.python.org/pypi/icalendar
.. _`RFC 5545`: https://www.ietf.org/rfc/rfc5545.txt
.. _`python-dateutil`: https://github.com/dateutil/dateutil/
.. _`pytz`: https://pypi.python.org/pypi/pytz
.. _`BSD`: https://github.com/collective/icalendar/issues/2