Metadata-Version: 2.1
Name: collective.contact.importexport
Version: 0.3.9
Summary: An add-on for Plone for collective.contact suite
Home-page: https://pypi.python.org/pypi/collective.contact.importexport
Author: Benoit Suttor
Author-email: bsuttor@imio.be
License: GPL version 2
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        ===============================
        collective.contact.importexport
        ===============================
        
        .. image:: https://travis-ci.org/IMIO/collective.contact.importexport.png
            :target: http://travis-ci.org/IMIO/collective.contact.importexport
        
        .. image:: https://coveralls.io/repos/github/IMIO/collective.contact.importexport/badge.svg?branch=master
            :target: https://coveralls.io/github/IMIO/collective.contact.importexport?branch=master
        
        Import and export organizations and persons with csv files, there are 4 csv files:
        - organizations
        - persons
        - functions_file
        - occupied_functions_file
        
        ! This is a WIP, only flat organizations can be imported for now.
        
        Features
        --------
        
        - Import flat organizations list
        
        
        Examples of csv files
        ---------------------
        
         https://github.com/IMIO/collective.contact.importexport/blob/master/src/collective/contact/importexport/tests/data/organizations.csv
        
        Documentation
        -------------
        
        Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - French
        - English
        
        
        Installation
        ------------
        
        Install collective.contact.importexport by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.contact.importexport
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/IMIO/collective.contact.importexport/issues
        - Source Code: https://github.com/IMIO/collective.contact.importexport
        
        
        Support
        -------
        
        If you are having issues, please let us know in github issues tracker.
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Benoit Suttor, bsuttor@imio.be
        
        
        Changelog
        =========
        
        
        0.3.9 (2018-10-26)
        ------------------
        
        - Now you can import taxonomy from collective.taxonomy.
          [bsuttor]
        
        - Add collective.taxonomy dependency.
          [bsuttor]
        
        
        0.3.8 (2018-07-02)
        ------------------
        
        - Get use_parent_address from file before import obj.
          [bsuttor]
        
        - Remove title from import person doc.
          [bsuttor]
        
        
        0.3.7 (2018-03-22)
        ------------------
        
        - Use plone.api instead of invokefactory.
          [bsuttor]
        
        
        0.3.6 (2018-02-08)
        ------------------
        
        - Improve importer, bug fix activity importer.
          [bsuttor]
        
        
        0.3.5 (2018-01-22)
        ------------------
        
        - Add collective.geo importer, you can now use latitude and longitude field in your files to import.
          [bsuttor]
        
        
        0.3.4 (2017-12-18)
        ------------------
        
        - Import become faster.
          [bsuttor]
        
        
        0.3.3 (2017-09-29)
        ------------------
        
        - Add import person.
          [bsuttor]
        
        - Do not add all not known field into activity.
          [bsuttor]
        
        
        0.3.2 (2017-06-02)
        ------------------
        
        - Remove profilehook.
          [bsuttor]
        
        
        0.3.1 (2017-06-01)
        ------------------
        
        - If IContactDetails is an heritage of anther behavior, IContactDetails fields can now be imported too.
          [bsuttor]
        
        
        0.3 (2017-04-25)
        ----------------
        
        - You can now add use_parent_address field.
          [bsuttor]
        
        
        0.2 (2017-03-03)
        ----------------
        
        - Do not add duplicates.
          [bsuttor]
        
        - Fix import with accent in title and add tests.
          [bsuttor]
        
        
        0.1 (2017-03-02)
        ----------------
        
        - Initial release.
          [bsuttor]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
