Metadata-Version: 2.4
Name: pyoes
Version: 0.24.3
Summary: pyoes
Author-email: Flanders Heritage Agency <ict@onroerenderfgoed.be>
Keywords: compass,css,jinja2,pyramid,sass,style,templates
Classifier: Framework :: Pyramid
Classifier: Programming Language :: Python
Requires-Python: <=3.13,>=3.10
Requires-Dist: jinja2==3.1.4
Requires-Dist: markupsafe==2.1.3
Requires-Dist: pyramid-jinja2==2.10
Requires-Dist: pyramid==2.0.2
Requires-Dist: python-dateutil==2.8.2
Provides-Extra: dev
Requires-Dist: coveralls==3.3.1; extra == 'dev'
Requires-Dist: oe-sphinx-theme==0.4.0; extra == 'dev'
Requires-Dist: pep8==1.7.1; extra == 'dev'
Requires-Dist: pytest-cov==4.1.0; extra == 'dev'
Requires-Dist: pytest==7.4.3; extra == 'dev'
Requires-Dist: sphinx-rtd-theme==2.0.0; extra == 'dev'
Requires-Dist: sphinx==7.1.2; extra == 'dev'
Requires-Dist: sphinxcontrib-httpdomain==1.8.1; extra == 'dev'
Requires-Dist: sphinxcontrib-plantuml==0.27; extra == 'dev'
Requires-Dist: waitress==2.1.2; extra == 'dev'
Description-Content-Type: text/markdown

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/pyoes

Pyoes 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 <http://sphinx-doc.org>`_.

.. 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
