Metadata-Version: 1.1
Name: pyramid-sacrud-pages
Version: 0.0.2
Summary: Tree pages for pyramid CRUD interface sacrud
Home-page: http://github.com/ITCase/pyramid_sacrud_pages/
Author: Svintsov Dmitry
Author-email: sacrud@uralbash.ru
License: MIT
Description: |Build Status| |Coverage Status| |Stories in Ready| |PyPi|
        
        pyramid_sacrud_pages
        ====================
        
        **pyramid_sacrud_pages** provides a collections of pages to your Pyramid application.
        This is very similar to **django.contrib.flatpages** but with a tree structure
        and traversal algorithm in URL dispath.
        
        | See documentation http://pyramid-sacrud-pages.readthedocs.org/en/latest/
        | Online example can be found here `pyramid_sacrud_example <http://pyramid-sacrud-example.readthedocs.org/en/latest/demo.html#online-on-runnable-com>`_
        
        
        .. image:: https://raw.githubusercontent.com/ITCase/pyramid_sacrud_pages/master/docs/_static/img/index.png
            :alt: SACRUD pages tree
            :align: right
        
        Support and Development
        =======================
        
        To report bugs, use the `issue tracker <https://github.com/ITCase/pyramid_sacrud_pages/issues>`_
        or `waffle board <https://waffle.io/ITCase/pyramid_sacrud_pages>`_.
        
        We welcome any contribution: suggestions, ideas, commits with new futures, bug fixes, refactoring, docs, tests, translations etc
        
        If you have question, contact me sacrud@uralbash.ru or IRC channel #sacrud
        
        License
        =======
        
        The project is licensed under the MIT license.
        
        .. |Build Status| image:: https://travis-ci.org/ITCase/pyramid_sacrud_pages.svg?branch=master
           :target: https://travis-ci.org/ITCase/pyramid_sacrud_pages
        .. |Coverage Status| image:: https://coveralls.io/repos/ITCase/pyramid_sacrud_pages/badge.png
           :target: https://coveralls.io/r/ITCase/pyramid_sacrud_pages
        .. |Stories in Ready| image:: https://badge.waffle.io/itcase/pyramid_sacrud_pages.png?label=in%20progress&title=In%20Progress
           :target: https://waffle.io/itcase/pyramid_sacrud_pages
        .. |PyPI| image:: http://img.shields.io/pypi/dm/pyramid_sacrud_pages.svg
           :target: https://pypi.python.org/pypi/pyramid_sacrud_pages/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Pyramid 
Classifier: Topic :: Internet
Classifier: Topic :: Database
