cross-platform onboot 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, 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.2.tar.gz
(1.4 kB
view details)
File details
Details for the file onboot-0.2.tar.gz
.
File metadata
- Download URL: onboot-0.2.tar.gz
- Upload date:
- Size: 1.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 | caee27849c0d9c792a0431c8040bee7c302868274812bf5e867831a7cbffc264 |
|
MD5 | ad2dc463dbf70ca27549e413c111fba2 |
|
BLAKE2b-256 | 89e68bcdb8cf92b333a0e6208e0073128a2eb77b7df4aa59a595301e44597fb7 |