No project description provided
Project description
blacknoise
Table of Contents
Installation
pip install blacknoise
Using blacknoise with Django to serve static files
from blacknoise import BlackNoise
from django.core.asgi import get_asgi_application
from pathlib import Path
BASE_DIR = Path(__file__).parent
application = BlackNoise(get_asgi_application())
application.add(BASE / "static", "/static")
License
blacknoise
is distributed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
blacknoise-0.0.3.tar.gz
(5.6 kB
view details)
Built Distribution
File details
Details for the file blacknoise-0.0.3.tar.gz
.
File metadata
- Download URL: blacknoise-0.0.3.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b929b0bd46df4f787c5b69412bfebc965f9dd0d458ee059121b9635faefa1997 |
|
MD5 | f7dab8f13af0916ff0591d16614fc7a8 |
|
BLAKE2b-256 | ab9f2ebce32ce9fb71b759d8f16de08a1e894fd5b244f2b1fc2c585eea2a6d40 |
File details
Details for the file blacknoise-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: blacknoise-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a13202c9095b7670e4ca016badb793ac06258fd5e68a889fdd1c970aac8d7ed4 |
|
MD5 | 07258b41f58970becaf09cd8a504039b |
|
BLAKE2b-256 | af25bc0956710c494a3e6d25935f59a5ae28e1ff195b36d4a14b22482cb95053 |