Metadata-Version: 2.1
Name: wiki-con
Version: 0.1.1
Summary: A hypermodern Python project
Home-page: https://github.com/kevinbowen777/wiki-con/
License: MIT
Keywords: hypermodern,wiki-con
Author: Kevin Bowen
Author-email: kevin.bowen@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: Pygments (>=2.12.0,<3.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: desert (>=2020.11.18,<2021.0.0)
Requires-Dist: marshmallow (>=3.16.0,<4.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Project-URL: Repository, https://github.com/kevinbowen777/wiki-con/
Description-Content-Type: text/markdown

## wiki-con - A console app that displays random facts using the Wikipedia API

[![Tests](https://github.com/kevinbowen777/wiki-con/workflows/Tests/badge.svg)](https://github.com/kevinbowen777/wiki-con/actions?workflow=Tests)

### Installation
 - `git clone https://github.com/kevinbowen777/wiki-con.git`
 - `cd wiki-con`
 - `poetry run wiki_con`

---
## Features
 - TBD

---
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/kevinbowen777/wiki-con/blob/master/LICENSE)
---
### Reporting Bugs

   Visit the [Issues page](https://github.com/kevinbowen777/wiki-con/issues) to view currently open bug reports or open a new issue.

