Metadata-Version: 2.1
Name: icemac.ab.calexport
Version: 1.10
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
Requires-Dist: grokcore.component (>=2.5.1.dev1)
Requires-Dist: icemac.ab.calendar (>=3.2.dev0)
Requires-Dist: icemac.addressbook (>=9.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-2019 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::

  $ virtualenv-2.7 .
  $ bin/pip install zc.buildout
  $ bin/buildout -n
  $ bin/py.test


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

1.10 (2019-10-01)
=================

- Update the ZCML configuration to changes in `icemac.addressbook >= 9`.


1.9 (2018-10-13)
================

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

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

- Change installation procedure from `bootstrap.py` to `virtualenv`,
  see `README.txt`.


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.


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

See `OLD_CHANGES.rst`_.

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


