Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onroerenderfgoed/pyoes
PYramid Onroerend Erfgoed Style
https://github.com/onroerenderfgoed/pyoes
lib pypi-package python
Last synced: about 4 hours ago
JSON representation
PYramid Onroerend Erfgoed Style
- Host: GitHub
- URL: https://github.com/onroerenderfgoed/pyoes
- Owner: OnroerendErfgoed
- Created: 2013-08-13T14:55:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T11:07:58.000Z (2 months ago)
- Last Synced: 2024-09-10T12:35:45.382Z (2 months ago)
- Topics: lib, pypi-package, python
- Language: Jinja
- Homepage: http://pyoes.readthedocs.org/
- Size: 6.46 MB
- Stars: 2
- Watchers: 19
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
README
pyoes: Pyramid OE style
=======================.. image:: https://travis-ci.org/OnroerendErfgoed/pyoes.png
:target: https://travis-ci.org/OnroerendErfgoed/pyoes
.. image:: https://coveralls.io/repos/OnroerendErfgoed/pyoes/badge.png?branch=master
:target: https://coveralls.io/r/OnroerendErfgoed/pyoes.. image:: https://readthedocs.org/projects/pyoes/badge/?version=latest
:target: https://readthedocs.org/projects/pyoes/?badge=latest
:alt: Documentation Status
.. image:: https://badge.fury.io/py/pyoes.png
:target: http://badge.fury.io/py/pyoesPyoes helps to share layout between different websites and applications of
Onroerend Erfgoed (Flanders Heritage).More information about this library can be found in the docs `folder`. These can
be build using `Sphinx `_... code-block:: bash
# activate your virtual env
$ pip install -r requirements-dev.txt
$ cd docs
$ make html
# You can also build a pdf, provided you have the correct latex toolchain installed.
$ make latexpdf