pyramid_assetviews is a small Python module that allows you to add Root-Relative views to your project.
This enables you to serve assets that need to be accessed from the root of your domain such as robots.txt or favicon.ico without having to setup a static media server such as nginx or lighttpd.
Product's homepage
Requirements:
· Python
· pyramid
What's New in This Release: [ read full changelog ]
· Included the sphinx documentation as part of the distribution package.
· Cleaned up the MANIFEST.in so there are no more warnings when installing the package.