iCal feeds for Django based on Django's syndication feed framework.
Project description
django-ical
===========
|pypi| |docs| |build| |jazzband|
django-ical is a simple library/framework for creating
`iCal <http://www.ietf.org/rfc/rfc2445.txt>`_
feeds based in Django's
`syndication feed framework <https://docs.djangoproject.com/en/1.4/ref/contrib/syndication/>`_.
This documentation is modeled after the documentation for the syndication feed
framework so you can think of it as a simple extension.
If you are familiar with the Django syndication feed framework you should be
able to be able to use django-ical fairly quickly. It works the same way as
the Django syndication framework but adds a few extension properties to
support iCalendar feeds.
django-ical uses the `icalendar <http://pypi.python.org/pypi/icalendar/>`_ library
under the hood to generate iCalendar feeds.
Documentation
-------------
Documentation is hosted on Read the Docs:
http://django-ical.readthedocs.io/en/latest/
Requirements
------------
* `Django <http://www.djangoproject.com/>`_ >= 1.8
* `icalendar <http://pypi.python.org/pypi/icalendar/>`_ >= 4.0.3
.. |pypi| image:: https://img.shields.io/pypi/v/django-ical.svg
:alt: PyPI
:target: https://pypi-hypernode.com/project/django-ical/
.. |docs| image:: https://readthedocs.org/projects/django-ical/badge/?version=latest
:alt: Documentation Status
:scale: 100%
:target: http://django-ical.readthedocs.io/en/latest/?badge=latest
.. |build| image:: https://travis-ci.org/jazzband/django-ical.svg?branch=master
:target: https://travis-ci.org/jazzband/django-ical
.. |jazzband| image:: https://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: Jazzband
Changes
=======
1.6 (2019-08-27)
----------------
- Drop support for old Python and Django versions.
This enables support for new Django versions
which do not have Python 2 compatibility shims.
- Add continuous delivery via Jazzband.
- Add SCM versioning via setuptools_scm.
1.5 (2018-10-10)
----------------
- Add support for Django 1.11. *Thanks, Martin Bächtold*
- Drop support for Python 2.6. *Thanks, Martin Bächtold*
- Add support for categories, rrule, exrule, rrdate, exdate. *Thanks, Armin Leuprecht*
- Fix a documentation typo. *Thanks, Giorgos Logiotatidis*
- Add documentation and testing around recurring events. *Thanks, Christian Ledermann*
- Remove tests for Django versions < 1.8 *Thanks, Christian Ledermann*
1.4 (2016-05-08)
----------------
- Django up to 1.9 is supported.
- Added new `ttl` parameter. *Thanks, Diaz-Gutierrez*
- Added support for Python 3. *Thanks, Ben Lopatin*
- Fixed LAST-MODIFIED support. *Thanks, Brad Bell*
1.3 (2014-11-26)
----------------
- Django up to 1.7 is supported.
- Added a new `file_name` parameter. *Thanks, browniebroke*
- Added support for the `ORGANIZER` field. *Thanks, browniebroke*
1.2 (2012-12-12)
----------------
- Removed support for Django 1.2. It should still work, but it's not supported.
- We now require icalendar 3.1.
- Added support for the `GEO` field. *Thanks, null_radix!*
1.1 (2012-10-26)
----------------
- Fixed issues running tests on Django 1.2 and Django 1.5.
1.0 (2012-05-06)
----------------
- Initial Release
===========
|pypi| |docs| |build| |jazzband|
django-ical is a simple library/framework for creating
`iCal <http://www.ietf.org/rfc/rfc2445.txt>`_
feeds based in Django's
`syndication feed framework <https://docs.djangoproject.com/en/1.4/ref/contrib/syndication/>`_.
This documentation is modeled after the documentation for the syndication feed
framework so you can think of it as a simple extension.
If you are familiar with the Django syndication feed framework you should be
able to be able to use django-ical fairly quickly. It works the same way as
the Django syndication framework but adds a few extension properties to
support iCalendar feeds.
django-ical uses the `icalendar <http://pypi.python.org/pypi/icalendar/>`_ library
under the hood to generate iCalendar feeds.
Documentation
-------------
Documentation is hosted on Read the Docs:
http://django-ical.readthedocs.io/en/latest/
Requirements
------------
* `Django <http://www.djangoproject.com/>`_ >= 1.8
* `icalendar <http://pypi.python.org/pypi/icalendar/>`_ >= 4.0.3
.. |pypi| image:: https://img.shields.io/pypi/v/django-ical.svg
:alt: PyPI
:target: https://pypi-hypernode.com/project/django-ical/
.. |docs| image:: https://readthedocs.org/projects/django-ical/badge/?version=latest
:alt: Documentation Status
:scale: 100%
:target: http://django-ical.readthedocs.io/en/latest/?badge=latest
.. |build| image:: https://travis-ci.org/jazzband/django-ical.svg?branch=master
:target: https://travis-ci.org/jazzband/django-ical
.. |jazzband| image:: https://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: Jazzband
Changes
=======
1.6 (2019-08-27)
----------------
- Drop support for old Python and Django versions.
This enables support for new Django versions
which do not have Python 2 compatibility shims.
- Add continuous delivery via Jazzband.
- Add SCM versioning via setuptools_scm.
1.5 (2018-10-10)
----------------
- Add support for Django 1.11. *Thanks, Martin Bächtold*
- Drop support for Python 2.6. *Thanks, Martin Bächtold*
- Add support for categories, rrule, exrule, rrdate, exdate. *Thanks, Armin Leuprecht*
- Fix a documentation typo. *Thanks, Giorgos Logiotatidis*
- Add documentation and testing around recurring events. *Thanks, Christian Ledermann*
- Remove tests for Django versions < 1.8 *Thanks, Christian Ledermann*
1.4 (2016-05-08)
----------------
- Django up to 1.9 is supported.
- Added new `ttl` parameter. *Thanks, Diaz-Gutierrez*
- Added support for Python 3. *Thanks, Ben Lopatin*
- Fixed LAST-MODIFIED support. *Thanks, Brad Bell*
1.3 (2014-11-26)
----------------
- Django up to 1.7 is supported.
- Added a new `file_name` parameter. *Thanks, browniebroke*
- Added support for the `ORGANIZER` field. *Thanks, browniebroke*
1.2 (2012-12-12)
----------------
- Removed support for Django 1.2. It should still work, but it's not supported.
- We now require icalendar 3.1.
- Added support for the `GEO` field. *Thanks, null_radix!*
1.1 (2012-10-26)
----------------
- Fixed issues running tests on Django 1.2 and Django 1.5.
1.0 (2012-05-06)
----------------
- Initial Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-ical-1.6.tar.gz
(23.9 kB
view details)
Built Distribution
File details
Details for the file django-ical-1.6.tar.gz
.
File metadata
- Download URL: django-ical-1.6.tar.gz
- Upload date:
- Size: 23.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c4892fa9d886994c8ed090ccf7e643c0a794c62a3b2f078825f058aae18484e |
|
MD5 | 8922b0c0d822759c73b603890c342c07 |
|
BLAKE2b-256 | 1795afdd25a0280e8d934f40201e9f211f699569626f2c8ab1f4fc04112da3f7 |
File details
Details for the file django_ical-1.6-py2.py3-none-any.whl
.
File metadata
- Download URL: django_ical-1.6-py2.py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af0fc6064daf89c4338bbfb8dcbb648ba183c05af11b85a3188c519796a73ab7 |
|
MD5 | 40ccffe7e5a45bf166c42af77c172314 |
|
BLAKE2b-256 | 9f64413fee6bdeb9fe7252d9e3faa30c316b90149eacc5f7df1bbf182951d687 |