https://github.com/nh2/staticfetcher
Fetches static files.
https://github.com/nh2/staticfetcher
Last synced: 3 months ago
JSON representation
Fetches static files.
- Host: GitHub
- URL: https://github.com/nh2/staticfetcher
- Owner: nh2
- Created: 2012-02-22T00:34:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-04T23:22:17.000Z (over 12 years ago)
- Last Synced: 2025-01-13T00:26:24.020Z (5 months ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.