Skip to content

SHIINASAMA/pyside-cli

Repository files navigation

CLI for PySide Template

Quick Overview

This is a companion CLI for pyside_template (not an official PySide tool).

It helps you quickly create a template project:

mkdir app && cd app
pip install pyside-cli>=1.0.0
pyside-cli create .           # requires: git

You can also build the project or run tests with a single command.

pyside-cli build --onefile # for build: requires pyside6, nuitka
pyside-cli test            # for testing: requires pytest

Links

About

CLI tool for the pyside_template, written in Rust.

Topics

Resources

Stars

Watchers

Forks

Languages