Metadata-Version: 2.1
Name: downwards
Version: 1.0.1
Summary: downwards lets you read a wikipedia page on command line as a manpage.
Home-page: https://github.com/noqqe/downwards/
Author: Florian Baumann
License: MIT
Project-URL: Source, https://github.com/noqqe/downwards/
Project-URL: Documentation, https://github.com/noqqe/downwards/
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: wikipedia
Requires-Dist: wikitextparser
Requires-Dist: mako
Requires-Dist: unidecode


# downwards(1)

Wanna read wikipedia in a terminal using `man` ? No?

Here is your program anyways.

# usage

Installation

```
pip3 install .
```

and to use it

```
$ downwards --language de LOL > lol.1
$ man ./lol.1
```

and thats all. Enjoy

# background

I wanted to play around with OpenBSDs `mandoc` and learn how `mdoc` works.
Then I played around with Wikipedia and put both things togehter


