pyside-cli 1.0.0__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,38 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyside-cli
3
+ Version: 1.0.0
4
+ Summary: A command-line tool for quickly creating and managing PySide6 projects.
5
+ Author-email: Kaoru <shiinasama2001@gmail.com>
6
+ Requires-Python: >=3.8
7
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
8
+ Project-URL: Homepage, https://github.com/SHIINASAMA/pyside-cli
9
+ Project-URL: Repository, https://github.com/SHIINASAMA/pyside-cli
10
+ Project-URL: Issues, https://github.com/SHIINASAMA/pyside-cli/issues
11
+
12
+ # CLI for PySide Template
13
+
14
+ ## Quick Overview
15
+
16
+ This is a companion CLI for **pyside\_template** (not an official PySide tool).
17
+
18
+ It helps you quickly create a template project:
19
+
20
+ ```bash
21
+ mkdir app && cd app
22
+ pip install pyside-cli>=1.0.0
23
+ pyside-cli create . # requires: git
24
+ ```
25
+
26
+ You can also build the project or run tests with a single command.
27
+
28
+ ```bash
29
+ pyside-cli build --onefile # for build: requires pyside6, nuitka
30
+ pyside-cli test # for testing: requires pytest
31
+ ```
32
+
33
+ ## Links
34
+
35
+ - [PyPI - pyside-cli](https://pypi.org/project/pyside-cli/)
36
+
37
+ - [pyside\_template](https://github.com/SHIINASAMA/pyside_template)
38
+
@@ -0,0 +1,4 @@
1
+ pyside_cli-1.0.0.data/scripts/pyside-cli.exe,sha256=gZmku2zAlZlSH7ifLwpfxaT_5GjGSo79ilshIW8_VxI,3236864
2
+ pyside_cli-1.0.0.dist-info/METADATA,sha256=5e4zx5ItgGhGFUbZC2Gf732ubod-FmB1SWK2_7DB5xc,1136
3
+ pyside_cli-1.0.0.dist-info/WHEEL,sha256=14-pPWiwFoCAtTgD4hWnxHSfZQqe6Zt0DfwcROvwlzs,94
4
+ pyside_cli-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.10.2)
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-win_amd64