An open API service indexing awesome lists of open source software.

https://github.com/nh2/staticfetcher

Fetches static files.
https://github.com/nh2/staticfetcher

Last synced: 3 months ago
JSON representation

Fetches static files.

Awesome Lists containing this project

README

        

staticfetcher
=============

Fetches static files.

Example
-------

::

STATICS = {
'jquery/jquery.js': 'http://code.jquery.com/jquery.min.js',
'underscore.js': 'http://documentcloud.github.com/underscore/underscore.js',
}

from staticfetcher import Staticfetcher

Staticfetcher(STATICS, root_dir='js').fetch(force=False)

License
-------

staticfetcher is MIT licensed.