Metadata-Version: 2.0
Name: icemac.ab.importxls
Version: 2.4
Summary: Import XLS files into icemac.addressbook.
Home-page: https://pypi.org/project/icemac.ab.importxls
Author: Michael Howitz
Author-email: icemac@gmx.net
License: MIT
Keywords: icemac.addressbook xls excel import
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope3
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Provides-Extra: test
Requires-Dist: icemac.ab.importer (>=1.0)
Requires-Dist: setuptools
Requires-Dist: xlrd
Provides-Extra: test
Requires-Dist: zope.testing (>=3.8.0); extra == 'test'

=====================
 icemac.ab.importxls
=====================

This package enables `icemac.addressbook`_ to import XLS (Excel) files.

.. _`icemac.addressbook` : https://pypi.org/project/icemac.addressbook

Copyright (c) 2009-2018 Michael Howitz

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

Hacking
=======

Source code
-----------

Get the source code::

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

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

Running Tests
-------------

To run the tests yourself call::

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


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

2.4 (2018-08-03)
================

- Change license from ZPL to MIT.


2.3.post1 (2017-12-26)
======================

- Also release as wheel.


2.3 (2017-04-08)
================

- Include test code in coverage analysis.

- Add CI.


2.2 (2017-01-07)
================

- Bring branch test coverage to 100 %.


2.1 (2016-03-05)
================

- Use py.test as test runner.


2.0 (2015-04-26)
================

- Moved repository to: https://bitbucket.org/icemac/icemac.ab.importxls

- Made Python 2.7 the only supported Python version.

- Update to ``bootstrap.py`` from `zc.buildout 2.3.1`.

- Pin versions for test runs.


1.0 (2011-02-03)
================

- Updated development dependencies.

- Updated package meta data.


0.9.1 (2009-09-28)
==================

- Added `bootstrap.py` to ease the package setup.

- Fixing brown bag release: only namespace packages were installed.


0.9 (2009-09-28)
================

- Initial release.


