Skip to content

ISOR3X/pytauri-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages