Metadata-Version: 1.1
Name: ecreall-pontus
Version: 1.0.3
Summary: An application programming interface built upon the Pyramid web framework and substanced application. It provides libraries which make it easy to manage complex and imbricated views. For that purpose, Pontus introduces the concept of operations on views.
Home-page: https://github.com/ecreall/pontus/
Author: Amen Souissi
Author-email: amensouissi@ecreall.com
License: AGPLv3+
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_addons.html
           This text does not appear on pypi or github. It is a comment.
        
        ==============
        ecreall_pontus
        ==============
        
        An application programming interface built upon the Pyramid web framework and substanced application. It provides libraries which make it easy to manage complex and imbricated views. For that purpose, Pontus introduces the concept of operations on views.
        
        Examples
        --------
        
        This package is used in the following projects:
        
        - `nova-ideo <https://github.com/ecreall/nova-ideo>`__
        - `l'agenda commun <https://github.com/ecreall/lagendacommun>`__
        
        
        Documentation
        -------------
        
        TODO
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - French
        
        
        Installation
        ------------
        
        Add `ecreall_pontus` in `install_requires` in your `setup.py`.
        and edit `production.ini` in your Pyramid application to add::
        
            pyramid.includes =
                ...
                pontus
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/ecreall/pontus/issues
        - Source Code: https://github.com/ecreall/pontus
        
        
        License
        -------
        
        The project is licensed under the AGPLv3+.
        
        
        Changelog
        =========
        
        1.0.3 (2017-01-06)
        ------------------
        
        - add preventdelete tinycemce plugin
        
        - add url getter
        
        
        1.0.2 (2016-09-15)
        ------------------
        
        - Fix style and translations
        
        
        1.0.1 (2016-08-18)
        ------------------
        
        - Include mo files in the release.
        
        
        1.0 (2016-06-28)
        ----------------
        
        -  Initial version
        
Keywords: process
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
