Metadata-Version: 2.0
Name: icemac.ab.calexport
Version: 1.8
Summary: Calendar export feature for icemac.ab.calendar
Home-page: https://bitbucket.org/icemac/icemac.ab.calexport
Author: Michael Howitz
Author-email: icemac@gmx.net
License: MIT
Download-URL: https://pypi.org/project/icemac.ab.calexport
Keywords: icemac addressbook calendar export html
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Provides-Extra: test
Requires-Dist: grokcore.component (>=2.5.1.dev1)
Requires-Dist: icemac.ab.calendar (>=3.0.dev0)
Requires-Dist: icemac.addressbook (>=7.0.dev0)
Requires-Dist: setuptools
Requires-Dist: zope.securitypolicy (>=4.1)
Provides-Extra: test
Requires-Dist: icemac.ab.calendar[test]; extra == 'test'

This package provides a calendar HTML export feature for `icemac.ab.calendar`_.

*Caution:* This package might not be as customizable as needed for a general
HTML calendar export.

.. _`icemac.ab.calendar` : https://pypi.org/project/icemac.ab.calendar

Copyright (c) 2015-2018 Michael Howitz

This package is licensed under the MIT License, see LICENSE.txt inside the
package.

.. contents::

=========
 Hacking
=========

Source code
===========

Get the source code::

   $ hg clone https://bitbucket.org/icemac/icemac.ab.calexport

or fork me on: https://bitbucket.org/icemac/icemac.ab.calexport

Running the tests
=================

To run the tests yourself call::

  $ python2.7 bootstrap.py
  $ bin/buildout -n
  $ bin/py.test


===========
 Changelog
===========

1.8 (2018-08-04)
================

- Add a missing migration for a refactoring in 1.7 possibly breaking export
  and master data.

- Update to changes in test infrastructure in `icemac.addressbook >= 7.0`.

- Change license from ZPL to MIT.

1.7 (2018-03-16)
================

- Update to `icemac.ab.calendar >= 3.0`.


1.6 (2017-12-26)
================

- Add breadcrumbs.

- Also release as wheel.


Older versions
==============

See `OLD_CHANGES.rst`_.

.. _`OLD_CHANGES.rst` : https://bitbucket.org/icemac/icemac.ab.calexport/raw/default/OLD_CHANGES.rst


