Metadata-Version: 1.1
Name: stackq
Version: 0.0.0-alpha.1.0
Summary: Get answers through your command line 
  from Stack...
Home-page: https://github.com/stackq
Author: Forfuture LLC
Author-email: we@forfuture.co.ke
License: MIT
Download-URL: https://github.com/forfuture-dev/stackq/zipball/master
Description: 
        # stackq
        
        Get answers through your command line from Stack...
        
        ## quick stats
        
        [![Build Status](https://travis-ci.org/forfuture-dev/stackq.svg?branch=master)](https://travis-ci.org/forfuture-dev/stackq)
        
        |Aspect|Detail|
        |------|-----:|
        |version|0.0.0-alpha.1.0|
        |python||
        |last updated||
        
        
        ## installation
        
        Using pip: `$ pip install stackq`
        
        From Github:
        
        
        ## basic usage
        
        ```bash
        $ stackq
        Question with a question mark (?) at end
        > Unicode Support
        > How do I support Unicode String in Python 2 and 3?
        
        Checking network connectivity... ok
        Searching for Answers... ok
        Retrieving Answers... ok
        Processing Answers... ok
        
        Some results will be shown here with some
        1 // code that looks nice
        2 string = "sample string"
        3 string.encode("utf8")
        ```
        
        ### Help
        
        ```bash
        $ stackq -h
        
        Get Answers from StackOverflow from terminal
        
          -h, --help
          -s, --save
          -sd, --save-display
          -c, --clear-cache
          -dc, --disable-color
          -ds, --disable-ssl
          -l, --links
        ```
        
        ### Environment Variables
        
        STACKQ_DISABLE_CACHE
        STACKQ_DISABLE_COLORS
        STACKQ_DISABLE_SSL
        STACKQ_LANG_PREFIX
        
        ## contribution
        
        ## license
        
        ## heads up!
        
        Since you are fascinated with terminals, why not try
        [remindme][remindme].
        
        [remindme]:https://github.com/GochoMugo/remindme
        
Keywords: cli,terminal,stackoverflow,stackexchange,answers
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
