Metadata-Version: 2.0
Name: cachely
Version: 0.1.0
Summary: UNKNOWN
Home-page: https://github.com/dakrauth/cachely
Author: David Krauth
Author-email: dakrauth@gmail.com
License: MIT License
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: requests

=======
Cachely
=======

A very simplistic resource caching utility for storing and retrieving web
content locally to either the file system or SQLite database.


Requirements
------------

* Python 3.5+


