| __init__.py |
|
0 |
| application_ini.py |
Find string with given `section` and `value` in any `application.ini`
under given directory or finder.
If string is not found and `fallback` is given, find string with given
`section` and `fallback` instead.
Raises an `Exception` if no string is found. |
2217 |
| deb.py |
Raised when no .deb is found after calling dpkg-buildpackage |
9402 |
| desktop_file.py |
|
11906 |
| dmg.py |
|
2086 |
| flatpak.py |
|
10957 |
| installer.py |
|
1800 |
| mar.py |
|
3378 |
| msi.py |
|
4210 |
| msix.py |
Repackage ZIP archives (or directories) into MSIX App Packages.
# Known issues
- The icons in the Start Menu have a solid colour tile behind them. I think
this is an issue with plating.
|
41470 |
| pkg.py |
|
1464 |
| rpm.py |
Raised when no .rpm is found after calling rpmbuild |
6219 |
| snap.py |
Parsing the output of `snap connections` e.g.,
$ snap connections firefox
Interface Connecteur Prise Notes
alsa firefox:alsa - -
audio-playback firefox:audio-playback :audio-playback -
audio-record firefox:audio-record :audio-record -
avahi-observe firefox:avahi-observe :avahi-observe -
|
4740 |
| snapcraft_transform.py |
Make sure we have the expected parts
|
5170 |
| test |
|
|
| utils.py |
Massage the application.ini info and other metadata into a dict suitable for passing into packaging templates
|
8122 |