・効能
    Pythonでニコニコ動画にアクセスするためのライブラリです。
    これ単体では使いようがありません。

・動作環境
    Pythonの3.3以降のバージョンとインターネット接続があれば、
    多分動きます。

・インストール
    windows用にはバッチファイルを用意しておきました。
    windowsでは、setup.batをダブルクリックするだけでいいはずです。
    それ以外のOSでは、setup.pyと同じところに
    fontsディレクトリの中に使用するフォントファイルを入れてから
    同梱のsetup.pyをinstallオプション付きで実行してください。
    例: python3 setup.py install
    以下のそれぞれが1つ以上必要ですが、
    それぞれ先頭に書いてあるもの以外は代替品に過ぎないため、
    使用すると一部の機能の精度が極端に低下するかもしれません。
    VL PGothic Regular は<http://vlgothic.dicey.org/>から入手できます。
        ・半角用: Arial, Helvetica, DejaVu Sans, VL PGothic Regular
        ・ゴシック体: ＭＳ Ｐゴシック, VL PGothic Regular
        ・明朝体: SimSun, VL PGothic Regular
        ・丸文字体: Gulim, ＭＳ Ｐゴシック, VL PGothic Regular

・コピーライトとライセンス
    Copyright © 2014 dyknon

    This file is part of Pylib-nicovideo.

    Pylib-nicovideo is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

・連絡先
    dyknon <dyknon@users.sourceforge.jp>
