cross-platform onboot (autorun) installers
Project description
pyautorun
cross-platform autostart installer(s)
usage
try all available installers for a certain os
from onboot import install_linux, InstallerConfiguration
# install
install_successful, used_installer = install_linux(InstallerConfiguration("/home/user/", "myapp"))
# uninstall
if install_successful:
used_installer.uninstall()
only use a specific installer
from onboot.Windows import HKCUInstaller
from onboot import InstallerConfiguration
# install
installer = HKCUInstaller(InstallerConfiguration("C:\\", "myapp"))
installer.install()
# uninstall
installer.uninstall()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
onboot-0.4.tar.gz
(4.4 kB
view details)
File details
Details for the file onboot-0.4.tar.gz
.
File metadata
- Download URL: onboot-0.4.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8fc1baa181ae20af227a4cf286e6ecda3911818b572847a4b4aff2c494891c4 |
|
MD5 | 85a3de0ab972551b8cc917a8d11bbf68 |
|
BLAKE2b-256 | d7b0bf937df5e44e99adbad73d558d69a07e3ed31325d6b5c62907c291d98e1d |