Skip to content

JiaoZenghao/typer-demo

Repository files navigation

Typer Demo Project

BuildBuilt with DevboxPoetry

Overview

This project demonstrates the use of Typer for building command-line interfaces in Python.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/JiaoZenghao/typer-demo.git
    cd typer-demo
    
  2. Set up the development environment:

    devbox shell
    
  3. Install dependencies:

    poetry install
    

Usage

To run the application locally:

  1. devbox shell
  2. poetry install
  3. poetry run typer-demo

How to build

  1. devbox shell
  2. poetry install
  3. poetry run build

How to test

  1. devbox shell
  2. poetry install
  3. poetry run pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages