Metadata-Version: 1.1
Name: crabpy-pyramid
Version: 0.1.0
Summary: crabpy_pyramid
Home-page: http://github.com/OnroerendErfgoed/crabpy_pyramid
Author: Onroerend Erfgoed
Author-email: ict@onroerenderfgoed.be
License: MIT
Description: crabpy_pyramid
        ==============
        
        Bindings for the crabpy library and the pyramid framework
        
        .. image:: https://badge.fury.io/py/crabpy_pyramid.png
                :target: http://badge.fury.io/py/crabpy_pyramid
        .. image:: https://readthedocs.org/projects/crabpy-pyramid/badge/?version=latest
                :target: https://readthedocs.org/projects/crabpy-pyramid/?badge=latest
        
        .. image:: https://travis-ci.org/OnroerendErfgoed/crabpy_pyramid.png?branch=master
                :target: https://travis-ci.org/OnroerendErfgoed/crabpy_pyramid
        .. image:: https://coveralls.io/repos/OnroerendErfgoed/crabpy_pyramid/badge.png?branch=master 
                :target: https://coveralls.io/r/OnroerendErfgoed/crabpy_pyramid?branch=master 
        
        Building the docs
        -----------------
        
        More information about this library can be found in :file:`docs`. The docs can be 
        built using `Sphinx <http://sphinx-doc.org>`_.
        
        Please make sure you have installed Sphinx in the same environment where 
        crabpy\_pyramid is present.
        
        .. code-block:: bash
        
            # activate your virtual env
            $ pip install sphinx sphinxcontrib-httpdomain
            $ python setup.py develop
            $ cd docs
            $ make html
        
        
        0.1.0 (2014-09-05)
        ------------------
        
        - First stable release, matches with CRABpy 0.4.1
        - Exposes CRAB and CAPAKEY gateways.
        - CRAB Gateway also exposes some Provincie objects. (#13)
        - CRAB and CAPAKEy can be configured independently. (#11)
        
        0.1.0a2 (2014-04-30)
        --------------------
        
        - Still alpha.
        - Coveralls support.
        - Proxy settings in ini file. (#5)
        - Range headers. (#9)
        
        0.1.0a1 (2014-03-19)
        --------------------
        
        - Initial version
        
Keywords: web wsgi pyramid CRAB CAPAKEY AGIV
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
