kspl 1.1.0__py3-none-any.whl → 1.2.0__py3-none-any.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.
- kspl/__init__.py +1 -1
- kspl/_run.py +13 -9
- kspl/config_slurper.py +71 -85
- kspl/edit.py +71 -84
- kspl/generate.py +22 -43
- kspl/gui.py +204 -79
- kspl/kconfig.py +228 -242
- kspl/main.py +35 -39
- kspl-1.2.0.dist-info/METADATA +99 -0
- kspl-1.2.0.dist-info/RECORD +14 -0
- {kspl-1.1.0.dist-info → kspl-1.2.0.dist-info}/WHEEL +1 -1
- kspl-1.1.0.dist-info/METADATA +0 -127
- kspl-1.1.0.dist-info/RECORD +0 -14
- {kspl-1.1.0.dist-info → kspl-1.2.0.dist-info}/LICENSE +0 -0
- {kspl-1.1.0.dist-info → kspl-1.2.0.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,14 @@
|
|
1
|
+
kspl/__init__.py,sha256=MpAT5hgNoHnTtG1XRD_GV_A7QrHVU6vJjGSw_8qMGA4,22
|
2
|
+
kspl/_run.py,sha256=0X7DbSk5DYP2uU0hRIf0XetUNerrABit5U4AdG8wE00,338
|
3
|
+
kspl/config_slurper.py,sha256=Fqr46saO0M74EMZeTqBquYnbll5DwuOysM8eBJSew1A,2578
|
4
|
+
kspl/edit.py,sha256=AVy4obDx_FJvHT_Qr0HSPpUcJeiz13gXdsjBTB8d5AU,3156
|
5
|
+
kspl/generate.py,sha256=pcRqgJDZ5gmCwnF_PcwczV_e-w4HK9CLh5ra82HCf4M,6831
|
6
|
+
kspl/gui.py,sha256=qE0SZX7J-HJndDyO-G6FEBh-JQbQYdDFNHdq_MrH8QU,18250
|
7
|
+
kspl/kconfig.py,sha256=eVZKuOTAG7bRzsTfinDq940gWTArxnLKA1YRaYT6kVs,8707
|
8
|
+
kspl/main.py,sha256=U_zVxCcJLqFILSeiNqHNX3adraVAEkKaCAerRqiHF6A,1007
|
9
|
+
kspl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
|
+
kspl-1.2.0.dist-info/LICENSE,sha256=eJwI5n6lDPIjogNcYBln7NKGtreVlek905oBBY_HnxQ,1066
|
11
|
+
kspl-1.2.0.dist-info/METADATA,sha256=OO8QyKs1mXUWG0SD_i2aNBE_fRMJwS5KEc4OpC-XPBA,3837
|
12
|
+
kspl-1.2.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
13
|
+
kspl-1.2.0.dist-info/entry_points.txt,sha256=6haBy5AuYGJblw1cWUTx5N41Ilg4YALABhi1psEvruY,39
|
14
|
+
kspl-1.2.0.dist-info/RECORD,,
|
kspl-1.1.0.dist-info/METADATA
DELETED
@@ -1,127 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: kspl
|
3
|
-
Version: 1.1.0
|
4
|
-
Summary: KConfig GUI for Software Product Lines with multiple variants.
|
5
|
-
Home-page: https://github.com/cuinixam/kspl
|
6
|
-
License: MIT
|
7
|
-
Author: Cuinixam
|
8
|
-
Author-email: cuinixam@me.com
|
9
|
-
Requires-Python: >=3.10,<4.0
|
10
|
-
Classifier: Development Status :: 2 - Pre-Alpha
|
11
|
-
Classifier: Intended Audience :: Developers
|
12
|
-
Classifier: License :: OSI Approved :: MIT License
|
13
|
-
Classifier: Natural Language :: English
|
14
|
-
Classifier: Operating System :: OS Independent
|
15
|
-
Classifier: Programming Language :: Python :: 3
|
16
|
-
Classifier: Programming Language :: Python :: 3.10
|
17
|
-
Classifier: Programming Language :: Python :: 3.11
|
18
|
-
Classifier: Programming Language :: Python :: 3.12
|
19
|
-
Classifier: Topic :: Software Development :: Libraries
|
20
|
-
Requires-Dist: customtkinter (>=5.2.0,<6.0.0)
|
21
|
-
Requires-Dist: kconfiglib (>=14.1.0,<15.0.0)
|
22
|
-
Requires-Dist: packaging (>=23.2,<24.0)
|
23
|
-
Requires-Dist: py-app-dev (>=1.0.0,<2.0.0)
|
24
|
-
Project-URL: Bug Tracker, https://github.com/cuinixam/kspl/issues
|
25
|
-
Project-URL: Changelog, https://github.com/cuinixam/kspl/blob/main/CHANGELOG.md
|
26
|
-
Project-URL: Documentation, https://kspl.readthedocs.io
|
27
|
-
Project-URL: Repository, https://github.com/cuinixam/kspl
|
28
|
-
Description-Content-Type: text/markdown
|
29
|
-
|
30
|
-
# SPL KConfig GUI
|
31
|
-
|
32
|
-
<p align="center">
|
33
|
-
<a href="https://github.com/cuinixam/kspl/actions/workflows/ci.yml?query=branch%3Amain">
|
34
|
-
<img src="https://img.shields.io/github/actions/workflow/status/cuinixam/kspl/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
|
35
|
-
</a>
|
36
|
-
<a href="https://kspl.readthedocs.io">
|
37
|
-
<img src="https://img.shields.io/readthedocs/kspl.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
|
38
|
-
</a>
|
39
|
-
<a href="https://codecov.io/gh/cuinixam/kspl">
|
40
|
-
<img src="https://img.shields.io/codecov/c/github/cuinixam/kspl.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
|
41
|
-
</a>
|
42
|
-
</p>
|
43
|
-
<p align="center">
|
44
|
-
<a href="https://python-poetry.org/">
|
45
|
-
<img src="https://img.shields.io/badge/packaging-poetry-299bd7?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJJSURBVHgBfZLPa1NBEMe/s7tNXoxW1KJQKaUHkXhQvHgW6UHQQ09CBS/6V3hKc/AP8CqCrUcpmop3Cx48eDB4yEECjVQrlZb80CRN8t6OM/teagVxYZi38+Yz853dJbzoMV3MM8cJUcLMSUKIE8AzQ2PieZzFxEJOHMOgMQQ+dUgSAckNXhapU/NMhDSWLs1B24A8sO1xrN4NECkcAC9ASkiIJc6k5TRiUDPhnyMMdhKc+Zx19l6SgyeW76BEONY9exVQMzKExGKwwPsCzza7KGSSWRWEQhyEaDXp6ZHEr416ygbiKYOd7TEWvvcQIeusHYMJGhTwF9y7sGnSwaWyFAiyoxzqW0PM/RjghPxF2pWReAowTEXnDh0xgcLs8l2YQmOrj3N7ByiqEoH0cARs4u78WgAVkoEDIDoOi3AkcLOHU60RIg5wC4ZuTC7FaHKQm8Hq1fQuSOBvX/sodmNJSB5geaF5CPIkUeecdMxieoRO5jz9bheL6/tXjrwCyX/UYBUcjCaWHljx1xiX6z9xEjkYAzbGVnB8pvLmyXm9ep+W8CmsSHQQY77Zx1zboxAV0w7ybMhQmfqdmmw3nEp1I0Z+FGO6M8LZdoyZnuzzBdjISicKRnpxzI9fPb+0oYXsNdyi+d3h9bm9MWYHFtPeIZfLwzmFDKy1ai3p+PDls1Llz4yyFpferxjnyjJDSEy9CaCx5m2cJPerq6Xm34eTrZt3PqxYO1XOwDYZrFlH1fWnpU38Y9HRze3lj0vOujZcXKuuXm3jP+s3KbZVra7y2EAAAAAASUVORK5CYII=" alt="Poetry">
|
46
|
-
</a>
|
47
|
-
<a href="https://github.com/ambv/black">
|
48
|
-
<img src="https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square" alt="black">
|
49
|
-
</a>
|
50
|
-
<a href="https://github.com/pre-commit/pre-commit">
|
51
|
-
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
|
52
|
-
</a>
|
53
|
-
</p>
|
54
|
-
<p align="center">
|
55
|
-
<a href="https://pypi.org/project/kspl/">
|
56
|
-
<img src="https://img.shields.io/pypi/v/kspl.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
|
57
|
-
</a>
|
58
|
-
<img src="https://img.shields.io/pypi/pyversions/kspl.svg?style=flat-square&logo=python&logoColor=fff" alt="Supported Python versions">
|
59
|
-
<img src="https://img.shields.io/pypi/l/kspl.svg?style=flat-square" alt="License">
|
60
|
-
</p>
|
61
|
-
|
62
|
-
KConfig GUI for Software Product Lines with multiple variants.
|
63
|
-
|
64
|
-
## Installation
|
65
|
-
|
66
|
-
Install this via pip (or your favourite package manager):
|
67
|
-
|
68
|
-
`pip install kspl`
|
69
|
-
|
70
|
-
## Start developing
|
71
|
-
|
72
|
-
The project uses Poetry for dependencies management and packaging.
|
73
|
-
If you do not have Poetry installed, you can run the `boostrap.ps1` script.
|
74
|
-
This will install Python and Poetry as configured in `scoopfile.json`.
|
75
|
-
|
76
|
-
```powershell
|
77
|
-
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser -Force
|
78
|
-
.\bootstrap.ps1
|
79
|
-
```
|
80
|
-
|
81
|
-
To install the development dependencies in a virtual environment, type:
|
82
|
-
|
83
|
-
```shell
|
84
|
-
poetry install
|
85
|
-
```
|
86
|
-
|
87
|
-
This will also generate a `poetry.lock` file, you should track this file in version control. To execute the test suite, call pytest inside Poetry's virtual environment via `poetry run`:
|
88
|
-
|
89
|
-
```shell
|
90
|
-
poetry run pytest
|
91
|
-
```
|
92
|
-
|
93
|
-
Check out the Poetry documentation for more information on the available commands.
|
94
|
-
|
95
|
-
For those using [VS Code](https://code.visualstudio.com/) there are tasks defined for the most common commands:
|
96
|
-
|
97
|
-
- install development dependencies
|
98
|
-
- run tests
|
99
|
-
- run all checks configured for pre-commit
|
100
|
-
- generate documentation
|
101
|
-
|
102
|
-
See the `.vscode/tasks.json` for more details.
|
103
|
-
|
104
|
-
## Committing changes
|
105
|
-
|
106
|
-
This repository uses [commitlint](https://github.com/conventional-changelog/commitlint) for checking if the commit message meets the [conventional commit format](https://www.conventionalcommits.org/en).
|
107
|
-
|
108
|
-
## Contributors ✨
|
109
|
-
|
110
|
-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
111
|
-
|
112
|
-
<!-- prettier-ignore-start -->
|
113
|
-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
114
|
-
<!-- markdownlint-disable -->
|
115
|
-
<!-- markdownlint-enable -->
|
116
|
-
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
117
|
-
<!-- prettier-ignore-end -->
|
118
|
-
|
119
|
-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
120
|
-
|
121
|
-
## Credits
|
122
|
-
|
123
|
-
This package was created with
|
124
|
-
[Copier](https://copier.readthedocs.io/) and the
|
125
|
-
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
|
126
|
-
project template.
|
127
|
-
|
kspl-1.1.0.dist-info/RECORD
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
kspl/__init__.py,sha256=LGVQyDsWifdACo7qztwb8RWWHds1E7uQ-ZqD8SAjyw4,22
|
2
|
-
kspl/_run.py,sha256=fVBG5gdc16mIdLiIIbLZyXxgWuFs1HgPHAKvZtGRAAU,343
|
3
|
-
kspl/config_slurper.py,sha256=hOum6OJWlpJReeVNTNivg_e9kjZwxghwW7Z0aFP-DVg,2925
|
4
|
-
kspl/edit.py,sha256=FbNO9X1zAoMeXFrw-CKVEWuZMhfcOJiebDNgaPhsIeg,3419
|
5
|
-
kspl/generate.py,sha256=u-IxoBTYm5SHEWJv52qvf3UTCNPGqMWdCGYuuXVVGHE,7131
|
6
|
-
kspl/gui.py,sha256=DjMYKVxH5c4cv76PnMTZEKhpUMKC1j3pNmYzeFQvl2c,11678
|
7
|
-
kspl/kconfig.py,sha256=AKRfeT5k6jp-y6PtVKgsUXS2i0WjwiuhC1CJOQ7Nk88,9205
|
8
|
-
kspl/main.py,sha256=Y-IA7MO6a533NLuFLHsSvB7jNT6NRBZb2fi9ZEla29A,1074
|
9
|
-
kspl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
|
-
kspl-1.1.0.dist-info/LICENSE,sha256=eJwI5n6lDPIjogNcYBln7NKGtreVlek905oBBY_HnxQ,1066
|
11
|
-
kspl-1.1.0.dist-info/METADATA,sha256=aDtyrBIpdnAMDMgUeGKvyGpFZwGOLFwAy4MSMmk_oEQ,5918
|
12
|
-
kspl-1.1.0.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
13
|
-
kspl-1.1.0.dist-info/entry_points.txt,sha256=6haBy5AuYGJblw1cWUTx5N41Ilg4YALABhi1psEvruY,39
|
14
|
-
kspl-1.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|