Metadata-Version: 2.1
Name: wat-cli
Version: 0.1.2
Summary: Get short answers from Wolfram Alpha.
Home-page: http://github.com/phha/wat
Author: Philipp Hack
Author-email: philipp.hack@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: click
Requires-Dist: click-config-file
Requires-Dist: requests

# wat is this?

It's a simple command line tool to get short answers from Wolfram Alpha.

```
> wat is the circumference of the moon`
about 10921 kilometers
```

# wat do i need to do to run this?

You need to get an AppId from Wolfram Alpha. Please visit the
[API Documentation](https://products.wolframalpha.com/api/) website
for further information.

The AppID can be supplied via the `--appid` CLI option or via the configuration
file (`appid="XXXXXX-YYYYYYYYYY"`).

Run `wat --help` to find the location of the configuration file.

# wat even is a kilometer? I want miles!

Use CLI option `--units=imperial` or add `units=imperial` to the configuration
file.

# wat does wat stand for?

Obviously it stands for Wolfram Alpha uhh... Thing.


