Metadata-Version: 1.1
Name: ecreall_daceui
Version: 1.0.4
Summary: This the reusable ui parts for DaCE.
Home-page: https://github.com/ecreall/daceui/
Author: Amen Souissi
Author-email: amensouissi@ecreall.com
License: AGPLv3+
Description: ==============
        ecreall_daceui
        ==============
        
        This the reusable ui parts for DaCE.
        
        
        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_daceui` in `install_requires` in your `setup.py`.
        and edit `production.ini` in your Pyramid application to add::
        
            pyramid.includes =
                ...
                daceui
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/ecreall/daceui/issues
        - Source Code: https://github.com/ecreall/daceui
        
        
        License
        -------
        
        The project is licensed under the AGPLv3+.
        
        
        Changelog
        =========
        
        1.0.4 (2017-02-25)
        ------------------
        
        - Fix in the jquery.infinitescroll.js file to trigger the event locally.
        
        
        1.0.3 (2017-01-06)
        ------------------
        
        - Add include_resources parameter to the different view methods.
        
        
        1.0.2 (2016-09-15)
        ------------------
        
        - Fix dace ui api.
        
        
        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+)
