whitenoise

Radically simplified static file serving for Python web apps

  • 所有者: evansd/whitenoise
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

WhiteNoise

.. image:: https://img.shields.io/travis/evansd/whitenoise.svg
:target: https://travis-ci.org/evansd/whitenoise
:alt: Build Status (Linux)

.. image:: https://img.shields.io/appveyor/ci/evansd/whitenoise.svg
:target: https://ci.appveyor.com/project/evansd/whitenoise
:alt: Build Status (Windows)

.. image:: https://img.shields.io/pypi/v/whitenoise.svg
:target: https://pypi.python.org/pypi/whitenoise
:alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/whitenoise.svg
:target: https://pypistats.org/packages/whitenoise
:alt: Monthly PyPI downloads

.. image:: https://img.shields.io/github/stars/evansd/whitenoise.svg?style=social&label=Star
:target: https://github.com/evansd/whitenoise
:alt: GitHub project

Radically simplified static file serving for Python web apps

With a couple of lines of config WhiteNoise allows your web app to serve its
own static files, making it a self-contained unit that can be deployed anywhere
without relying on nginx, Amazon S3 or any other external service. (Especially
useful on Heroku, OpenShift and other PaaS providers.)

It's designed to work nicely with a CDN for high-traffic sites so you don't have to
sacrifice performance to benefit from simplicity.

WhiteNoise works with any WSGI-compatible app but has some special auto-configuration
features for Django.

WhiteNoise takes care of best-practices for you, for instance:

  • Serving compressed content (gzip and Brotli formats, handling Accept-Encoding
    and Vary headers correctly)
  • Setting far-future cache headers on content which won't change

Worried that serving static files with Python is horribly inefficient?
Still think you should be using Amazon S3? Have a look at the Infrequently Asked Questions_.

To get started, see the documentation_.

.. _Infrequently Asked Questions: http://whitenoise.evans.io/en/stable/#infrequently-asked-questions
.. _documentation: http://whitenoise.evans.io/en/stable/

主要指标

概览
名称与所有者evansd/whitenoise
主编程语言Python
编程语言Python (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2013-08-08 11:02:06
推送于2025-06-05 09:24:07
最后一次提交
发布数57
最新版本名称6.9.0 (发布于 2025-02-06 22:16:37)
第一版名称v0.9 (发布于 )
用户参与
星数2.6k
关注者数25
派生数153
提交数883
已启用问题?
问题数246
打开的问题数25
拉请求数364
打开的拉请求数12
关闭的拉请求数25
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?