https://github.com/shiinasama/pys-cli
CLI tool for pyside_template
https://github.com/shiinasama/pys-cli
cli nuitka pyside pytest python
Last synced: 4 days ago
JSON representation
CLI tool for pyside_template
- Host: GitHub
- URL: https://github.com/shiinasama/pys-cli
- Owner: SHIINASAMA
- Created: 2025-10-01T06:16:14.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2025-10-01T07:47:30.000Z (7 days ago)
- Last Synced: 2025-10-01T09:12:10.975Z (7 days ago)
- Topics: cli, nuitka, pyside, pytest, python
- Language: Python
- Homepage: https://github.com/SHIINASAMA/pyside_template
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
mkdir app && cd app
pip install pyside-cli
pyside-cli --create . # requires: git
```You can also build the project or run tests with a single command.
```bash
pyside-cli --all --onefile # for build: requires pyside6, nuitka
pyside-cli --test # for testing: requires pytest
```## Links
- [PyPI - pyside-cli](https://pypi.org/project/pyside-cli/)
- [pyside\_template](https://github.com/SHIINASAMA/pyside_template)