Pre-release
This release is a pre-release and may not be stable for production use.
What is iw.recipe.fetcher ?
Download an url to a local directory.
How to use iw.recipe.fetcher ?
We need some buildout vars:
>>> data_dir = join(test_dir, 'data')
>>> parts_dir = join(data_dir, 'parts')
>>> buildout = {'instance': {'location': test_dir},
... 'buildout': {'directory': test_dir,
... 'install-from-cache': 'false',
... 'download-cache':'false',
... 'parts-directory': parts_dir}}
>>> name = 'utilities'
Now we can fetch some urls:
>>> options = {
... 'urls':'http://garr.dl.sourceforge.net/sourceforge/mingw/MinGW-5.1.3.exe'}
>>> from iw.recipe.fetcher import Recipe
>>> recipe = Recipe(buildout, name, options)
>>> recipe.install()
It works:
>>> ls(os.path.join(parts_dir, name)) MinGW-...exe
Release files for iw.recipe.fetcher 0.1dev-r6544
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iw.recipe.fetcher-0.1dev_r6544-py2.4.egg | Legacy Egg format | - | - | Details |
Release files / iw.recipe.fetcher-0.1dev_r6544-py2.4.egg
| Download URL | iw.recipe.fetcher-0.1dev_r6544-py2.4.egg |
|---|---|
| Size | 9.6 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
e1a8de357c60b77ab996af1349ba7b9bf542131be177658d70d7cbdbc44c3010
|
|
BLAKE2b-256 checksum How to use checksums |
6ff16acf7ac1395eb31a348fd0b6484df447285958506f388e3b07ebdcf9dcad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |