Metadata-Version: 1.0
Name: cbucho
Version: 0.0.3
Summary: `cbucho` is a package for C/API exercises.
Home-page: http://github.com/ymotongpoo/cbucho/
Author: Yoshifumi YAMAGUCHI (ymotongpoo)
Author-email: ymotongpoo@gmail.com
License: PSL
Description: `cbucho` is a package for C/API exercises. Yes, we love bucho!
        
        Setup
        -----
        
        This module is C porting of `"bucho" <https://bitbucket.org/ae35/bucho>`_, one of the most famous Python modules.
        
        This module requires 2 libraries:
        
        * `libcurl <http://curl.haxx.se/libcurl/>`_
        * `libxml2 <http://xmlsoft.org/index.html>`_
        
        After installing libraries above, just run setup.py::
        
          $ python setup.py build
          $ python setup.py install
        
        History
        -------
        
        0.0.3 (2011-05-15)
        ~~~~~~~~~~~~~~~~~~
        
        - fixed `latest_status` bug to use ``include_rts=1`` in API URL and fixed memory management
        
        0.0.2 (2011-05-08)
        ~~~~~~~~~~~~~~~~~~
        
        - latest_status(), all_status() is implemented
        
        0.0.1 (2011-05-05)
        ~~~~~~~~~~~~~~~~~~
        
        - first release
        - show() is implemented
        
Keywords: practice,bucho
Platform: Linux
Platform: Darwin
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Utilities
