Web caching library, written in Python

Taddeus Kroes b144614ff3 Created Importer object that handles file imports in begin section of cached text files. 14 年 前
tests b144614ff3 Created Importer object that handles file imports in begin section of cached text files. 14 年 前
.gitignore db02401708 Added coverage output files to ignore file. 14 年 前
Makefile c145b8c655 Removed executable flag from Makefile. 14 年 前
README dde4f12854 Added README 14 年 前
__init__.py d991026e9e Moved source files to root directory. 14 年 前
cache.py f1d3b12160 Modified to_dir function to create full paths. 14 年 前
css.py 88d6379f2f Added empty templates for JavaScript/CSS cache objects. 14 年 前
importer.py b144614ff3 Created Importer object that handles file imports in begin section of cached text files. 14 年 前
js.py 88d6379f2f Added empty templates for JavaScript/CSS cache objects. 14 年 前
test.py f39773c776 Added unit test framework and empty Cache class file. 14 年 前

README

Python web caching library.

This library is meant to be an easy-to-use abstraction layer for caching groups
of files. The library contains JavaScript/CSS extensions to concatenate, minify
and set cache headers for a group of scripts/stylesheets.