Metadata-Version: 2.1
Name: pst.restapi
Version: 1.0b1
Summary: Rest services for PST
Home-page: https://pypi.python.org/pypi/pst.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.
        
        ===========
        pst.restapi
        ===========
        
        
        Installation
        ------------
        
        Install pst.restapi by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                pst.restapi
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/IMIO/pst.restapi/issues
        - Source Code: https://github.com/IMIO/pst.restapi
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        We have a mailing list located at: project@example.com
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Martin Peeters [original author]
        
        
        Changelog
        =========
        
        
        1.0b1 (2021-03-01)
        ------------------
        
        - Add a specific summary serializer for actions
          [mpeeters]
        
        
        1.0a3 (2020-06-23)
        ------------------
        
        - Use the new base serializer from imio.restapi for actions
          [mpeeters]
        
        
        1.0a2 (2020-06-23)
        ------------------
        
        - Fix edgecases with `title` for operational and strategic objectives summary serialization
          [mpeeters]
        
        
        1.0a1 (2020-06-18)
        ------------------
        
        - Initial release.
          [mpeeters]
        
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
