Metadata-Version: 2.1
Name: pando
Version: 0.46
Summary: Pando is a Python web framework. Simplates are the main attraction.
Home-page: http://aspen.io/
Author: Chad Whitacre et al.
Author-email: team@aspen.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires-Dist: python-mimeparse (>=0.1.4)
Requires-Dist: first (>=2.0.1)
Requires-Dist: state-chain (>=1.3.0)
Requires-Dist: filesystem-tree (>=1.0.1)
Requires-Dist: dependency-injection (>=1.2.0)
Requires-Dist: aspen (==1.0rc3)
Requires-Dist: six
Provides-Extra: fcgi
Requires-Dist: flup ; extra == 'fcgi'

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 2.7 on Linux: |travis|

And we test against 32- and 64-bit Python 2.7 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/



