pando.py icon indicating copy to clipboard operation
pando.py copied to clipboard

Filesystem dispatch + Simplates + Python = a nice web framework.

Pando is a Python web framework. Simplates are the main attraction.

Installation, Testing, and License

pando is available on GitHub_ and on PyPI_::

$ pip install pando

We test against 64-bit Python 3.6, 3.7, 3.8 and 3.9 on Linux: |travis|

And we test against 32- and 64-bit Python 3.6, 3.7, 3.8 and 3.9 on Windows: |appveyor|

pando is MIT-licensed.

.. _GitHub: https://github.com/AspenWeb/pando.py .. _PyPI: https://pypi.python.org/pypi/pando .. |travis| image:: https://img.shields.io/travis/AspenWeb/pando.py/master.svg :target: https://travis-ci.org/AspenWeb/pando.py :alt: Linux build status .. |appveyor| image:: https://img.shields.io/appveyor/ci/AspenWeb/pando-py/master.svg :target: https://ci.appveyor.com/project/AspenWeb/pando-py :alt: Windows build status

Documentation and further information

on the main site_ : http://aspen.io/

.. _site: http://aspen.io/