Skip to main content

pyramid_assetviews

Project description

pyramid_assetviews is a small 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.

1.0a3

  • 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.

1.0a2

  • Updated the add_asset_view methods method signature to accept a filename or list of filenames instead of using *names argument as a catch all.

  • Added http_cache setting that addes Cache-Control: max-age and Expires headers. http_cache accepts time in seconds. For example: http_cache=5000.

  • Dropped zope.interface dependency and picked up a webob dependency instead.

  • Added License Information.

1.0a1

  • Initial version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyramid_assetviews-1.0a3.tar.gz (10.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page