GuyHoozdis / hypermodern-python

A template based on "The Hypermodern Python Project"
MIT License
0 stars 0 forks source link

Chapter 1: Project Setup #1

Closed GuyHoozdis closed 1 month ago

GuyHoozdis commented 1 month ago

Why Are We Doing This

I came across the series of articles, The Hypermodern Python Project, and wanted to glean some of the difference that he was doing compared to the Python Packaging Authority with their Sample Project repo.

Article: Hypermodern Python Chapter 1: Project Setup

Test Plan

  1. Install the package: poetry install
  2. Verify poetry run hypermodern-python --help displays the CLI help.
  3. Verify poetry run hypermodern-python --version displays the application version (i.e. 0.1.0 in this commit)
  4. Verify poetry run hypermodern-python writes out the title of a random wiki article, in green, followed by a summary of the article.