Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 820 Bytes

File metadata and controls

37 lines (27 loc) · 820 Bytes

Pytauri-CLI

A command-line interface tool for building and creating PyTauri projects.

Features

  • Create: Creates a new PyTauri project using a template.
  • Build: Work in progress.
  • Embed python: Downloads the appropriate Python standalone build from python-build-standalone based on the Python version specified in your project's .python-version file.

Installation

uv tool install git+https://github.com/ISOR3X/pytauri-cli
pytauri-cli

Usage

# Show help
pytauri-cli

# Create a new project
pytauri-cli create

The following commands must be run from the project root.

# Build the current project
pytauri-cli build

# Install standalone python for building 
pytauri-cli embed-python