wiki-con

A hypermodern Python console project


Keywords
hypermodern, wiki-con
License
MIT
Install
pip install wiki-con==0.1.2

Documentation

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

Tests PyPI Read the Docs

wiki-con is a simple CLI-based application that displays random facts using the Wikipedia API. The main focus of this repository is the implementation of various testing components and practices for the release and packaging of a Python project.

Installation

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

Packages:


Features

  • Testing
    • pytest
    • coverage
    • nox
    • pytest-mock
  • Linting
    • Black
    • Flake8
      • flake8-annotations
      • flake8-bandit
      • flake8-black
      • flake8-bugbear
      • flake8-docstrings
      • flake8-import-order
      • darglint
    • Safety
    • pre-commit
  • Typing

License

Reporting Bugs

Visit the Issues page to view currently open bug reports or open a new issue.