Metadata-Version: 2.1
Name: wolframalpha-cli
Version: 1.1.0
Summary: Command Line Interface to run queries on WolframAlpha
Home-page: https://github.com/fcrespo82/wolframalpha-cli
Author: Fernando Xavier de Freitas Crespo
Author-email: fernando82@gmail.com
License: MIT
Description: # WolframAplha CLI
        
        Command Line Interface to run queries on [WolframAlpha](http://www.wolframalpha.com)
        
        ## Usage
        
        ```shell
        usage: wa [-h] [-q] [--appid APPID] QUERY
        
        WolframAlpha cli
        
        positional arguments:
          QUERY          Query to search in WolframAlpha (group multiple words with quotes)
        
        optional arguments:
          -h, --help     show this help message and exit
          -q             Quiet, only print the results
          --appid APPID  WolframAlpha AppID - If not informed will be asked and saved in a file for future use
        ```
Keywords: wolframalpha cli python utility
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
