Metadata-Version: 2.1
Name: aspen
Version: 1.1
Summary: A filesystem router for Python web frameworks
Home-page: https://github.com/AspenWeb/aspen.py
Author: Chad Whitacre et al.
Author-email: team@aspen.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst

Aspen is a filesystem router for Python web frameworks. See `aspen.io`_ for
framework wrappers.

.. _aspen.io: http://aspen.io/


Installation, Testing, and License
==================================

``aspen`` is available on `GitHub`_ and on `PyPI`_::

    $ pip install aspen

We test against 64-bit Python 2.7 and Python 3.6 on Linux: |travis|

And we test against 32- and 64-bit Python 2.7 on Windows: |appveyor|

``aspen`` is MIT-licensed.


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


