Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

pyside-cli

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyside-cli

A command-line tool for quickly creating and managing PySide6 projects.

pipPyPI
Version
0.3.1
Maintainers
1

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
  • PyPI - pyside-cli

  • pyside_template

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts