Metadata-Version: 1.1
Name: icemac.ab.importxls
Version: 2.0
Summary: Import XLS files into icemac.addressbook.
Home-page: http://pypi.python.org/pypi/icemac.ab.importxls
Author: Michael Howitz
Author-email: icemac@gmx.net
License: ZPL 2.1
Description: 
        
        =====================
         icemac.ab.importxls
        =====================
        
        This package enables `icemac.addressbook`_ to import XLS (Excel) files.
        
        .. _`icemac.addressbook` : http://pypi.python.org/pypi/icemac.addressbook
        
        Copyright (c) 2008-2015 Michael Howitz
        
        All Rights Reserved.
        
        This software is subject to the provisions of the Zope Public License,
        Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
        THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
        WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
        FOR A PARTICULAR PURPOSE.
        
        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
        -------------
        
        .. image:: https://secure.travis-ci.org/icemac/icemac.ab.importxls.png
           :target: https://travis-ci.org/icemac/icemac.ab.importxls
        
        To run the tests yourself call::
        
          $ python2.7 bootstrap.py
          $ bin/buildout
          $ bin/test
        
        
        ===========
         Changelog
        ===========
        
        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.
        
Keywords: icemac.addressbook xls excel import
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Paste
Classifier: Framework :: Zope3
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
