Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onroerenderfgoed/crabpy_pyramid
Bindings for the crabpy library and the pyramid framework
https://github.com/onroerenderfgoed/crabpy_pyramid
address crab flanders lib pypi-package pyramid python
Last synced: about 4 hours ago
JSON representation
Bindings for the crabpy library and the pyramid framework
- Host: GitHub
- URL: https://github.com/onroerenderfgoed/crabpy_pyramid
- Owner: OnroerendErfgoed
- License: mit
- Created: 2014-02-18T19:52:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T07:42:26.000Z (7 months ago)
- Last Synced: 2024-04-25T15:49:26.728Z (7 months ago)
- Topics: address, crab, flanders, lib, pypi-package, pyramid, python
- Language: Python
- Homepage: http://crabpy-pyramid.readthedocs.org/
- Size: 445 KB
- Stars: 1
- Watchers: 12
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
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
.. image:: https://scrutinizer-ci.com/g/OnroerendErfgoed/crabpy_pyramid/badges/quality-score.png?b=master
:target: https://scrutinizer-ci.com/g/OnroerendErfgoed/crabpy_pyramid/?branch=masterBuilding 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... code-block:: bash
# activate your virtual env
$ pip install sphinx sphinxcontrib-httpdomain
$ python setup.py develop
$ cd docs
$ make html