I hereby claim:
- I am ottowayi on github.
 - I am iottoway (https://keybase.io/iottoway) on keybase.
 - I have a public key ASB-akC0Qg6BFdITj1yOdx0T0_3UXs8Z9eYfYxLBQmTi3wo
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| """ | |
| This script subclasses the pynsist InstallerBuilder class to add support for tiles in the Windows Start Menu. | |
| It also inlcudes generating and storing documention in the installer as well as publishing the docs to Confluence. | |
| This project is also a 'toolkit' of sorts with multiple individual apps inside of it. | |
| Each 'app' has it's own start menu shortcut. | |
| """ | |
| import nsist | 
| re_human_key = re.compile(r'(\d*\.\d+|\d+)') | |
| class NaturalSortProxyModel(QSortFilterProxyModel): | |
| _key_cache = {} | |
| def _human_key(self, key): | |
| if key is None: | |
| key = '' |