Aspen.py
A filesystem dispatch library for Python web frameworks
Install / Use
/learn @AspenWeb/Aspen.pyREADME
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
It is currently tested against Python 3.10, 3.11, 3.12, 3.13 and 3.14 on Linux and Windows: |checks| |codecov|
aspen is MIT-licensed.
.. _GitHub: https://github.com/AspenWeb/aspen.py .. _PyPI: https://pypi.org/project/aspen .. |checks| image:: https://img.shields.io/github/checks-status/AspenWeb/aspen.py/master :target: https://github.com/AspenWeb/aspen.py/actions/workflows/test.yml :alt: GitHub master branch status .. |codecov| image:: https://img.shields.io/codecov/c/github/AspenWeb/aspen.py :alt: Codecov
