Tranquility2 / Python-Demo

Template for python based projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

made-with-python Checked with mypy Code style: black Imports: isort

๐Ÿ“œ Python Demo Project

The demo will fetch a list of "Top Memes".

Usage: poetry run python app/main.py <number or results>

Default list length is 10 items

๐Ÿ“ Please note the main objective was just to showcase packages like httpx, rich and typer.

Commands for this project

using the makefile

  • make setup - Setup the project using Poetry.
  • make run - Run the project using Poetry.
  • make cleanup - Clenup for any temp files in the project.
  • make check - Run all checks and formatters.
  • make docs-serve - Serve the docs using mkdocs.
  • make docs-build - Build the docs using mkdocs.

About

Template for python based projects


Languages

Language:Python 65.8%Language:Makefile 34.2%