Metadata-Version: 1.1
Name: utaskweb
Version: 0.1.14
Summary: Utils for scraping and crawling UTask-web
Home-page: http://github.com/wkentaro/utaskweb
Author: Kentaro Wada
Author-email: www.kentaro.wada@gmail.com
License: MIT
Description: ========
        utaskweb
        ========
        
        .. image:: https://travis-ci.org/wkentaro/utaskweb.svg
            :target: https://travis-ci.org/wkentaro/utaskweb
        
        .. image:: https://badge.fury.io/py/utaskweb.svg
            :target: http://badge.fury.io/py/utaskweb
        
        Utils for scraping and crawling Utask-web website and get announces from http://www.c.u-tokyo.ac.jp.
        
        
        Installation
        ============
        
        
        From pypi
        ---------
        .. code-block:: sh
        
          $ pip install utaskweb
        
        
        From source
        -----------
        .. code-block:: sh
        
          $ git clone https://github.com/wkentaro/utaskweb && cd utaskweb
          $ python setup.py install
        
        
        Usage
        =====
        
        .. code-block:: python
        
          >>> import utaskweb
          >>> for k, v in utaskweb.get_class_cancels()[1][0].items():
                  print k,v
          ...
          updated 2015/3/25
          room 154教室
          period 2
          day 木
          date 4月9日
          teacher 相澤 隆
          subject ドイツ語二列
        
        
        License
        =======
        | Copyright (C) 2015 Kentaro Wada
        | Released under the MIT license
        | http://opensource.org/licenses/mit-license.php
        
Keywords: crawling scraping utility
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Topic :: Internet :: WWW/HTTP
