Metadata-Version: 2.1
Name: ideabox.restapi
Version: 1.0b1
Summary: Rest service for ideabox
Home-page: https://pypi.python.org/pypi/ideabox.restapi
Author: Martin Peeters
Author-email: support@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.
        
        ===============
        ideabox.restapi
        ===============
        
        Installation
        ------------
        
        Install ideabox.restapi by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                ideabox.restapi
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/ideabox.restapi/issues
        - Source Code: https://github.com/collective/ideabox.restapi
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Martin Peeters [original author]
        
        
        Changelog
        =========
        
        
        1.0b1 (2020-06-30)
        ------------------
        
        - Improving UI for pst action import form by using a multi select2 widget
          [mpeeters]
        
        - Fix caching for pst action vocabulary
          [mpeeters]
        
        
        1.0a4 (2020-06-24)
        ------------------
        
        - Improve performance for filtering of pst action vocabulary
          [mpeeters]
        
        
        1.0a3 (2020-06-23)
        ------------------
        
        - Improve filtering of already imported content for remote pst action vocabulary
          [mpeeters]
        
        
        1.0a2 (2020-06-23)
        ------------------
        
        - Fix an issue with vocabulary when content was created manually
          [mpeeters]
        
        
        1.0a1 (2020-06-22)
        ------------------
        
        - Initial release.
          [mpeeters]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
