csv2html.downloader
index
csv2html/downloader.py

# -*- coding: utf-8 -*-

 
Modules
       
os
shutil
urllib

 
Classes
       
csv2html.io.IO(__builtin__.object)
Downloader

 
class Downloader(csv2html.io.IO)
    ダウンローダ:CSVファイル・画像ファイル・サムネイル画像ファイルをダウンロードする。
 
 
Method resolution order:
Downloader
csv2html.io.IO
__builtin__.object

Methods defined here:
__init__(self, input_table)
ダウンローダのコンストラクタ。
download_csv(self)
情報を記したCSVファイルをダウンロードする。
download_images(self, image_filenames)
画像ファイル群または縮小画像ファイル群をダウンロードする。
perform(self)
すべて(情報を記したCSVファイル・画像ファイル群・縮小画像ファイル群)をダウンロードする。

Methods inherited from csv2html.io.IO:
attributes(self)
属性リストを応答する。
read_csv(self, filename)
指定されたファイルをCSVとして読み込む。
table(self)
テーブルを応答する。
tuples(self)
タプル群を応答する。
write_csv(self, filename, rows)
指定されたファイルにCSVとして行たち(rows)を書き出す。

Class methods inherited from csv2html.io.IO:
html_canonical_string(the_class, a_string) from __builtin__.type
指定された文字列をHTML内に記述できる正式な文字列に変換して応答する。

Data descriptors inherited from csv2html.io.IO:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)