Metadata-Version: 1.1
Name: howto
Version: 0.2.1
Summary: stackoverflow code search tool
Home-page: https://github.com/sp4ke/howto
Author: Chakib Benziane
Author-email: chakib.benz@gmail.com
License: MIT
Description: 
        =====================================
        HowTo - StackOverflow Code Search Tool
        =====================================
        
        Quick code answers from StackOverflow API.
        
        Just ask a question with an optional tag parameter to get quick code answers.
        
        Installation
        ============
        
        Using pypi repository::
        
            $> pip install howto
        
        Forking this repo::
        
            $> python setup.py install
        
        
        Usage
        =====
        
        ::
        
            $> ./howto 'filter dicts' -t python
        
        
        CHANGELOG
        =========
        
        0.2.1
        ------
        
        Fix README
        
        0.2
        ------
        
        Update README
        
        0.1
        ------
        
        Initial version:
        
        - query using  simple questions
        - query with optional stackoverflow tags
        
        
        
Keywords: howto help console code stackoverflow
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Documentation
