Metadata-Version: 2.1
Name: django-sqlite-file-cache
Version: 0.1.0
Summary: A Django cache backend which has a similar API to FileBasedCache, but reduces the number of inodes used
Home-page: https://github.com/murrple-1/django-sqlite-file-cache
Author: Murray Christopherson
Author-email: murraychristopherson@gmail.com
License: UNKNOWN
Keywords: django cache sqlite sqlite2 sqlite3 file filebased
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: six
Requires-Dist: Django

# django-sqlite-file-cache


