crabpy-pyramid

Bindings for the CRABpy webservices and the Pyramid framework.


Keywords
web, wsgi, pyramid, CRAB, CAPAKEY, AGIV, address, flanders, lib, pypi-package, python
License
MIT
Install
pip install crabpy-pyramid==2.0.0

Documentation

crabpy_pyramid

Bindings for the crabpy library and the pyramid framework

https://badge.fury.io/py/crabpy_pyramid.png https://readthedocs.org/projects/crabpy-pyramid/badge/?version=latest https://travis-ci.org/OnroerendErfgoed/crabpy_pyramid.png?branch=master https://coveralls.io/repos/OnroerendErfgoed/crabpy_pyramid/badge.png?branch=master https://scrutinizer-ci.com/g/OnroerendErfgoed/crabpy_pyramid/badges/quality-score.png?b=master

Building the docs

More information about this library can be found in docs. The docs can be built using Sphinx.

Please make sure you have installed Sphinx in the same environment where crabpy_pyramid is present.

# activate your virtual env
$ pip install sphinx sphinxcontrib-httpdomain
$ python setup.py develop
$ cd docs
$ make html